Skip to content

src: remove ERR prefix in crypto status enums - #35867

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:crypto-enum-status-prefixes
Closed

src: remove ERR prefix in crypto status enums#35867
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:crypto-enum-status-prefixes

Conversation

@danbev

Copy link
Copy Markdown
Contributor

This commit removes the ERR prefix of the remaining status enums in
crypto so they are consistent with Commit 923f76d
("src: remove ERR prefix in WebCryptoKeyExportStatus").

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

This commit removes the ERR prefix of the remaining status enums in
crypto so they are consistent with Commit
923f76d ("src: remove ERR prefix in
WebCryptoKeyExportStatus").
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/crypto
  • @nodejs/quic

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. labels Oct 29, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

danbev added a commit that referenced this pull request Nov 5, 2020
This commit removes the ERR prefix of the remaining status enums in
crypto so they are consistent with Commit
923f76d ("src: remove ERR prefix in
WebCryptoKeyExportStatus").
PR-URL: #35867
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
@danbev

Copy link
Copy Markdown
ContributorAuthor

Landed in 1387f4b.

@danbevdanbev closed this Nov 5, 2020
@danbev
danbev deleted the crypto-enum-status-prefixes branch November 5, 2020 04:36
danielleadams pushed a commit that referenced this pull request Nov 9, 2020
This commit removes the ERR prefix of the remaining status enums in
crypto so they are consistent with Commit
923f76d ("src: remove ERR prefix in
WebCryptoKeyExportStatus").
PR-URL: #35867
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
@danielleadamsdanielleadams mentioned this pull request Nov 9, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Issues and PRs that require attention from people who are familiar with C++.lib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@danbev@nodejs-github-bot@fhinkel@Trott@cjihrig@tniessen@devnexen@targos