crypto: make DH error messages consistent#31873
Closed
tniessen wants to merge 1 commit intonodejs:masterfrom
Closed
crypto: make DH error messages consistent#31873tniessen wants to merge 1 commit intonodejs:masterfrom
tniessen wants to merge 1 commit intonodejs:masterfrom
Conversation
addaleax
approved these changes
Feb 19, 2020
devnexen
approved these changes
Feb 19, 2020
lpinca
approved these changes
Feb 19, 2020
Member
|
Since this is not changing the error code and only touches the error message, it does not need to be semver-major |
jasnell
approved these changes
Feb 19, 2020
Member
Author
Member
|
Ah, ok. That original pr should have been semver major |
Member
Author
|
Mhh really? I talked to another collaborator before creating the PR, and we came to the conclusion that adding a code (as opposed to changing an existing code) isn't breaking behavior, because it is unrealistic that existing code relies on the non-existence of the code property. |
bnoordhuis
approved these changes
Feb 20, 2020
cjihrig
approved these changes
Feb 20, 2020
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
BridgeAR
approved these changes
Mar 9, 2020
Collaborator
Member
Author
|
CitGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2297 Looks normal to me, then again, I find it very difficult to get meaningful information from the failures. |
addaleax
pushed a commit
that referenced
this pull request
Mar 11, 2020
Refs: #31178 Refs: #31445 PR-URL: #31873 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Member
|
Landed in 1b9a62c |
4 tasks
3 tasks
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This custom error message was only added to make sure that #31445 was semver-minor.
Refs: #31178
Refs: #31445
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes