FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

errors: keep error codes in alphabetical order by starkwang · Pull Request #14242 · nodejs/node · GitHub

/ node Public

errors: keep error codes in alphabetical order - #14242

Closed
starkwang wants to merge 1 commit into
nodejs:masterfrom
starkwang:error-code-order
Closed

errors: keep error codes in alphabetical order#14242
starkwang wants to merge 1 commit into
nodejs:masterfrom
starkwang:error-code-order

Conversation

starkwang commented Jul 15, 2017
edited
Loading

Copy link
Copy Markdown
Contributor

The error code ERR_NO_LONGER_SUPPORTED in internal/errors is not in alphabetical order. This PR is to fix it.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

errors

nodejs-github-bot added the errors Issues and PRs related to JavaScript errors originated in Node.js core. label Jul 15, 2017
Trott approved these changes Jul 15, 2017
edited
Loading

Trott 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM if CI is green

Copy link
Copy Markdown
Contributor

refack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

That's the only one. Not too bad, I was sure it was a hot mess.

refack self-assigned this Jul 16, 2017

jasnell commented Jul 17, 2017

Copy link
Copy Markdown
Member

One failure in CI looks unrelated.

refack removed their assignment Jul 17, 2017
jasnell pushed a commit that referenced this pull request Jul 17, 2017
PR-URL: #14242
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>

jasnell commented Jul 17, 2017

Copy link
Copy Markdown
Member

Landed in fa73087

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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

errors Issues and PRs related to JavaScript errors originated in Node.js core.

Projects

None yet

Development

Successfully merging this pull request may close these issues.


Back | FazBrowse Home | New Git URL