Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 36 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisessrc: emit warnings from V8 #24365
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
C++
label
Nov 14, 2018
devsnek
added
the
V8 Engine
label
Nov 14, 2018
devsnek
requested review from
addaleax and
hashseed
Nov 14, 2018
This comment has been minimized.
This comment has been minimized.
|
Is it testable? Maybe with a message test? |
addaleax
reviewed
Nov 14, 2018
|
Would you mind adding the test case from the PR description as a test here? |
src/node.cc Outdated
devsnek
force-pushed the
devsnek:feature/v8-warnings
branch
from
2375408
to
94e10db
Nov 14, 2018
This comment has been minimized.
This comment has been minimized.
addaleax
approved these changes
Nov 14, 2018
This comment has been minimized.
This comment has been minimized.
refack
added
the
wasm
label
Nov 14, 2018
devsnek
removed
the
wasm
label
Nov 14, 2018
This comment has been minimized.
This comment has been minimized.
devsnek
added
the
asm.js
label
Nov 14, 2018
joyeecheung
approved these changes
Nov 14, 2018
|
It would probably be even better if (off-topic: we have a |
thefourtheye
approved these changes
Nov 14, 2018
src/node.cc Outdated
This comment has been minimized.
This comment has been minimized.
The |
devsnek
force-pushed the
devsnek:feature/v8-warnings
branch
from
94e10db
to
6a17bd4
Nov 14, 2018
bnoordhuis
reviewed
Nov 14, 2018
devsnek
force-pushed the
devsnek:feature/v8-warnings
branch
from
6a17bd4
to
fc4ec7a
Nov 14, 2018
refack
approved these changes
Nov 14, 2018
This comment has been minimized.
This comment has been minimized.
cjihrig
approved these changes
Nov 15, 2018
devsnek
force-pushed the
devsnek:feature/v8-warnings
branch
from
fc4ec7a
to
e1aa730
Nov 16, 2018
devsnek
merged commit e1aa730
into
nodejs:master
Nov 16, 2018
devsnek
deleted the
devsnek:feature/v8-warnings
branch
Nov 16, 2018
targos
added a commit
that referenced
this pull request
Nov 18, 2018
rvagg
added a commit
that referenced
this pull request
Nov 28, 2018
This was referenced Dec 7, 2018
This comment has been minimized.
This comment has been minimized.
|
@devsnek do you think that this can/should be backported to |
devsnek commentedNov 14, 2018
•
edited
Currently the only place V8 does this is asm.js compilation:
In chromium:

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