Skip to content

events: preset usingDomains to false - #18944

Closed
MylesBorins wants to merge 1 commit into
nodejs:masterfrom
MylesBorins:events-using-domains
Closed

events: preset usingDomains to false#18944
MylesBorins wants to merge 1 commit into
nodejs:masterfrom
MylesBorins:events-using-domains

Conversation

@MylesBorins

Copy link
Copy Markdown
Contributor

The line setting this was removed in a previous commit. This
potentially breaks code in the wild using this property.

Refs: #17403 (comment)

Alternative to #18942

@nodejs-github-bot nodejs-github-bot added the events Issues and PRs related to EventEmitter and the events module. label Feb 22, 2018
@MylesBorins

MylesBorins commented Feb 22, 2018

Copy link
Copy Markdown
Contributor Author

CI: https://ci.nodejs.org/job/node-test-pull-request/13338/

edit: relaunched CI due to linting error

@MylesBorins MylesBorins added the fast-track PRs proposed for a shorter-than-standard waiting period before landing. label Feb 22, 2018
@MylesBorins

Copy link
Copy Markdown
Contributor Author

I'd like to fast track this and potentially get a release out this evening with this change included

@vdeturckheim vdeturckheim left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

The line setting this was removed in a previous commit. This
potentially breaks code in the wild using this property.

Refs: nodejs#17403 (comment)
@MylesBorins

Copy link
Copy Markdown
Contributor Author

lots of flakes + infra failures in CI, running one more time
https://ci.nodejs.org/job/node-test-pull-request/13339/

@MylesBorins

Copy link
Copy Markdown
Contributor Author

green aside from infra failures, landed in 6657b15

MylesBorins added a commit that referenced this pull request Feb 23, 2018
The line setting this was removed in a previous commit. This
potentially breaks code in the wild using this property.

Refs: #17403 (comment)
PR-URL: #18944
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
MylesBorins added a commit that referenced this pull request Feb 23, 2018
The line setting this was removed in a previous commit. This
potentially breaks code in the wild using this property.

Refs: #17403 (comment)
PR-URL: #18944
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Feb 23, 2018
MylesBorins added a commit that referenced this pull request Feb 23, 2018
Notable changes:

* events:
  - `events.usingDomains` being set to false by default was removed in
    9.6.0 which was a change in behavior compared to 9.5.0. This
    behavior change has been reverted and the `events` object now has
    `usingDomains` preset to `false`, which is the behavior in 9.x
    prior to 9.6.0 (Myles Borins)
    #18944

PR-URL: #18946
MylesBorins added a commit that referenced this pull request Feb 23, 2018
Notable changes:

* events:
  - `events.usingDomains` being set to false by default was removed in
    9.6.0 which was a change in behavior compared to 9.5.0. This
    behavior change has been reverted and the `events` object now has
    `usingDomains` preset to `false`, which is the behavior in 9.x
    prior to 9.6.0 (Myles Borins)
    #18944

PR-URL: #18946
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
The line setting this was removed in a previous commit. This
potentially breaks code in the wild using this property.

Refs: nodejs#17403 (comment)
PR-URL: nodejs#18944
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
Notable changes:

* events:
  - `events.usingDomains` being set to false by default was removed in
    9.6.0 which was a change in behavior compared to 9.5.0. This
    behavior change has been reverted and the `events` object now has
    `usingDomains` preset to `false`, which is the behavior in 9.x
    prior to 9.6.0 (Myles Borins)
    nodejs#18944

PR-URL: nodejs#18946
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

events Issues and PRs related to EventEmitter and the events module. fast-track PRs proposed for a shorter-than-standard waiting period before landing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants