Skip to content

Conversation

@addaleax
Copy link
Member

@addaleaxaddaleax commented Aug 30, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

events

Description of change

Switch from a generic Warning to the more specific MaxListenersExceededWarning, as suggested in #8298 (separate PR for this because this is a semver-major change).

CI: https://ci.nodejs.org/job/node-test-commit/4842/

Switch from a generic `Warning` to the more specific `MaxListenersExceededWarning`. Ref: nodejs#8298
@addaleaxaddaleax added events Issues and PRs related to the events subsystem / EventEmitter. semver-major PRs that contain breaking changes and should be released in the next major version. labels Aug 30, 2016
@jasnell
Copy link
Member

LGTM

1 similar comment
@cjihrig
Copy link
Contributor

LGTM

@evanlucas
Copy link
Contributor

lgtm

@addaleax
Copy link
MemberAuthor

Landed in 983775d

@addaleaxaddaleax closed this Sep 4, 2016
@addaleaxaddaleax deleted the event-emitter-warning-name branch September 4, 2016 15:26
addaleax added a commit that referenced this pull request Sep 4, 2016
Switch from a generic `Warning` to the more specific `MaxListenersExceededWarning`. Ref: #8298 PR-URL: #8341 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

eventsIssues and PRs related to the events subsystem / EventEmitter.semver-majorPRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@addaleax@jasnell@cjihrig@evanlucas