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] - Fix function property order #2305

Closed
wants to merge 1 commit into from

Conversation

raskad
Copy link
Member

@raskad raskad commented Sep 25, 2022

This Pull Request changes the following:

  • Fix function property order

@raskad raskad added bug Something isn't working execution Issues or PRs related to code execution labels Sep 25, 2022
@raskad raskad added this to the v0.17.0 milestone Sep 25, 2022
@github-actions
Copy link

Test262 conformance changes

VM implementation

Test result main count PR count difference
Total 92,057 92,057 0
Passed 68,704 68,714 +10
Ignored 16,832 16,832 0
Failed 6,521 6,511 -10
Panics 0 0 0
Conformance 74.63% 74.64% +0.01%
Fixed tests (10):
test/language/computed-property-names/class/static/method-number-order.js [strict mode] (previously Failed)
test/language/computed-property-names/class/static/method-number-order.js (previously Failed)
test/language/computed-property-names/class/static/method-string-order.js [strict mode] (previously Failed)
test/language/computed-property-names/class/static/method-string-order.js (previously Failed)
test/language/computed-property-names/class/static/method-symbol-order.js [strict mode] (previously Failed)
test/language/computed-property-names/class/static/method-symbol-order.js (previously Failed)
test/language/statements/class/definition/fn-name-static-precedence-order.js [strict mode] (previously Failed)
test/language/statements/class/definition/fn-name-static-precedence-order.js (previously Failed)
test/language/statements/class/definition/fn-length-static-precedence-order.js [strict mode] (previously Failed)
test/language/statements/class/definition/fn-length-static-precedence-order.js (previously Failed)

@codecov
Copy link

codecov bot commented Sep 25, 2022

Codecov Report

Merging #2305 (62de827) into main (e9e85f5) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #2305   +/-   ##
=======================================
  Coverage   41.19%   41.19%           
=======================================
  Files         237      237           
  Lines       22375    22375           
=======================================
  Hits         9218     9218           
  Misses      13157    13157           
Impacted Files Coverage Δ
boa_engine/src/vm/code_block.rs 32.63% <100.00%> (ø)

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.

Very interesting! Didn't know function properties ought to have a specific order. Very good catch!

Copy link
Member

@Razican Razican left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good one! I'm also surprised about this!

@Razican
Copy link
Member

Razican commented Sep 26, 2022

bors r+

bors bot pushed a commit that referenced this pull request Sep 26, 2022
This Pull Request changes the following:

- Fix function property order
@bors
Copy link

bors bot commented Sep 26, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Fix function property order [Merged by Bors] - Fix function property order Sep 26, 2022
@bors bors bot closed this Sep 26, 2022
@bors bors bot deleted the fix-function-property-order branch September 26, 2022 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working execution Issues or PRs related to code execution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants