-
-
Notifications
You must be signed in to change notification settings - Fork 406
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] - Extract the parser into a crate #2409
Conversation
Test262 conformance changes
|
Codecov Report
@@ Coverage Diff @@
## main #2409 +/- ##
==========================================
+ Coverage 38.33% 38.74% +0.41%
==========================================
Files 313 313
Lines 23859 23856 -3
==========================================
+ Hits 9146 9244 +98
+ Misses 14713 14612 -101
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
a764b30
to
2dd8028
Compare
2dd8028
to
29d520c
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.
Really nice. Good to get that eval
code cleaned up too :)
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 great!
Just a small nitpick :)
29d520c
to
4247e54
Compare
bors r+ |
Depends on #2408. This finally separates parsing from execution, which should make compilations a bit faster.
Pull request successfully merged into main. Build succeeded: |
Depends on #2408.
This finally separates parsing from execution, which should make compilations a bit faster.