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

Restore pretty-printing for exhaustiveness #4080

Closed
wants to merge 1 commit into from

Commits on Mar 6, 2024

  1. Restore pretty-printing for exhaustiveness

    Previously, this logic lived in the LLVM backend's matching compiler.
    When we eliminated the backwards dependency edge between the backend and
    the frontend, this meant we couldn't use the frontend pretty-printing
    logic to make the error message in the pattern matcher.
    
    This commit reinstates equivalent pretty-printing logic in the frontend.
    Baltoli committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ac2b9bf View commit details
    Browse the repository at this point in the history