Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

types: fix overflow check of types/convert.go::floatStrToIntStr #11114

Merged
merged 22 commits into from
Jul 16, 2019

Commits on Jul 6, 2019

  1. types: fix overflow check of floatStrToIntStr

    Signed-off-by: H-ZeX <hzx20112012@gmail.com>
    H-ZeX committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    f472fab View commit details
    Browse the repository at this point in the history
  2. fix overflow check

    Signed-off-by: H-ZeX <hzx20112012@gmail.com>
    H-ZeX committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    a26272d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. improve test converage

    Signed-off-by: H-ZeX <hzx20112012@gmail.com>
    H-ZeX committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    81d6cf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f52f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. improve test converage

    Signed-off-by: H-ZeX <hzx20112012@gmail.com>
    H-ZeX committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    ab82a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c27a8d View commit details
    Browse the repository at this point in the history
  3. fix unit test

    Signed-off-by: H-ZeX <hzx20112012@gmail.com>
    H-ZeX committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    1d2ba4b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    15ca9d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b8109e View commit details
    Browse the repository at this point in the history
  3. remove isOverflowInt64 check

    Signed-off-by: H-ZeX <hzx20112012@gmail.com>
    H-ZeX committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    66e19e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4edb2ee View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    9062ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06c0fb7 View commit details
    Browse the repository at this point in the history
  3. fix a bug

    Signed-off-by: H-ZeX <hzx20112012@gmail.com>
    H-ZeX committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    627a573 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14467f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2e81af View commit details
    Browse the repository at this point in the history
  6. fix a bug

    Signed-off-by: H-ZeX <hzx20112012@gmail.com>
    H-ZeX committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7bffb9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6a30d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d65064 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    5cd0090 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    d611ddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa2827 View commit details
    Browse the repository at this point in the history