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

core: numeric operands comparisons in constraints #14722

Merged
merged 3 commits into from
Sep 27, 2022
Merged

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    f044b6d View commit details
    Browse the repository at this point in the history
  2. core: numeric operands comparisons in constraints

    This PR changes constraint comparisons to be numeric rather than
    lexical if both operands are integers or floats.
    
    Inspiration #4856
    Closes #4729
    Closes #14719
    shoenig committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    bcf4353 View commit details
    Browse the repository at this point in the history
  3. fix: always parse as int64

    shoenig committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    0e4af3e View commit details
    Browse the repository at this point in the history