-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
lib: prefer call() over apply() if argument list is not array
#60825
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❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #60825 +/- ##
==========================================
- Coverage 88.56% 88.54% -0.02%
==========================================
Files 703 703
Lines 208268 208270 +2
Branches 40175 40173 -2
==========================================
- Hits 184444 184417 -27
- Misses 15828 15845 +17
- Partials 7996 8008 +12
🚀 New features to boost your workflow:
|
legendecas
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.
Would you mind running benchmarks on streams/events/async_hooks?
gurgunday
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
|
Copying result from https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1756/consoleText expand resultThe case with noticeable regression might be /cc @nodejs/events |
LiviaMedeiros
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; although commit message doesn't exactly reflect most changes applied.
|
Landed in 0392f0c |
PR-URL: #60825 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
Follow up of #60796