Uh oh!
There was an error while loading. Please reload this page.
events: convert errorMonitor to normal property - #31848
Closed
Flarna wants to merge 1 commit into
Closed
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Convert property errorMonitor to a normal property as non-writable caused unwanted side effects. Refs: nodejs#30932 (comment)
Flarnaforce-pushed
the
events-error-monitor
branch
from
February 18, 2020 15:33
d1b498c to
e00a3fbComparetargos
approved these changes
Feb 21, 2020
4 tasks
lpinca
approved these changes
Feb 21, 2020
jasnell
approved these changes
Feb 21, 2020
mmarchini
approved these changes
Feb 21, 2020
Flarna
commented
Feb 25, 2020
MemberAuthor
Friendly ping, would be nice if someone could move this forward. |
nodejs-github-bot
commented
Feb 26, 2020
Collaborator
Flarna
commented
Feb 28, 2020
MemberAuthor
Is there anything I can do for CI? I haven't found a way yet to retrigger it... |
4 tasks
addaleax
approved these changes
Feb 28, 2020
nodejs-github-bot
commented
Feb 28, 2020
Collaborator
cjihrig
approved these changes
Feb 28, 2020
nodejs-github-bot
commented
Mar 2, 2020
Collaborator
Flarna
commented
Mar 2, 2020
MemberAuthor
Is there something I can do for CI? Does it help if I rebase? |
mmarchini
commented
Mar 2, 2020
Contributor
mmarchini pushed a commit
that referenced
this pull request
Mar 2, 2020
Convert property errorMonitor to a normal property as non-writable caused unwanted side effects. Refs: #30932 (comment) PR-URL: #31848 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
mmarchini
commented
Mar 2, 2020
Contributor
Landed in ed8007a |
MylesBorins pushed a commit
that referenced
this pull request
Mar 4, 2020
Convert property errorMonitor to a normal property as non-writable caused unwanted side effects. Refs: #30932 (comment) PR-URL: #31848 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Merged
targos
commented
Apr 20, 2020
Member
Depends on #30932 to land on v12.x |
ljharb
commented
Apr 20, 2020
Member
targos
commented
Apr 20, 2020
Member
Yes. Sorry if I'm not giving enough details in these messages, but I have about 300 semver-patch commits to review to prepare the next v12.x release. |
Flarna
commented
Apr 20, 2020
MemberAuthor
targos pushed a commit
to targos/node
that referenced
this pull request
Apr 25, 2020
Convert property errorMonitor to a normal property as non-writable caused unwanted side effects. Refs: nodejs#30932 (comment) PR-URL: nodejs#31848 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit
that referenced
this pull request
Apr 28, 2020
Convert property errorMonitor to a normal property as non-writable caused unwanted side effects. Refs: #30932 (comment) PR-URL: #31848 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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 freeto 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.
Convert property errorMonitor to a normal property as non-writable caused unwanted side effects.
Refs: #30932 (comment)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes