src: refactor crypto code with RAII cleanup#23014
Merged
gireeshpunathil merged 1 commit intonodejs:masterfrom Sep 28, 2018
Merged
src: refactor crypto code with RAII cleanup#23014gireeshpunathil merged 1 commit intonodejs:masterfrom
gireeshpunathil merged 1 commit intonodejs:masterfrom
Conversation
addaleax
approved these changes
Sep 22, 2018
tniessen
approved these changes
Sep 22, 2018
Member
tniessen
left a comment
There was a problem hiding this comment.
I'd suggest to rename fail to failed which would make the added comment redundant IMO.
Member
Author
|
@tniessen - thanks, done. |
cjihrig
approved these changes
Sep 22, 2018
jasnell
approved these changes
Sep 22, 2018
BridgeAR
approved these changes
Sep 23, 2018
Member
joyeecheung
approved these changes
Sep 23, 2018
Member
Author
|
looks like an unrelated flake in the CI: @addaleax - do you know if it is known (and / or captured elsewhere) and can be ignored here? |
thefourtheye
approved these changes
Sep 25, 2018
Member
|
@gireeshpunathil that failure was caused by another change and was fixed. you should be able to rebuild the worker job without problems. |
danbev
approved these changes
Sep 26, 2018
Contributor
|
Re-run of failing node-test-commit-custom-suites-freestyle. |
Member
Author
|
second time failure in |
Member
|
@gireeshpunathil Can you try rebasing onto the current master and start a fresh CI? |
f704422 to
f82c4f5
Compare
Member
Author
use more idiomatic expressions with RAII primitives, instead of old style goto PR-URL: nodejs#23014 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
f82c4f5 to
406e3ad
Compare
targos
pushed a commit
that referenced
this pull request
Sep 28, 2018
use more idiomatic expressions with RAII primitives, instead of old style goto PR-URL: #23014 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos
pushed a commit
that referenced
this pull request
Oct 3, 2018
use more idiomatic expressions with RAII primitives, instead of old style goto PR-URL: #23014 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This was referenced Oct 10, 2018
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.
use more idiomatic expressions with RAII primitives, instead of old style goto
motivated by @addaleax 's efforts on the same, such as in #22981
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes