FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: changed function to arrow function by nimit95 · Pull Request #32875 · nodejs/node · GitHub

/ node Public

test: changed function to arrow function - #32875

Closed
nimit95 wants to merge 1 commit into
nodejs:masterfrom
nimit95:arrowfunction
Closed

test: changed function to arrow function#32875
nimit95 wants to merge 1 commit into
nodejs:masterfrom
nimit95:arrowfunction

Conversation

nimit95 commented Apr 16, 2020

Copy link
Copy Markdown
Contributor

Convert callback functions that are anonymous
to arrow functions for better readability.
Also adjusted the this object in places
where that was required.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Convert callback functions that are anonymous
to arrow functions for better readability.
Also adjusted the `this` object in places
where that was required.
nodejs-github-bot added the test Issues and PRs related to the tests. label Apr 16, 2020

nimit95 commented Apr 16, 2020

Copy link
Copy Markdown
Contributor Author

Some unrelated test broke on macOS

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

nimit95 commented Apr 16, 2020

Copy link
Copy Markdown
Contributor Author

test/parallel/test-worker-init-failure.js, do we know is this test flaky.
When I run it in my local it works, but I see some sort of timeout.

BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 17, 2020

Copy link
Copy Markdown
Member

@nimit95 yes, there are a couple flaky tests. It's unrelated to this change :)

gireeshpunathil pushed a commit that referenced this pull request Apr 18, 2020
Convert callback functions that are anonymous
to arrow functions for better readability.
Also adjusted the `this` object in places where
that was required.

PR-URL: #32875
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

Copy link
Copy Markdown
Member

landed in 4986286

BethGriggs pushed a commit that referenced this pull request Apr 27, 2020
Convert callback functions that are anonymous
to arrow functions for better readability.
Also adjusted the `this` object in places where
that was required.

PR-URL: #32875
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BethGriggs mentioned this pull request Apr 27, 2020
BridgeAR pushed a commit that referenced this pull request Apr 28, 2020
Convert callback functions that are anonymous
to arrow functions for better readability.
Also adjusted the `this` object in places where
that was required.

PR-URL: #32875
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR mentioned this pull request Apr 28, 2020
targos pushed a commit that referenced this pull request Apr 30, 2020
Convert callback functions that are anonymous
to arrow functions for better readability.
Also adjusted the `this` object in places where
that was required.

PR-URL: #32875
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL