-
-
Notifications
You must be signed in to change notification settings - Fork 339
Added --with-intl flag on linux, android, and macOS #394
Conversation
|
/cc @dilijev |
|
This doesn't need the chakracore changes for Intl? What is the effect of this flag on release/1.7? |
|
How does this interact with a no-icu build of node? Will we fail to link in that case? |
|
@digitalinfinity The changes needed to enable the Intl object with ICU (in it's partially-functional state) are already landed in release/1.7 and are therefore already in this repo. |
|
@digitalinfinity The @jackhorton Have you considered the Windows build of Node-ChakraCore with |
|
@dilijev Sure, I didn't think we were looking at touching windows at all for now, but it should be a fairly easy fix. @MSLaguana I actually just opened an issue for this, because it crashes (and crashed before this change, too): #396 |
|
@jackhorton You are correct, I had split up those tasks, but assuming it is this straightforward to do on Windows as well, having the ability to compare numbers between Windows and other platforms will be nice to have. Ref: chakra-core/ChakraCore#3676 |
|
Update on this -- This pull request "works" in so far as it enables the Intl object when using ChakraCore:release/1.7 today, and it does so using node's ICU (tested with the built-in icu-small as well as a node-managed build of icu-full). There is work to be done here when the ICU work lands in ChakraCore and makes its way to Node:
|
|
@jackhorton Thanks for the update! Any reason not to merge this at this point? (Or are we waiting for the ICU work to land in ChakraCore before merging this into nodejs:master?) |
|
Note: we are delaying the work on Node-ChakraCore with ICU-backed Intl on Windows it was more complex to implement and not a high enough priority at this time, since Node-ChakraCore on Windows has an Intl object backed by the WinGlob implementation. |
PR-URL: #394 Reviewed-By: Jimmy Thomson <jithomso@microsoft.com> Reviewed-By: Doug Ilijev <doilij@microsoft.com> Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
|
Landed in 7ca7c6c |
PR-URL: nodejs#394 Reviewed-By: Jimmy Thomson <jithomso@microsoft.com> Reviewed-By: Doug Ilijev <doilij@microsoft.com> Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
build