Uh oh!
There was an error while loading. Please reload this page.
test: favor === over == in fs-utimes - #9290
Closed
jun-oka wants to merge 2 commits into
Closed
Conversation
cjihrig
commented
Oct 26, 2016
Contributor
This is a good start, but there are other improvements that can be made while you're updating this test:
|
jun-oka
commented
Oct 26, 2016
ContributorAuthor
@cjihrig Sorry, I overlooked |
Trott
commented
Oct 26, 2016
Member
I'd also add that if you do end up keeping the |
jun-oka
commented
Oct 26, 2016
ContributorAuthor
@Trott Understood. I found it on Line 143. Thank you. |
jun-okaforce-pushed
the
test-fs-utimes-eqeqeq
branch
from
December 24, 2016 18:08
9c93f6c to
8133444Comparejun-oka
commented
Dec 24, 2016
ContributorAuthor
Trott
commented
Dec 24, 2016
Member
targos
approved these changes
Dec 24, 2016
jasnell
approved these changes
Dec 24, 2016
Trott
commented
Jan 6, 2017
Member
Trottforce-pushed
the
test-fs-utimes-eqeqeq
branch
from
January 7, 2017 00:02
8133444 to
90b88b9CompareTrott
commented
Jan 7, 2017
Member
Landed in 377ea28. |
Trott pushed a commit
to Trott/io.js
that referenced
this pull request
Jan 7, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
italoacasas pushed a commit
to italoacasas/node
that referenced
this pull request
Jan 18, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
italoacasas pushed a commit
to italoacasas/node
that referenced
this pull request
Jan 19, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
italoacasas pushed a commit
to italoacasas/node
that referenced
this pull request
Jan 25, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
italoacasas pushed a commit
to italoacasas/node
that referenced
this pull request
Jan 27, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: nodejs#9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
MylesBorins pushed a commit
that referenced
this pull request
Mar 8, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: #9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit
that referenced
this pull request
Mar 8, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: #9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit
that referenced
this pull request
Mar 9, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: #9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
MylesBorins pushed a commit
that referenced
this pull request
Mar 9, 2017
* favor `===` over `==` * `var` -> `const`/`let` * use `common.mustCall()` PR-URL: #9290 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
test fs-utimes