-
Notifications
You must be signed in to change notification settings - Fork 623
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
Statically typed error handling PoC #1752
Draft
Tehforsch
wants to merge
34
commits into
rust-only-ssh
Choose a base branch
from
enum-error-handling
base: rust-only-ssh
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a8edb3 - Browse repository at this point
Copy the full SHA 5a8edb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78273a - Browse repository at this point
Copy the full SHA e78273aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c5e432 - Browse repository at this point
Copy the full SHA 1c5e432View commit details -
Improve check_err_matches! ergonomics.
More specifically, allow autoconversion into the type of the match pattern, so that one does not need to specify the fully qualified error variant every time.
Configuration menu - View commit details
-
Copy full SHA for cfe72fa - Browse repository at this point
Copy the full SHA cfe72faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e71730 - Browse repository at this point
Copy the full SHA 2e71730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c1628 - Browse repository at this point
Copy the full SHA 18c1628View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33c0a7 - Browse repository at this point
Copy the full SHA e33c0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4f10c - Browse repository at this point
Copy the full SHA 9c4f10cView commit details -
Move all use cases into custom errors from those builtin modules.
Configuration menu - View commit details
-
Copy full SHA for c7d9c4b - Browse repository at this point
Copy the full SHA c7d9c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d97fdab - Browse repository at this point
Copy the full SHA d97fdabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f6330 - Browse repository at this point
Copy the full SHA 07f6330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b9e94 - Browse repository at this point
Copy the full SHA 75b9e94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b83bd0e - Browse repository at this point
Copy the full SHA b83bd0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30094ec - Browse repository at this point
Copy the full SHA 30094ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b35e814 - Browse repository at this point
Copy the full SHA b35e814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051db68 - Browse repository at this point
Copy the full SHA 051db68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a5633 - Browse repository at this point
Copy the full SHA 44a5633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87bf03b - Browse repository at this point
Copy the full SHA 87bf03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 599cd4c - Browse repository at this point
Copy the full SHA 599cd4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e200214 - Browse repository at this point
Copy the full SHA e200214View commit details -
Configuration menu - View commit details
-
Copy full SHA for fea6024 - Browse repository at this point
Copy the full SHA fea6024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc1cee - Browse repository at this point
Copy the full SHA 3dc1ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac8803 - Browse repository at this point
Copy the full SHA 2ac8803View commit details -
Configuration menu - View commit details
-
Copy full SHA for c85da81 - Browse repository at this point
Copy the full SHA c85da81View commit details -
Rename FunctionErrorKind -> FnError.
Also rename FunctionError within interpreter to FunctionCallError.
Configuration menu - View commit details
-
Copy full SHA for df373f9 - Browse repository at this point
Copy the full SHA df373f9View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ea894f - Browse repository at this point
Copy the full SHA 4ea894fView commit details -
Improve scannerctl error message on Fn errors.
Add code location and origin statement to the message.
Configuration menu - View commit details
-
Copy full SHA for 8f68148 - Browse repository at this point
Copy the full SHA 8f68148View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0ef012 - Browse repository at this point
Copy the full SHA c0ef012View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31835d - Browse repository at this point
Copy the full SHA d31835dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1adfac7 - Browse repository at this point
Copy the full SHA 1adfac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa701f - Browse repository at this point
Copy the full SHA 4fa701fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dedbbea - Browse repository at this point
Copy the full SHA dedbbeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for adbf987 - Browse repository at this point
Copy the full SHA adbf987View commit details -
Configuration menu - View commit details
-
Copy full SHA for b161913 - Browse repository at this point
Copy the full SHA b161913View commit details
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.