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

[Merged by Bors] - Upgrade clap to 4.0, add value hints for zsh and fish #2336

Closed
wants to merge 4 commits into from

Conversation

Razican
Copy link
Member

@Razican Razican commented Oct 10, 2022

This Pull Request fixes/closes #2330.

It changes the following:

@Razican Razican added enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 10, 2022
@Razican Razican added this to the v0.17.0 milestone Oct 10, 2022
@codecov
Copy link

codecov bot commented Oct 10, 2022

Codecov Report

Merging #2336 (19e58c8) into main (c645f85) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            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     
Impacted Files Coverage Δ
boa_cli/src/main.rs 5.55% <ø> (ø)
boa_tester/src/main.rs 0.00% <ø> (ø)
...ntax/parser/expression/left_hand_side/arguments.rs 35.00% <0.00%> (-2.50%) ⬇️
boa_engine/src/builtins/mod.rs 13.23% <0.00%> (-1.48%) ⬇️
boa_engine/src/builtins/intl/mod.rs 56.46% <0.00%> (-1.37%) ⬇️
boa_engine/src/vm/mod.rs 45.50% <0.00%> (-0.17%) ⬇️
boa_engine/src/builtins/json/mod.rs 69.26% <0.00%> (-0.15%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@jedel1043 jedel1043 left a 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.

boa_tester/src/main.rs Outdated Show resolved Hide resolved
@jedel1043
Copy link
Member

Huh, the update probably changed some syntax of the boa_tester tool...

@Razican
Copy link
Member Author

Razican commented Oct 10, 2022

Huh, the update probably changed some syntax of the boa_tester tool...

Should be fixed now :)

@github-actions
Copy link

github-actions bot commented Oct 10, 2022

Test262 conformance changes

VM implementation

Test result main count PR count difference
Total 92,565 92,565 0
Passed 68,948 68,948 0
Ignored 17,394 17,394 0
Failed 6,223 6,223 0
Panics 0 0 0
Conformance 74.49% 74.49% 0.00%

@jedel1043
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Oct 15, 2022
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]>
@bors
Copy link

bors bot commented Oct 15, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Upgrade clap to 4.0, add value hints for zsh and fish [Merged by Bors] - Upgrade clap to 4.0, add value hints for zsh and fish Oct 15, 2022
@bors bors bot closed this Oct 15, 2022
@bors bors bot deleted the upgrade_clap branch October 15, 2022 19:23
@Razican Razican added the hacktoberfest-accepted PR accepted for Hacktoberfest label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request hacktoberfest-accepted PR accepted for Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants