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

Remove usages of K error handling infrastructure #1001

Merged
merged 12 commits into from Mar 1, 2024
Merged

Conversation

Baltoli
Copy link
Collaborator

@Baltoli Baltoli commented Mar 1, 2024

Part of: #999

We are currently working on removing the reverse dependency that the LLVM backend has on the K frontend's data structures; this PR takes a first step towards that goal by removing the backend's use of the K exception infrastructure for throwing errors.

The K infrastructure is replaced with a simple exception class that the frontend will be able to catch and reinterpret as appropriate.

This PR needs a matching change to the K frontend to work, along with appropriate lockstep merging.

@rv-jenkins rv-jenkins merged commit 30f813a into master Mar 1, 2024
7 checks passed
@rv-jenkins rv-jenkins deleted the remove-k-errors branch March 1, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants