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] - Pass locale data provider by ref instead of boxing #2508

Closed
wants to merge 7 commits into from

Conversation

@jedel1043 jedel1043 added performance Performance related changes and issues API labels Dec 26, 2022
@jedel1043 jedel1043 added this to the v0.17.0 milestone Dec 26, 2022
@github-actions
Copy link

Test262 conformance changes

Test result main count PR count difference
Total 94,188 94,188 0
Passed 70,164 70,164 0
Ignored 18,605 18,605 0
Failed 5,419 5,419 0
Panics 0 0 0
Conformance 74.49% 74.49% 0.00%

@codecov
Copy link

codecov bot commented Dec 26, 2022

Codecov Report

Merging #2508 (b31b1b0) into main (cbf0782) will increase coverage by 0.02%.
The diff coverage is 50.78%.

@@            Coverage Diff             @@
##             main    #2508      +/-   ##
==========================================
+ Coverage   51.62%   51.64%   +0.02%     
==========================================
  Files         355      353       -2     
  Lines       35621    35579      -42     
==========================================
- Hits        18388    18376      -12     
+ Misses      17233    17203      -30     
Impacted Files Coverage Δ
boa_cli/src/main.rs 0.00% <ø> (ø)
boa_engine/src/builtins/function/arguments.rs 96.66% <ø> (ø)
...oa_engine/src/builtins/intl/list_format/options.rs 0.00% <0.00%> (ø)
boa_engine/src/builtins/intl/locale/options.rs 0.00% <0.00%> (ø)
boa_engine/src/builtins/intl/options.rs 0.00% <0.00%> (ø)
boa_engine/src/builtins/promise/promise_job.rs 45.12% <0.00%> (ø)
boa_engine/src/bytecompiler/class.rs 0.00% <ø> (ø)
...rc/bytecompiler/declaration/declaration_pattern.rs 26.71% <ø> (ø)
boa_engine/src/bytecompiler/expression/binary.rs 81.03% <ø> (ø)
boa_engine/src/bytecompiler/expression/mod.rs 51.63% <ø> (ø)
... and 180 more

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

@HalidOdat HalidOdat 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 to me :)

@jedel1043
Copy link
Member Author

bors r+

@bors
Copy link

bors bot commented Dec 27, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Pass locale data provider by ref instead of boxing [Merged by Bors] - Pass locale data provider by ref instead of boxing Dec 27, 2022
@bors bors bot closed this Dec 27, 2022
@bors bors bot deleted the provider-ref branch December 27, 2022 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API performance Performance related changes and issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants