-
-
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
Fix static class element evaluation order #3327
Conversation
Test262 conformance changes
Fixed tests (4):
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3327 +/- ##
==========================================
- Coverage 49.41% 49.40% -0.01%
==========================================
Files 445 445
Lines 43898 43909 +11
==========================================
+ Hits 21690 21692 +2
- Misses 22208 22217 +9
☔ View full report in Codecov by Sentry. |
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.
Nice Catch! Looks good to me! :)
fbc25f8
to
5862732
Compare
5862732
to
6f515c0
Compare
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.
Very nice fix for a really subtle bug :)
This Pull Request changes the following: