Uh oh!
There was an error while loading. Please reload this page.
[v8.x backport] repl: remove internal frames from runtime errors - #16457
[v8.x backport] repl: remove internal frames from runtime errors#16457lance wants to merge 1 commit into
Conversation
I left Local build failure stack tracesEdit: This has been resolved |
CI: https://ci.nodejs.org/job/node-test-pull-request/10971/ Edit: several failures - all of which seem to be unrelated. |
b183192 to
fc8acc8Compare97c2301 to
ab0d7a6Comparelance
commented
Oct 31, 2017
@gibfahn good catch! Fixed (I think). I had to add New CI: https://ci.nodejs.org/job/node-test-pull-request/11118/ |
There was a problem hiding this comment.
Isn't this function already defined here?
Lines 1053 to 1066 in edb03cb
There was a problem hiding this comment.
Hmm - that's disconcerting enough for me to want to start over on this. I'll take a look..
Update: bad cherry picking on my part. I will fix and push. My apologies.
Don't think function should be declared twice.
When a user executes code in the REPLServer which generates an exception, there is no need to display the REPLServer internal stack frames. PR-URL: #15351 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Refs: #9601
lance
commented
Nov 17, 2017
Another CI after latest push https://ci.nodejs.org/job/node-test-pull-request/11499/ |
468562c to
b05ef97Comparegibfahn
commented
Dec 20, 2017
563f1f6 to
6fa51d6CompareWhen a user executes code in the REPLServer which generates an exception, there is no need to display the REPLServer internal stack frames. PR-URL: #15351 Backport-PR-URL: #16457 Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Refs: #9601
When a user executes code in the REPLServer which generates an
exception, there is no need to display the REPLServer internal
stack frames.
PR-URL: #15351
Reviewed-By: Prince John Wesley princejohnwesley@gmail.com
Reviewed-By: James M Snell jasnell@gmail.com
Reviewed-By: Ruben Bridgewater ruben@bridgewater.de
Refs: #9601
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
repl