-
-
Notifications
You must be signed in to change notification settings - Fork 411
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 by Bors] - Upgrade clap to 4.0, add value hints for zsh and fish #2336
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2336 +/- ##
==========================================
- Coverage 40.82% 40.79% -0.03%
==========================================
Files 240 240
Lines 22743 22742 -1
==========================================
- Hits 9285 9278 -7
- Misses 13458 13464 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a small nitpick that comes down to preference, really.
Huh, the update probably changed some syntax of the |
Should be fixed now :) |
Test262 conformance changesVM implementation
|
bors r+ |
This Pull Request fixes/closes #2330. It changes the following: - Upgrades from clap 3 to clap 4 (note that criterion still uses clap 3, tracked here: bheisler/criterion.rs#596) - Updates the derive syntax with the new 4.0 syntax - Adds hints for fish & zsh Co-authored-by: José Julián Espina <[email protected]>
Pull request successfully merged into main. Build succeeded: |
This Pull Request fixes/closes #2330.
It changes the following: