Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upconsole: use consolePropAttributes for k-bind properties in constructor #26850
Conversation
nodejs-github-bot
added
the
console
label
Mar 22, 2019
mihalskiy
approved these changes
Mar 22, 2019
joyeecheung
approved these changes
Mar 23, 2019
ZYSzys
approved these changes
Mar 23, 2019
This comment has been minimized.
This comment has been minimized.
BridgeAR
approved these changes
Mar 25, 2019
BridgeAR
added
the
author ready
label
Mar 25, 2019
This comment has been minimized.
This comment has been minimized.
|
Landed in ed5e69d. |
danbev
closed this
Mar 27, 2019
danbev
added a commit
that referenced
this pull request
Mar 27, 2019
This comment has been minimized.
This comment has been minimized.
|
It seems that this gone failed our travis CI (if I'm not wrong), do we need to revert this one ?
|
This comment has been minimized.
This comment has been minimized.
|
I'll take a closer look now and a PR to revert this. Thanks for point this out! |
danbev
referenced this pull request
Mar 27, 2019
Closed
Revert "console: use consolePropAttributes for k-bind properties in c… #26943
danbev
added a commit
that referenced
this pull request
Mar 27, 2019
BeniCheni
deleted the
BeniCheni:console-constructor-k-bind-props
branch
Mar 27, 2019
targos
added this to Don't land (ever)
in v11.x
Mar 27, 2019
This was referenced Apr 23, 2019
beevelop
referenced this pull request
Apr 23, 2019
Closed
2019-04-23 Version 12.0.0 (Current) @BethGriggs #306
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Apr 29, 2019
targos
added a commit
that referenced
this pull request
Apr 30, 2019
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.
BeniCheni commentedMar 22, 2019
After checking out the TODO comment in
lib/internal/console/constructor.js, this PR follows the suggestion to useconsolePropAttributeswhen defining these k-bind properties in thethisobject.node/lib/internal/console/constructor.js
Lines 184 to 189 in db40b4a
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes