-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc,deps: document how to maintain ICU in Node.js #30607
Conversation
see also #26090 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much!
Should we also document how to upload the timezone data? Doesn't seem to be covered in current guide and honestly I had to struggle a bit to get it to work |
Yes. But do I have a good answer yet? No. I think it should be easier than what you did (though heroic - 👍) , but I need to take some time to figure out the steps. So I'd like to make that a future PR. This is just to document the floating patch mechanism itself, plus scaffolding for future docs. |
oh whoops. @apaprocki has already created a great tz doc in #30364 , how about I just merge that in ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits.
Oops no. A thousand times no.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Michaël Zasso <[email protected]>
Sent: Saturday, November 23, 2019 5:20:58 AM
To: nodejs/node <[email protected]>
Cc: Steven R. Loomis <[email protected]>; Assign <[email protected]>
Subject: Re: [nodejs/node] doc,deps: document how to maintain ICU in Node.js (#30607)
Is this needed?
[image]<https://user-images.githubusercontent.com/2352663/69479349-755a6700-0dfc-11ea-912d-56d22c17f60d.png>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub<#30607?email_source=notifications&email_token=AAGQZM53NDH2CZECOPHEUWLQVEU3VA5CNFSM4JQXCY52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE7VBFI#issuecomment-557797525>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAGQZM3AKV74KHM7ZW3O6KDQVEU3VANCNFSM4JQXCY5Q>.
|
The minimum ICU version for Node.js must be at least the minimum ICU version for V8. PR-URL: nodejs#30608 Refs: nodejs#30607 Reviewed-By: Steven R Loomis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
af3a103
to
4febbfe
Compare
OK rebased and cleaned up. PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks like there are some linting errors |
- update v8 guide to mention ICU - move content from the tools/icu/README.md but leave a pointer Fixes: nodejs#26108 Co-Authored-By: Vse Mozhet Byt <[email protected]> PR-URL: nodejs#30607
4febbfe
to
5e50f4a
Compare
I've pushed a fix to the lint. Will land if Travis is Green |
- update v8 guide to mention ICU - move content from the tools/icu/README.md but leave a pointer Fixes: #26108 Co-Authored-By: Vse Mozhet Byt <[email protected]> PR-URL: #30607 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Myles Borins <[email protected]>
landed in f36331c |
The minimum ICU version for Node.js must be at least the minimum ICU version for V8. PR-URL: #30608 Refs: #30607 Reviewed-By: Steven R Loomis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
- update v8 guide to mention ICU - move content from the tools/icu/README.md but leave a pointer Fixes: #26108 Co-Authored-By: Vse Mozhet Byt <[email protected]> PR-URL: #30607 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Myles Borins <[email protected]>
The minimum ICU version for Node.js must be at least the minimum ICU version for V8. PR-URL: #30608 Refs: #30607 Reviewed-By: Steven R Loomis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
The minimum ICU version for Node.js must be at least the minimum ICU version for V8. PR-URL: #30608 Refs: #30607 Reviewed-By: Steven R Loomis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Fixes: #26108
make -j4 test
(UNIX), orvcbuild test
(Windows) passes