deps: add missing HandleScope in FieldType::PrintTo#22890
Closed
hashseed wants to merge 1 commit intonodejs:masterfrom
Closed
deps: add missing HandleScope in FieldType::PrintTo#22890hashseed wants to merge 1 commit intonodejs:masterfrom
hashseed wants to merge 1 commit intonodejs:masterfrom
Conversation
25eb609 to
4e596b2
Compare
BridgeAR
approved these changes
Sep 17, 2018
Member
|
Given the narrow scope of the change, would it make sense to fast track this to get CI back to green? |
Trott
reviewed
Sep 17, 2018
Member
Member
Author
|
@Trott no need to refloat. It has been fixed as a byproduct of a refactoring. @addaleax creating handle scopes and handles only hurts if done in a loop, it could slow down performance. You can't create handles outside the main thread of course. Also a handle scopes also limits handles created inside it to that scope. |
Member
|
Resume build: https://ci.nodejs.org/job/node-test-pull-request/17258/ I think arm-fanned doesn't play well with Resume Build so that one may need a Rebuild... Anyway, all failures look unrelated to this change, of course (and mostly build/infra related). |
refack
approved these changes
Sep 17, 2018
Contributor
Member
Author
|
Landed in dafaa6e. |
Member
|
Closing, since this has landed :) |
4 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.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes (https://github.com/nodejs/node/blob/master/doc/guides/contributing/pull-requests.md#commit-message-guidelines)