-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crypto: make DH error messages consistent #31873
crypto: make DH error messages consistent #31873
Conversation
Since this is not changing the error code and only touches the error message, it does not need to be semver-major |
Ah, ok. That original pr should have been semver major |
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. |
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.
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. |
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]>
Landed in 1b9a62c |
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