util: mark special entries as such#22287
Closed
BridgeAR wants to merge 1 commit intonodejs:masterfrom
Closed
Conversation
f766ef3 to
b361417
Compare
Member
Author
jasnell
approved these changes
Aug 13, 2018
devsnek
approved these changes
Aug 13, 2018
lpinca
reviewed
Aug 13, 2018
test/parallel/test-util-inspect.js
Outdated
Member
There was a problem hiding this comment.
Is this assertion repeated on purpose?
Member
There was a problem hiding this comment.
removing author ready label because of this open question
Member
Author
There was a problem hiding this comment.
Thanks! Copy paste error :) It's now resolved.
trivikr
approved these changes
Aug 14, 2018
lpinca
approved these changes
Aug 14, 2018
trivikr
approved these changes
Aug 15, 2018
Member
Author
b62ab33 to
99b50c7
Compare
Member
Author
|
Rebased due to conflicts. |
This was referenced Aug 17, 2018
This adds the color code to special entries if colors are active.
99b50c7 to
2988330
Compare
Member
Author
|
Rebased again due to conflicts. CI https://ci.nodejs.org/job/node-test-pull-request/16569/ ✔️ |
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Aug 19, 2018
This adds the color code to special entries if colors are active. PR-URL: nodejs#22287 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Member
Author
|
Landed in bd090f9 🎉 |
Member
|
Should this be backported to |
Member
|
Landed easily after #21869 |
targos
pushed a commit
that referenced
this pull request
Aug 19, 2018
This adds the color code to special entries if colors are active. PR-URL: #22287 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos
pushed a commit
that referenced
this pull request
Sep 3, 2018
This adds the color code to special entries if colors are active. PR-URL: #22287 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This was referenced Sep 6, 2018
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
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.
This adds the color code to special entries if colors are active.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes