-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
lib: remove dollar symbol for private function '$getMaxListeners' #25590
Conversation
this doesn't really need an underscore either |
Just remove '$' because this isn't a programming language like Python.
@Maledong I think that’s because of the second |
@addaleax iirc the name was added as part of a code+learn to help debugging through core, might be good to keep it. |
Re-run of failing node-test-commit-arm-fanned |
I believe v8 is already capable of inferring function names like this (assigned through a |
Landed in 3a4521a |
Just remove '$' because this isn't a programming language like Python. PR-URL: #25590 Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Just remove '$' because this isn't a programming language like Python. PR-URL: #25590 Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Thanks! |
Just remove '$' because this isn't a programming language like Python.
make -j4 test
(UNIX), orvcbuild test
(Windows) passes