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

Fix: max(int,int) returning double #3024

Merged
merged 5 commits into from
Feb 16, 2024
Merged

Commits on Feb 14, 2024

  1. Add failing test

    WardBrian committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    69c62ed View commit details
    Browse the repository at this point in the history
  2. Make max(a,b) return auto

    WardBrian committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fa279ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35b094a View commit details
    Browse the repository at this point in the history
  4. Same fix for min(int, int)

    WardBrian committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e5c966a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    413ff2f View commit details
    Browse the repository at this point in the history