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

crypto: align parameter names with documentation by Trott · Pull Request #35054 · nodejs/node · GitHub

/ node Public

crypto: align parameter names with documentation - #35054

Merged
Trott merged 0 commit into
nodejs:masterfrom
Trott:crypto-callback
Sep 6, 2020
Merged

crypto: align parameter names with documentation#35054
Trott merged 0 commit into
nodejs:masterfrom
Trott:crypto-callback

Conversation

Trott commented Sep 4, 2020

Copy link
Copy Markdown
Member

Change cb to callback to align with documentation. This is so that
stack traces and error messages align with the documentation. If the
documentation says "callback", then the stack traces and error messages
should indicate that "callback" needs to be function or whatever, rather
than "cb".

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

Trott added the crypto Issues and PRs related to the crypto subsystem. label Sep 4, 2020

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/crypto

Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 6, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 6, 2020

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

Trott closed this Sep 6, 2020
Trott merged commit 53f7d3e into nodejs:master Sep 6, 2020

Trott commented Sep 6, 2020

Copy link
Copy Markdown
Member Author

Landed in 53f7d3e

Trott deleted the crypto-callback branch September 6, 2020 16:59
richardlau pushed a commit that referenced this pull request Sep 7, 2020
Change _cb_ to _callback_ to align with documentation. This is so that
stack traces and error messages align with the documentation. If the
documentation says "callback", then the stack traces and error messages
should indicate that "callback" needs to be function or whatever, rather
than "cb".

PR-URL: #35054
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
richardlau mentioned this pull request Sep 7, 2020
4 tasks
richardlau pushed a commit that referenced this pull request Sep 7, 2020
Change _cb_ to _callback_ to align with documentation. This is so that
stack traces and error messages align with the documentation. If the
documentation says "callback", then the stack traces and error messages
should indicate that "callback" needs to be function or whatever, rather
than "cb".

PR-URL: #35054
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
Change _cb_ to _callback_ to align with documentation. This is so that
stack traces and error messages align with the documentation. If the
documentation says "callback", then the stack traces and error messages
should indicate that "callback" needs to be function or whatever, rather
than "cb".

PR-URL: #35054
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
codebytere mentioned this pull request Sep 28, 2020
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
Change _cb_ to _callback_ to align with documentation. This is so that
stack traces and error messages align with the documentation. If the
documentation says "callback", then the stack traces and error messages
should indicate that "callback" needs to be function or whatever, rather
than "cb".

PR-URL: nodejs#35054
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
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

crypto Issues and PRs related to the crypto subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL