Merged
Conversation
Member
|
Is it testable? Maybe with a message test? |
addaleax
reviewed
Nov 14, 2018
Member
addaleax
left a comment
There was a problem hiding this comment.
Would you mind adding the test case from the PR description as a test here?
2375408 to
94e10db
Compare
Member
Author
addaleax
approved these changes
Nov 14, 2018
Member
Author
Contributor
joyeecheung
approved these changes
Nov 14, 2018
Member
joyeecheung
left a comment
There was a problem hiding this comment.
It would probably be even better if ProcessEmitWarningGeneric is less generic on the C++ side and we can just do the overload in JS...but anyway LGTM
(off-topic: we have a wasm label? AND a asm.js label? and they are both green?)
thefourtheye
approved these changes
Nov 14, 2018
Contributor
The |
94e10db to
6a17bd4
Compare
bnoordhuis
reviewed
Nov 14, 2018
6a17bd4 to
fc4ec7a
Compare
refack
approved these changes
Nov 14, 2018
Member
Author
cjihrig
approved these changes
Nov 15, 2018
PR-URL: nodejs#24365 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
fc4ec7a to
e1aa730
Compare
targos
pushed a commit
that referenced
this pull request
Nov 18, 2018
PR-URL: #24365 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
rvagg
pushed a commit
that referenced
this pull request
Nov 28, 2018
PR-URL: #24365 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This was referenced Dec 7, 2018
Member
|
@devsnek do you think that this can/should be backported to |
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.
Currently the only place V8 does this is asm.js compilation:
In chromium:

Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes