-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Changing the structure of mir::interpret::InterpError
#62969
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0aa9658
changing the fields of InterpError
saleemjaffer 01859bb
grouping the variants of InterpError
saleemjaffer fc48f3e
more grouping of the variants in InterpError
saleemjaffer eeb2335
moving remaining variants to UnsupportedInfo
saleemjaffer 4f0ab6c
code review fixes
saleemjaffer 307798a
fixing fallout due to InterpError refactor
saleemjaffer aa3d40c
tidy fixes
saleemjaffer 9782b37
implementing Debug for UnsupportedInfo
saleemjaffer 8e9d0fa
adding a err macro for each of the InterpError variants
saleemjaffer 654519d
use PanicInfo and UnsupportedOpInfo
saleemjaffer 03d47be
code review fixes
saleemjaffer 9f8b099
code review fixes
saleemjaffer 5bb06b3
code review fixes
saleemjaffer 9620521
code review fixes
saleemjaffer 2a33fbf
addding an interp_error module
saleemjaffer 69daf84
adding throw_ and err_ macros for InterpError
saleemjaffer b60a336
tidy fixes
saleemjaffer fc5df1d
renaming err to err_unsup
saleemjaffer 35417e7
renaming throw_err_* to throw_*
saleemjaffer 5585445
throw_X macros use err_X macros
saleemjaffer 152f0d3
code review fixes
saleemjaffer a1e59d1
code review fixes
saleemjaffer c17d11f
code review fixes
saleemjaffer 0c4513e
code review fixes
saleemjaffer 00d32e8
code review fixes
saleemjaffer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.