Skip to content

Icu4c 63.1 - #23715

Merged
srl295 merged 0 commit into
nodejs:masterfrom
srl295:icu4c-63.1
Oct 24, 2018
Merged

Icu4c 63.1#23715
srl295 merged 0 commit into
nodejs:masterfrom
srl295:icu4c-63.1

Conversation

@srl295

@srl295srl295 commented Oct 17, 2018

Copy link
Copy Markdown
Member
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

The usual 63.1 bump:

  • icu 63.1 bump (CLDR 34) …
    • The following languages have been added to ICU: Sindhi, Maori, Turkmen, Javanese, Interlingua, Kurdish (ku), Xhosa, plus many data improvements.
    • Japanese new era testing support
  • Full release notes: http://site.icu-project.org/download/63

Fixes: #23244

  • Also, support URL failover for downloading ICU (full-icu mode). I added 2 extra URLs.
    Note shiny new github URL as primary!

@srl295srl295 added the i18n-api Issues and PRs related to the i18n implementation. label Oct 17, 2018
@srl295srl295 self-assigned this Oct 17, 2018
@srl295
srl295 requested a review from refackOctober 17, 2018 16:49
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the build Issues and PRs related to build files or the CI. label Oct 17, 2018
@srl295

Copy link
Copy Markdown
MemberAuthor

confirmed that #22156 is fixed with this merge

Comment threadtools/configure.d/nodedownload.py Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put from __future__ import print_function at the top of this file above other imports and then use the print() function instead of the print statement to be ready for Python 3. There are 437 days until Python 2 end of life.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cclauss thanks, will do.

@refackrefack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python changes LGTM with nit fixed
ICU bump RSLGTM

@cclausscclauss left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@richardlaurichardlau left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build files/tools changes LGTM.
RSLGTM ICU bump.

@srl295

Copy link
Copy Markdown
MemberAuthor

@srl295

Copy link
Copy Markdown
MemberAuthor

should be semver minor

@richardlaurichardlau added the semver-minor PRs that contain new features and should be released in the next minor version. label Oct 23, 2018
@srl295

Copy link
Copy Markdown
MemberAuthor

@srl295

Copy link
Copy Markdown
MemberAuthor

Ci now good

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamp LGTM

@srl295srl295 closed this Oct 24, 2018
srl295 added a commit to srl295/node that referenced this pull request Oct 24, 2018
Building on nodejs#23269, if multiple ICU download URLs are present, try the
next one in case of error.
Part of the ICU 63.1 bump, but independent code-wise.
nodejs#23244
PR-URL: nodejs#23715Fixes: nodejs#22344
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@srl295
srl295 merged commit 6786ff4 into nodejs:masterOct 24, 2018
@cclauss

Copy link
Copy Markdown
Contributor

Awesome work here! Thanks.

@srl295
srl295 deleted the icu4c-63.1 branch October 24, 2018 16:57
targos pushed a commit that referenced this pull request Oct 26, 2018
Building on #23269, if multiple ICU download URLs are present, try the
next one in case of error.
Part of the ICU 63.1 bump, but independent code-wise.
#23244
PR-URL: #23715Fixes: #22344
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
targos pushed a commit that referenced this pull request Oct 26, 2018
- Full release notes: http://site.icu-project.org/download/63Fixes: #22344
PR-URL: #23715
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@targostargos mentioned this pull request Oct 27, 2018
targos added a commit that referenced this pull request Oct 28, 2018
Notable changes:
* deps
* Updated ICU to 63.1. #23715
* repl
* Top-level for-await-of is now supported in the REPL.
#23841
* timers
* Fixed an issue that could cause timers to enter an infinite loop.
#23870
PR-URL: #23922
hashseed pushed a commit to v8/node that referenced this pull request Oct 31, 2018
- Full release notes: http://site.icu-project.org/download/63Fixes: nodejs#22344
PR-URL: nodejs#23715
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
targos added a commit that referenced this pull request Nov 1, 2018
Notable changes:
* deps
* Updated ICU to 63.1. #23715
* repl
* Top-level for-await-of is now supported in the REPL.
#23841
* timers
* Fixed an issue that could cause timers to enter an infinite loop.
#23870
PR-URL: #23922
targos added a commit that referenced this pull request Nov 2, 2018
Notable changes:
* deps
* Updated ICU to 63.1. #23715
* repl
* Top-level for-await-of is now supported in the REPL.
#23841
* timers
* Fixed an issue that could cause timers to enter an infinite loop.
#23870
PR-URL: #23922
@richardlaurichardlau mentioned this pull request Nov 5, 2018
rvagg added a commit to nodejs/changelog-maker that referenced this pull request Nov 9, 2018
Fake PR-URL for testing:
PR-URL: nodejs/node#23715
BethGriggs pushed a commit that referenced this pull request Apr 17, 2019
Building on #23269, if multiple ICU download URLs are present, try the
next one in case of error.
Part of the ICU 63.1 bump, but independent code-wise.
#23244
PR-URL: #23715Fixes: #22344
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
BethGriggs pushed a commit that referenced this pull request Apr 17, 2019
- Full release notes: http://site.icu-project.org/download/63Fixes: #22344
PR-URL: #23715
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
BethGriggs pushed a commit that referenced this pull request Apr 28, 2019
Building on #23269, if multiple ICU download URLs are present, try the
next one in case of error.
Part of the ICU 63.1 bump, but independent code-wise.
#23244
PR-URL: #23715Fixes: #22344
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
BethGriggs pushed a commit that referenced this pull request Apr 28, 2019
- Full release notes: http://site.icu-project.org/download/63Fixes: #22344
PR-URL: #23715
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@BethGriggsBethGriggs mentioned this pull request May 1, 2019
MylesBorins pushed a commit that referenced this pull request May 16, 2019
Building on #23269, if multiple ICU download URLs are present, try the
next one in case of error.
Part of the ICU 63.1 bump, but independent code-wise.
#23244
PR-URL: #23715Fixes: #22344
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
MylesBorins pushed a commit that referenced this pull request May 16, 2019
- Full release notes: http://site.icu-project.org/download/63Fixes: #22344
PR-URL: #23715
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
BethGriggs added a commit that referenced this pull request May 28, 2019
Notable changes:
- deps:
- icu 63.1 bump (CLDR 34) (Steven R. Loomis)
[#23715](#23715)
- upgrade npm to 6.9.0 (Kat Marchán)
[#26244](#26244)
- upgrade openssl sources to 1.1.1a (Sam Roberts)
[#25381](#25381)
- upgrade to libuv 1.24.1 (cjihrig)
[#25078](#25078)
- events: add once method to use promises with EventEmitter
(Matteo Collina) [#26078](#26078)
- n-api: mark thread-safe function as stable (Gabriel Schulhof)
[#25556](#25556)
- repl: support top-level for-await-of (Shelley Vohr)
[#23841](#23841)
- zlib:
- add brotli support (Anna Henningsen)
[#24938](#24938)
PR-URL: #27514
BaochengSu pushed a commit to BaochengSu/node that referenced this pull request Oct 20, 2020
Building on nodejs#23269, if multiple ICU download URLs are present, try the
next one in case of error.
Part of the ICU 63.1 bump, but independent code-wise.
nodejs#23244
PR-URL: nodejs#23715Fixes: nodejs#22344
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
(cherry picked from commit d8f2d27)
renawolford6 added a commit to renawolford6/changelog-maker-javascript that referenced this pull request Nov 9, 2022
Fake PR-URL for testing:
PR-URL: nodejs/node#23715
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildIssues and PRs related to build files or the CI.i18n-apiIssues and PRs related to the i18n implementation.semver-minorPRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@srl295@nodejs-github-bot@cclauss@refack@richardlau@devsnek@mhdawson