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

Add translation layer from pattern matching exceptions #4069

Closed
wants to merge 1 commit into from

Conversation

Baltoli
Copy link
Collaborator

@Baltoli Baltoli commented Mar 1, 2024

Related to: runtimeverification/llvm-backend#999

We are working on removing the backwards dependency from the LLVM backend to K; as part of that change we are removing usages of the frontend error handling mechanisms from the backend: runtimeverification/llvm-backend#1001

Doing so requires that we implement a translation layer from the new error types in runtimeverification/llvm-backend#1001 to the frontend infrastructure; by doing so we can recover the frontend's original behaviour in response to errors / warnings thrown or created during pattern matching.

This PR can be reviewed as-is in combination with the backend PR above; I will take care of the required lockstep merging to get both changes landed to the frontend together.

@Baltoli Baltoli added the merge-to-dependency-job Pull requests that need to be merged into a dependency update job. label Mar 1, 2024
@Baltoli Baltoli marked this pull request as ready for review March 1, 2024 12:35
@Baltoli
Copy link
Collaborator Author

Baltoli commented Mar 1, 2024

Merged into and superseded by: #4071

@Baltoli Baltoli closed this Mar 1, 2024
@ehildenb ehildenb deleted the remove-k-errors branch March 1, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-to-dependency-job Pull requests that need to be merged into a dependency update job.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants