node icon indicating copy to clipboard operation
node copied to clipboard

src: remove ArrayBufferAllocator::Reallocate override

Open syg opened this issue 9 months ago • 7 comments

It's being deprecated and removed in V8.

See https://issues.chromium.org/u/1/issues/331326406.

syg avatar May 08 '24 22:05 syg

cc @addaleax @tniessen who were the reviewers for the related PR https://github.com/nodejs/node/pull/52292

syg avatar May 08 '24 22:05 syg

Failed to start CI
   ⚠  No approving reviews found
   ✘  Refusing to run CI on potentially unsafe PR
https://github.com/nodejs/node/actions/runs/9016827306

github-actions[bot] avatar May 09 '24 11:05 github-actions[bot]

CI: https://ci.nodejs.org/job/node-test-pull-request/59122/

nodejs-github-bot avatar May 11 '24 17:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59140/

nodejs-github-bot avatar May 12 '24 07:05 nodejs-github-bot

@benjamingr I see that I got the commit message capitalization wrong. Should I force-push with the correct capitalization? I imagine that'll need a new CI run.

syg avatar May 14 '24 20:05 syg

Hey sorry I missed that:

Should I force-push with the correct capitalization? I imagine that'll need a new CI run.

Sure, let's do that and re-run CI, it's not a rush but if it were we can land without re-running CI

benjamingr avatar May 19 '24 08:05 benjamingr

Lowercased commit message and rebased.

syg avatar May 20 '24 18:05 syg

Ping on merging.

syg avatar Jun 03 '24 15:06 syg

CI: https://ci.nodejs.org/job/node-test-pull-request/59642/

nodejs-github-bot avatar Jun 03 '24 20:06 nodejs-github-bot

I see a failure with [ FAILED ] InspectorSocketTest.HostIPv6NonRoutable. Dead code removal shouldn't cause any failures. Before I investigate further, is that a known flake to folks who regularly work with the project?

syg avatar Jun 06 '24 14:06 syg

Can we please move forward with this? This issue is blocking enabling of usages of deprecated V8 Apis in V8's Node-CI bots.

isheludko avatar Jun 13 '24 09:06 isheludko

@joyeecheung Please help us land this. :)

syg avatar Jun 13 '24 10:06 syg

I relaunched the failed test-asan job

targos avatar Jun 13 '24 10:06 targos

Landed in 1aea950eb266e6f1ef7731f3675b1639aa9d0756

nodejs-github-bot avatar Jun 13 '24 13:06 nodejs-github-bot