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

expression: round function for int should use round half up rule #27403

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Aug 23, 2021

  1. add tests

    feitian124 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f724e87 View commit details
    Browse the repository at this point in the history
  2. add RoundInt

    feitian124 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    9d67a06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774878f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09dce5c View commit details
    Browse the repository at this point in the history
  5. add TestRoundInt

    feitian124 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    d9f7037 View commit details
    Browse the repository at this point in the history
  6. update comments

    feitian124 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    d0f31ee View commit details
    Browse the repository at this point in the history
  7. rename Round to RoundFloat

    feitian124 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    53f0135 View commit details
    Browse the repository at this point in the history
  8. int use RoundInt

    feitian124 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    b294341 View commit details
    Browse the repository at this point in the history
  9. fix ci issue: fmt error

    feitian124 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    4c0e120 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd67250 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0f088e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    39c1e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9593daa View commit details
    Browse the repository at this point in the history