Skip to content

(v6.x backport) test: add arrow functions to test-util-inspect - #11970

Closed
aqrln wants to merge 1 commit into
nodejs:v6.x-stagingfrom
aqrln:pr11781-backport-v6.x
Closed

(v6.x backport) test: add arrow functions to test-util-inspect#11970
aqrln wants to merge 1 commit into
nodejs:v6.x-stagingfrom
aqrln:pr11781-backport-v6.x

Conversation

@aqrln

@aqrlnaqrln commented Mar 21, 2017

Copy link
Copy Markdown
Contributor

Backport of #11781 to v6.x

/cc @MylesBorins@Fishrock123

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

@nodejs-github-botnodejs-github-bot added test Issues and PRs related to the tests. v6.x labels Mar 21, 2017
@mscdexmscdex added the util Issues and PRs related to the built-in util module. label Mar 21, 2017
@aqrln
aqrlnforce-pushed the pr11781-backport-v6.x branch from 7f30d74 to 4874488CompareMarch 22, 2017 01:22
Even though arrow functions and ES5 anonymous functions are technically
the same for util.js, it won't hurt to test both.
PR-URL: nodejs#11781
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
@aqrln
aqrlnforce-pushed the pr11781-backport-v6.x branch from 4874488 to 57609e7CompareMarch 22, 2017 01:23
@aqrln

Copy link
Copy Markdown
ContributorAuthor

Applied the commit on top of the new HEAD of v6.x-staging. I was kinda surprised to open the PR and see all those commits 😄

@evanlucas

Copy link
Copy Markdown
Contributor

MylesBorins pushed a commit that referenced this pull request Apr 13, 2017
Even though arrow functions and ES5 anonymous functions are technically
the same for util.js, it won't hurt to test both.
Backport-PR-URL: #11970
PR-URL: #11781
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in 533e565

@aqrln
aqrln deleted the pr11781-backport-v6.x branch April 17, 2017 22:47
MylesBorins pushed a commit that referenced this pull request Apr 19, 2017
Even though arrow functions and ES5 anonymous functions are technically
the same for util.js, it won't hurt to test both.
Backport-PR-URL: #11970
PR-URL: #11781
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
Even though arrow functions and ES5 anonymous functions are technically
the same for util.js, it won't hurt to test both.
Backport-PR-URL: nodejs/node#11970
PR-URL: nodejs/node#11781
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@aqrln@evanlucas@MylesBorins@jasnell@mscdex@nodejs-github-bot