Description
This has landed in joyent/node from what I understand and from nodejs/node-v0.x-archive#7676 (comment) it seems that we may be adjusting builds to do ./configure --with-intl=small-icu
and vcbuild.bat small-icu
if we are to stay in step.
As far as I know @piscisaureus has been the only one to raise objections to the way Intl is being handled, specifically with regard to the download step and increase in binary size even with small-icu
. Is there anything we need to discuss here or is that a discussion for joyent/node and we're just going to follow along?
Then there's our impending 1.0.0-alpha release. I'd really like to see the Intl changes land in io.js ASAP so we can get them properly tested in our CI and be part of our initial release. Then we just have to agree about the build configuration for release.
- Action: someone land the Intl changes here please
- Action: discussion required about how io.js handles Intl, whether
small-icu
is enabled for releases and what we enable for general CI builds
Activity