This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 340
Intl issues on Mac and Linux #567
Comments
2 tasks
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Jul 10, 2018
The `Intl` usage in the the shim is causing issues in ChakraCore on Linux and Mac. Since we don't necessarily need the `Atomics.notify` shim code either the simplest solution is to remove the shim completely for ChakraCore. Refs: nodejs#565 Refs: nodejs#567
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Jul 10, 2018
The `Intl` usage in the the shim is causing issues in ChakraCore on Linux and Mac. Since we don't necessarily need the `Atomics.notify` shim code either the simplest solution is to remove the shim completely for ChakraCore. Refs: nodejs#565 Refs: nodejs#567 PR-URL: nodejs#566 Reviewed-By: Hitesh Kanwathirtha <[email protected]> Reviewed-By: Jimmy Thomson <[email protected]>
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Jul 10, 2018
The `Intl` usage in the the shim is causing issues in ChakraCore on Linux and Mac. Since we don't necessarily need the `Atomics.notify` shim code either the simplest solution is to remove the shim completely for ChakraCore. Refs: nodejs#565 Refs: nodejs#567 PR-URL: nodejs#566 Reviewed-By: Hitesh Kanwathirtha <[email protected]> Reviewed-By: Jimmy Thomson <[email protected]>
This was referenced Sep 14, 2018
kfarnung
added a commit
to kfarnung/ChakraCore
that referenced
this issue
Sep 18, 2018
This currently causes a problem in node where `cctest` fails when trying to access the Intl object to check for a property. Refs: nodejs/node-chakracore#567
chakrabot
pushed a commit
to chakra-core/ChakraCore
that referenced
this issue
Sep 18, 2018
Merge pull request #5708 from kfarnung:intl This currently causes a problem in node where `cctest` fails when trying to access the Intl object to check for a property. Refs: nodejs/node-chakracore#567
chakrabot
pushed a commit
that referenced
this issue
Sep 18, 2018
[MERGE #5708 @kfarnung] Intl should only early OOM for full builds Merge pull request #5708 from kfarnung:intl This currently causes a problem in node where `cctest` fails when trying to access the Intl object to check for a property. Refs: #567 Reviewed-By: chakrabot <[email protected]>
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Sep 18, 2018
This reverts commit f5d29d5. It also updates the shim to use shim `wake` using `notify`. Refs: nodejs#565 Refs: nodejs#567
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Sep 18, 2018
This reverts commit f5d29d5. It also updates the shim to use shim `wake` using `notify`. Refs: nodejs#565 Refs: nodejs#567 Refs: nodejs/node#22844
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Sep 18, 2018
This reverts commit f5d29d5. PR-URL: nodejs#600 Refs: nodejs#565 Refs: nodejs#567 Reviewed-By: Jimmy Thomson <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Jack Horton <[email protected]>
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Sep 20, 2018
This reverts commit f5d29d5. PR-URL: nodejs#600 Refs: nodejs#565 Refs: nodejs#567 Reviewed-By: Jimmy Thomson <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Jack Horton <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Recent upstream changes have caused issues with
global.Intl
on Mac and Linux. cctest is starting to fail with crashes:The text was updated successfully, but these errors were encountered: