deps: add missing HandleScope in FieldType::PrintTo#22890
deps: add missing HandleScope in FieldType::PrintTo#22890hashseed wants to merge 1 commit intonodejs:masterfrom
Conversation
25eb609 to
4e596b2
Compare
|
Given the narrow scope of the change, would it make sense to fast track this to get CI back to green? |
|
@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. |
|
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). |
|
Landed in dafaa6e. |
Refs: #22775 PR-URL: #22890 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
|
Closing, since this has landed :) |
Refs: #22775 PR-URL: #22890 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
Refs: #22775 PR-URL: #22890 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
Refs: #22775 PR-URL: #22890 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
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)