Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

patches: fix toLocalChecked use in 18.13.0#273

Merged
leerob merged 1 commit into
vercel:mainfrom
baparham:fix-18-patch
Feb 5, 2023
Merged

patches: fix toLocalChecked use in 18.13.0#273
leerob merged 1 commit into
vercel:mainfrom
baparham:fix-18-patch

Conversation

@baparham

@baparham baparham commented Feb 1, 2023

Copy link
Copy Markdown
Contributor

Trying to cobble together the fixes for the v18.13.0 patch.

For starters, the identity of v8_script seemed to change from a MaybeLocal<UnboundScript> to be a Local<UnboundScript> so we should no longer call toLocalChecked() on it.

Other changes...I do not know, I'll build from here and see where that leads.

As usual, I am totally open to feedback and advice on this.

This is meant to fix #272

@baparham

baparham commented Feb 1, 2023

Copy link
Copy Markdown
Contributor Author

I have a build running over in my fork with this patch cherry-picked in

https://github.com/baparham/pkg-fetch/actions/runs/4064871015 <- EDIT: this has unusable arm builds in it that depend on self hosted runners in @jesec 's fork, so I kicked off another build-all without arm (except windows)

https://github.com/baparham/pkg-fetch/actions/runs/4065087301

@baparham
baparham marked this pull request as ready for review February 1, 2023 18:24
@baparham

baparham commented Feb 1, 2023

Copy link
Copy Markdown
Contributor Author

https://github.com/baparham/pkg-fetch/actions/runs/4065087301 built the assets, and windows build worked to package a cli for me, so I think this was the only fix required.

@robertsLando

Copy link
Copy Markdown
Contributor

@leerob 👍🏼

@leerob
leerob merged commit 34522ec into vercel:main Feb 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Latest builds seemingly not working on node18

3 participants