-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
doc: replace Function with Arrow Function #17459
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@maclover7 : Curious why |
I would say this can land below the 48 hours. |
@mithunsasidharan the tests are some times flaky. This has nothing to with that your PR. |
@apapirovski : Can you please land this ? Thanks a lot ! |
Hmm... strangely this doesn't seem to apply cleanly as a patch. Could you rebase against master by any chance and force push? |
@mithunsasidharan Please try and avoid pinging to land things -- since it already has the |
@apapirovski : I've updated the branch.. kindly check now.. ! |
@maclover7 : Sorry about it. Will follow the guidelines here on. Thanks much ! |
@mithunsasidharan Looks like there's a merge commit here. You could do something like
But I'm no git surgeon. Maybe there's a better way to get rid of it. Edit: could also be upstream/master instead of origin/master if you have a remote reference to upstream. |
@apapirovski : I'm sorry.. seems I've messed up the branch... will it be possible for you to land specific commit (cherrypick) ? Thanks! |
is 7f9d65f72e923637ad28cfc6adf338f37e323a61 correct or were there more changes? |
@apapirovski : Give me 2 minutes.. Il fix this! |
@apapirovski : There you go.. corrected the PR and commits.. there was 1 more file but seems its resolved in previous PR. So just 1 file and 1 commit.. please go ahead with the landing ! Thanks for your support ! |
Landed in 817d4ad |
PR-URL: #17459 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #17459 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #17459 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Replaced classic functions with arrow functions inside
doc/api/util.md
anddoc/api/vm.md
Checklist
Affected core subsystem(s)
doc