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

patches: fix toLocalChecked use in 18.13.0 #273

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

baparham
Copy link
Contributor

@baparham baparham commented Feb 1, 2023

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
Copy link
Contributor Author

baparham commented Feb 1, 2023

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
Copy link
Contributor Author

baparham commented Feb 1, 2023

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
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