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

Conversation

Baltoli
Copy link
Collaborator

@Baltoli Baltoli commented Mar 6, 2024

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.

Blocked on runtimeverification/llvm-backend#1007 reaching the frontend.

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
Copy link
Collaborator Author

Baltoli commented Mar 7, 2024

#4076 subsumed by

@Baltoli Baltoli closed this Mar 7, 2024
@Baltoli Baltoli deleted the restore-pretty-print branch March 7, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant