Uh oh!
There was an error while loading. Please reload this page.
lib: fixme defer error to next tick - #4670
Conversation
jasnell
commented
Jan 13, 2016
Marking this as a possible |
cjihrig
commented
Jan 13, 2016
Wouldn't a change in timing be a semver-major change? |
jasnell
commented
Jan 14, 2016
Possibly yes. |
fece1f9 to
2c41576Comparetflanagan
commented
Jan 22, 2016
I've updated this PR to match master |
jasnell
commented
Jan 23, 2016
@bnoordhuis ... thoughts? |
tflanagan
commented
Feb 17, 2016
/poke @bnoordhuis |
Trott
commented
Feb 18, 2016
thefourtheye
commented
Feb 18, 2016
Related work: #5251 |
jasnell
commented
Mar 22, 2016
@bnoordhuis@tflanagan ... ping |
bnoordhuis
commented
Mar 22, 2016
LGTM if tests pass. I'd make it semver-major just to be safe. CI: https://ci.nodejs.org/job/node-test-pull-request/2027/ |
7da4fd4 to
c7066fbCompareMylesBorins
commented
Jun 17, 2016
should we add this to the v7 milestone? |
imyller
commented
Sep 15, 2016
FIXME states that emitting error should be deferred to next tick.
Thus |
Trott
commented
Sep 16, 2016
LGTM. Since it's semver-major (out of caution, not because this is actually expected to cause huge problems), I'm going to ping @nodejs/ctc to see if anyone else wants to Also, since it's been dormant a while, might be good to run one last CI. Also a CITGM because: semver-major. CI: https://ci.nodejs.org/job/node-test-pull-request/4076/ |
IMHO I don't think it has to be until the next actual tick, I think the original idea was to allow the user to have time to set up an |
imyller
commented
Sep 16, 2016
Agree with @mscdex LGTM pending new CI and ctc comments |
santigimeno
commented
Sep 19, 2016
LGTM |
evanlucas
commented
Sep 19, 2016
Running CI one more time: https://ci.nodejs.org/job/node-test-pull-request/4126/ |
c133999 to
83c7a88Comparejasnell
commented
Feb 28, 2017
ping @nodejs/ctc ... did we want to land this? |
fhinkel
commented
May 23, 2017
There's two approvals and no rejection, so I'd say...yes? |
gibfahn
commented
May 23, 2017
3 ctc approvals (@bnoordhuis@Trott@cjihrig ) and 2 other collaborator ones ( @imyller@santigimeno) so it should be good to land, probably needs another CI and CitGM run though. |
BridgeAR
commented
Jun 18, 2017
Seems like this is not stalled and it only has to land? |
Trott
commented
Aug 10, 2017
PR-URL: nodejs#4670 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Trott
commented
Aug 13, 2017
Landed in f2b01cb. Triageathon 2017! |
Fixes FIXMEs in lib/internal/child_process.js ref's #4642