-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Update Ada and url web-platform tests #61315
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
Conversation
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #61315 +/- ##
==========================================
+ Coverage 88.00% 88.53% +0.53%
==========================================
Files 704 704
Lines 208739 208739
Branches 40196 40272 +76
==========================================
+ Hits 183706 184817 +1111
+ Misses 16992 15916 -1076
+ Partials 8041 8006 -35 🚀 New features to boost your workflow:
|
Failed to start CI⚠ No approving reviews found ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/20832022492 |
mcollina
left a comment
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.
lgtm
|
Landed in 45e37d9...5d9855b |
PR-URL: #61315 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
PR-URL: #61315 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
| @@ -10515,14 +11228,14 @@ constructor_string_parser<regex_provider>::parse(std::string_view input) { | |||
| #ifndef ADA_ADA_VERSION_H | |||
| #define ADA_ADA_VERSION_H | |||
|
|
|||
| #define ADA_VERSION "3.3.0" | |||
| #define ADA_VERSION "3.4.1" | |||
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.
The commit message is confusing, it says 3.4.0, but it's actually 3.4.1.
Let's update Ada that comes with several performance improvements.