-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Typed catchers #2814
Draft
the10thWiz
wants to merge
27
commits into
rwf2:master
Choose a base branch
from
the10thWiz:typed-catchers
base: master
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
Typed catchers #2814
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56e7fa6 - Browse repository at this point
Copy the full SHA 56e7fa6View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0ad038 - Browse repository at this point
Copy the full SHA c0ad038View commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99e2109 - Browse repository at this point
Copy the full SHA 99e2109View commit details -
- Catchers now carry `TypeId` and type name for collision detection - Transient updated to 0.3, with new derive macro - Added `Transient` or `Static` implementations for error types - CI should now pass
Configuration menu - View commit details
-
Copy full SHA for 09c56c7 - Browse repository at this point
Copy the full SHA 09c56c7View commit details
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b68900f - Browse repository at this point
Copy the full SHA b68900fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb3a3a - Browse repository at this point
Copy the full SHA 4cb3a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3a7fa - Browse repository at this point
Copy the full SHA ac3a7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaea6f6 - Browse repository at this point
Copy the full SHA eaea6f6View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1308c19 - Browse repository at this point
Copy the full SHA 1308c19View commit details
Commits on Jul 2, 2024
-
See catch attribute docs for the new syntax.
Configuration menu - View commit details
-
Copy full SHA for f8c8bb8 - Browse repository at this point
Copy the full SHA f8c8bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dea224f - Browse repository at this point
Copy the full SHA dea224fView commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b8689c - Browse repository at this point
Copy the full SHA 7b8689cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb796fc - Browse repository at this point
Copy the full SHA fb796fcView commit details
Commits on Aug 17, 2024
-
- Add Error trait - Use Option<Box<dyn Error>> - Update Responder to return a result - Update all core implementations
Configuration menu - View commit details
-
Copy full SHA for af68f5e - Browse repository at this point
Copy the full SHA af68f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a59cb04 - Browse repository at this point
Copy the full SHA a59cb04View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6427db2 - Browse repository at this point
Copy the full SHA 6427db2View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d06ac7 - Browse repository at this point
Copy the full SHA 6d06ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ae827 - Browse repository at this point
Copy the full SHA 04ae827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bba53 - Browse repository at this point
Copy the full SHA 99bba53View commit details -
Major fixes for matching and responder
- Update Responder derive to match new trait - Update lifecycle to deal with error types correctly - Update catcher rank to ignore type - now handled by lifecycle
Configuration menu - View commit details
-
Copy full SHA for f0f2342 - Browse repository at this point
Copy the full SHA f0f2342View commit details -
Still has several major missing features, but is back to passing CI.
Configuration menu - View commit details
-
Copy full SHA for 84ba0b7 - Browse repository at this point
Copy the full SHA 84ba0b7View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ab2d13 - Browse repository at this point
Copy the full SHA 6ab2d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for b55b9c7 - Browse repository at this point
Copy the full SHA b55b9c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a4b44 - Browse repository at this point
Copy the full SHA 61a4b44View commit details
Commits on Sep 7, 2024
-
- The previous `on_request` was unsafe, now uses a separate `filter_request` method to ensure `error` only contains immutable borrows of `Request`. - Added full safety comments and arguements to `erased`. - Added extra logic to upgrade, to prevent upgrading if an error has been thrown.
Configuration menu - View commit details
-
Copy full SHA for 61cd326 - Browse repository at this point
Copy the full SHA 61cd326View commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3fbf1b4 - Browse repository at this point
Copy the full SHA 3fbf1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c263a6c - Browse repository at this point
Copy the full SHA c263a6cView 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.