Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Aug 15, 2020

As best as I can tell, ERR_V8BREAKITERATOR is unused anywhere in our
code base and dependencies. Move to legacy errors.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the errors Issues and PRs related to JavaScript errors originated in Node.js core. label Aug 15, 2020
@richardlau
Copy link
Member

As best as I can tell, ERR_V8BREAKIDICATOR is unused anywhere in our
code base and dependencies. Move to legacy errors.

FWIW it looks like it was removed in 668ad44 but put back into the list of errors in e9358af. Both commits landed within a few days of each other so the reintroduction was probably unintentional.

Also just spotted that "ERR_V8BREAKITERATOR" is mispelled in the commit message.

@Trott
Copy link
MemberAuthor

Also just spotted that "ERR_V8BREAKITERATOR" is mispelled in the commit message.

Fixed. Thanks!

@TrottTrottforce-pushed the unused-error branch 2 times, most recently from 86fc29f to 459521bCompareAugust 16, 2020 00:00
@TrottTrott changed the title doc: remove unused error codedoc,lib: remove unused error codeAug 16, 2020
@TrottTrott added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 16, 2020
@richardlau
Copy link
Member

Also just spotted that "ERR_V8BREAKITERATOR" is mispelled in the commit message.

Fixed. Thanks!

@Trott The error code is ERR_V8BREAKITERATOR, not ERR_V8BREAKINDICATOR 😀.

@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 16, 2020
@nodejs-github-bot
Copy link
Collaborator

@Trott
Copy link
MemberAuthor

Also just spotted that "ERR_V8BREAKITERATOR" is mispelled in the commit message.

Fixed. Thanks!

@Trott The error code is ERR_V8BREAKITERATOR, not ERR_V8BREAKINDICATOR 😀.

I guess "Fixed" implies "Fixed correctly" so I better go fix it again....

@Trott
Copy link
MemberAuthor

OK, commit message error is now fixed correctly, I think and hope.

@nodejs-github-bot
Copy link
Collaborator

@richardlaurichardlau added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 16, 2020
@nodejsnodejs deleted a comment from ayed42Aug 16, 2020
@jasnell
Copy link
Member

fast-track?

@jasnelljasnell added the fast-track PRs that do not need to wait for 48 hours to land. label Aug 17, 2020
@nodejs-github-bot
Copy link
Collaborator

Trott added a commit that referenced this pull request Aug 18, 2020
As best as I can tell, ERR_V8BREAKITERATOR is unused anywhere in our code base and dependencies. Move to legacy errors. PR-URL: #34792 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in 15fdd98

@TrottTrott closed this Aug 18, 2020
@TrottTrott deleted the unused-error branch August 18, 2020 05:06
BethGriggs pushed a commit that referenced this pull request Aug 20, 2020
As best as I can tell, ERR_V8BREAKITERATOR is unused anywhere in our code base and dependencies. Move to legacy errors. PR-URL: #34792 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
@danielleadamsdanielleadams mentioned this pull request Aug 20, 2020
BethGriggs pushed a commit that referenced this pull request Aug 20, 2020
As best as I can tell, ERR_V8BREAKITERATOR is unused anywhere in our code base and dependencies. Move to legacy errors. PR-URL: #34792 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
As best as I can tell, ERR_V8BREAKITERATOR is unused anywhere in our code base and dependencies. Move to legacy errors. PR-URL: #34792 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
As best as I can tell, ERR_V8BREAKITERATOR is unused anywhere in our code base and dependencies. Move to legacy errors. PR-URL: #34792 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
@codebyterecodebytere mentioned this pull request Sep 28, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.errorsIssues and PRs related to JavaScript errors originated in Node.js core.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@richardlau@nodejs-github-bot@jasnell@lpinca@tniessen@BridgeAR