-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
doc: replace Function with Arrow Function #17459
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 <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #17459 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #17459 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Replaced classic functions with arrow functions inside
doc/api/util.md
anddoc/api/vm.md
Checklist
Affected core subsystem(s)
doc