Uh oh!
There was an error while loading. Please reload this page.
doc,deps: document how to maintain ICU in Node.js - #30607
Conversation
srl295
commented
Nov 22, 2019
see also #26090 |
MylesBorins
commented
Nov 22, 2019
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. |
srl295
commented
Nov 23, 2019
oh whoops. @apaprocki has already created a great tz doc in #30364 , how about I just merge that in ? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
targos
commented
Nov 23, 2019
srl295
commented
Nov 23, 2019
via email
Oops no. A thousand times no.
Get Outlook for Android<https://aka.ms/ghei36> …________________________________
From: Michaël Zasso <notifications@github.com>
Sent: Saturday, November 23, 2019 5:20:58 AM
To: nodejs/node <node@noreply.github.com>
Cc: Steven R. Loomis <srl295@gmail.com>; Assign <assign@noreply.github.com>
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 <srloomis@us.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
srl295
commented
Nov 26, 2019
OK rebased and cleaned up. PTAL |
MylesBorins
commented
Nov 27, 2019
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 <vsemozhetbyt@gmail.com> PR-URL: nodejs#30607
4febbfe to
5e50f4aCompareMylesBorins
commented
Nov 27, 2019
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 <vsemozhetbyt@gmail.com> PR-URL: #30607 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
MylesBorins
commented
Nov 27, 2019
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 <srloomis@us.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
- 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 <vsemozhetbyt@gmail.com> PR-URL: #30607 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
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 <srloomis@us.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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 <srloomis@us.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

Fixes: #26108
make -j4 test(UNIX), orvcbuild test(Windows) passes