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

Exhaustiveness checking for match statements #12267

Merged
merged 23 commits into from Mar 7, 2022
Merged

Commits on Feb 28, 2022

  1. Add exhaustiveness checking

    freundTech authored and JukkaL committed Feb 28, 2022
    Copy the full SHA
    2611300 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8b44585 View commit details
    Browse the repository at this point in the history
  3. Remove outdated comment

    freundTech authored and JukkaL committed Feb 28, 2022
    Copy the full SHA
    33b1700 View commit details
    Browse the repository at this point in the history
  4. Final cleanup

    freundTech authored and JukkaL committed Feb 28, 2022
    Copy the full SHA
    f13c377 View commit details
    Browse the repository at this point in the history
  5. Fix

    JukkaL committed Feb 28, 2022
    Copy the full SHA
    63faf94 View commit details
    Browse the repository at this point in the history
  6. Fix test case

    JukkaL committed Feb 28, 2022
    Copy the full SHA
    5d82b79 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a36749a View commit details
    Browse the repository at this point in the history
  8. Update test cases

    JukkaL committed Feb 28, 2022
    Copy the full SHA
    e14bffb View commit details
    Browse the repository at this point in the history
  9. Add docstrings

    JukkaL committed Feb 28, 2022
    Copy the full SHA
    1246bb7 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a7a3ec9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Copy the full SHA
    1095852 View commit details
    Browse the repository at this point in the history
  2. Fix type check

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    d3d04f9 View commit details
    Browse the repository at this point in the history
  3. Remove unused function

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    81bf0a0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2969fac View commit details
    Browse the repository at this point in the history
  5. Some clean-up

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    8eb2dc9 View commit details
    Browse the repository at this point in the history
  6. More cleanup

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    1de6aa3 View commit details
    Browse the repository at this point in the history
  7. Add failing test case

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    a79c4c2 View commit details
    Browse the repository at this point in the history
  8. Add break/continue test case

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    14fd60c View commit details
    Browse the repository at this point in the history
  9. Add test case

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    4a96bca View commit details
    Browse the repository at this point in the history
  10. Add failing test case

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    e21b1ce View commit details
    Browse the repository at this point in the history
  11. Small tweaks

    JukkaL committed Mar 1, 2022
    Copy the full SHA
    0892388 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Copy the full SHA
    1d2a037 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    JukkaL committed Mar 3, 2022
    Copy the full SHA
    a2fa4ae View commit details
    Browse the repository at this point in the history