Conversation
We unbundled merve in 90df578. merve depends on `simdutf`, and we don't want to load two different versions of `simdutf` in-process. This means we should try to unbundle `simdutf` too.
|
The sub-directory part will need some extra logic to allow skipping a directory, maybe via Also, there is another I think default build would use the copy in V8 in all locations (V8, node and merve).
It would be simpler to disable Though, we haven't enabled |
also i think there is already a pr that proposed a shared v8, corresponding to the issue nodejs/node#53509, but was closed because the branch was deleted. But I am currently experimenting with these changes and try to maybe open another pr upstream and here to add support for devendoring v8. (I think they want proof that it works hence a pr here) |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?brew test <formula>?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?We unbundled merve in 90df578. merve
depends on
simdutf, and we don't want to load two different versionsof
simdutfin-process. This means we should try to unbundlesimdutftoo.