Uh oh!
There was an error while loading. Please reload this page.
deps: add missing HandleScope in FieldType::PrintTo - #22890
Conversation
25eb609 to
4e596b2CompareTrott
commented
Sep 17, 2018
Given the narrow scope of the change, would it make sense to fast track this to get CI back to green? |
addaleax
commented
Sep 17, 2018
hashseed
commented
Sep 17, 2018
@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. |
Trott
commented
Sep 17, 2018
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
commented
Sep 17, 2018
hashseed
commented
Sep 18, 2018
Landed in dafaa6e. |
addaleax
commented
Sep 18, 2018
Closing, since this has landed :) |
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)