Closed kfarnung closed 6 years ago
LGTM if tests pass; what changed to make the intl initialization not fatal? Does intl actually work if ICU isn't configured the first time we touch the intl object?
glad to see this 🎉
just so you know, we're updating the Atomics shim upstream to flip it sorta like you did here, so there might be a merge conflict there at some point.
It will be a little while before this hits a nightly, but at least we should have everything ready when we are able to move to a newer version of ChakraCore.
@devsnek I grabbed the current state of https://github.com/nodejs/node/pull/22844 and applied that instead of my divergent change. PTAL if you have time.
Since the change just landed upstream, I'll just hold off for now and rebase on top of it. Thanks for taking a look!
This change requires a new version of ChakraCore, making the change in
chakracore-master
branch for now to get some testingThis reverts commit f5d29d5ec3b90d4c6dfa03c40d77ae282ea4657c. It also updates the shim to use shim
wake
usingnotify
.Refs: https://github.com/nodejs/node-chakracore/issues/565 Refs: https://github.com/nodejs/node-chakracore/issues/567
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes