Uh oh!
There was an error while loading. Please reload this page.
[v12.x backport] tools: update icu to 65.1 - #31433
Conversation
a1648b8 to
ecc4c3cCompareCan you double check the icu data file ( |
ecc4c3c to
fad6f5eComparejameshilliard
commented
Jan 21, 2020
@richardlau That look better now? |
nodejs-github-bot
commented
Jan 30, 2020
67ec97a to
fc7b27eComparejameshilliard
commented
Feb 12, 2020
does this need to be rebased? |
Update the version of the bundled ICU (deps/icu-small) to ICU version 65.2. Fixes: nodejs#30211Fixes: nodejs#29540 PR-URL: nodejs#30232 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
fad6f5e to
8e9e7d7Comparejameshilliard
commented
Feb 17, 2020
Rebased |
nodejs-github-bot
commented
Mar 23, 2020
codebytere
commented
Mar 23, 2020
the failing test is this: i don't believe it's related but it's happened a few times in a row so would someone mind confirming that? |
nodejs-github-bot
commented
Mar 24, 2020
63a03d2 to
d577190CompareMylesBorins
commented
Apr 1, 2020
landed in dca3d29 |
mmarchini
commented
Apr 10, 2020
It seems like this PR broke the |
codebytere
commented
Apr 10, 2020
I would say this is acceptable breakage (the latter), considering that this is resolvable on the ecosystem end with a new version publish; 12.x is still shipping small-icu by default so this just needs a new publish of |
MylesBorins
commented
Apr 10, 2020
@mmarchini fwiw the issue was just that the binary for the new version of full-icu needed to be published. It has been published and it it is working now. |

Update the version of the bundled ICU (deps/icu-small) to ICU version
65.2.
Fixes: #30211
Fixes: #29540
PR-URL: #30232
Reviewed-By: Steven R Loomis srloomis@us.ibm.com
Reviewed-By: Michael Dawson michael_dawson@ca.ibm.com
Reviewed-By: Ujjwal Sharma usharma1998@gmail.com