Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: i18n: Don't auto-download ICU unless --download=all #21

Merged
merged 1 commit into from
Dec 18, 2014

Conversation

srl295
Copy link
Owner

@srl295 srl295 commented Dec 18, 2014

Instead of downloading ICU if missing from deps/icu, just print a warning
unless either --download=all or --download=icu is set.

Add some generic scaffolding in case other modules end up in the same boat
in the future.

It's harmless to pass --download=xyzzy, so, future proof
(at least until some xyzzy dependency is integrated).

//cc: @tjfontaine @misterdjules @trevnorris - as per today's node.js sync call

Instead of downloading ICU if missing from `deps/icu`, just print a warning
unless either `--download=all` or `--download=icu` is set.

Add some generic scaffolding in case other modules end up in the same boat
in the future.

It's harmless to pass `--download=xyzzy`, so, future proof
(at least until some xyzzy dependency is integrated).
@trevnorris
Copy link

Sounds great. With my limited Python knowledge, LGTM.

srl295 added a commit that referenced this pull request Dec 18, 2014
build: i18n: Don't auto-download ICU unless --download=all

Thanks @trevnorris for taking a look.
@srl295 srl295 merged commit d1c4872 into srl-v0.12-autoicu Dec 18, 2014
@srl295
Copy link
Owner Author

srl295 commented Dec 18, 2014

merged into my PR nodejs#8719

@srl295 srl295 deleted the srl-v0.12-downloadopt branch January 3, 2015 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants