| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Please note the license change as reflected in 841fca5d2818b919a37675b2074974656c559761 |
Sorry, something went wrong.
|
@nodejs/ctc ... I that it is last minute, but assuming this comes up clean in CI and CITGM, I would like to include this update in v7.0.0. Any objections? |
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/4620/ |
Sorry, something went wrong.
|
@srl295 ... build failures on windows: https://ci.nodejs.org/job/node-compile-windows/4909/label=win-vcbt2015/console |
Sorry, something went wrong.
build failures on windows need to be resolved
|
@jasnell will take a look… ( removed rabbit trails 🐰 ) Issue is this: ..\..\deps\icu-small\source\i18n\digitlst.cpp(507): error C3861: '_free_locale': identifier not found [c:\workspace\node-compile-windows\label\win-vcbt2015\tools\icu\icui18n.vcxproj] ..\..\deps\icu-small\source\i18n\digitlst.cpp(517): error C2065: 'LC_ALL': undeclared identifier [c:\workspace\node-compile-windows\label\win-vcbt2015\tools\icu\icui18n.vcxproj] ..\..\deps\icu-small\source\i18n\digitlst.cpp(517): error C3861: '_create_locale': identifier not found [c:\workspace\node-compile-windows\label\win-vcbt2015\tools\icu\icui18n.vcxproj] I know what this is, i'll investigate |
Sorry, something went wrong.
|
Think I found the root cause, a bug in ICU for this case (VC without using the VC project files). IcuBug:12822 - we are missing #include <locale.h>. |
Sorry, something went wrong.
|
Given that v7.0.0 is going out tomorrow, we're a bit too close to the finish line to get this in. Hopefully we can drop this into v7.1 soon. Removing the v7.0.0 milestone. |
Sorry, something went wrong.
|
Updated with patch for the compile issue. |
Sorry, something went wrong.
|
@jasnell of course you are busy with 7… but , i'm not sure how to interpret the latest failures. Doesn't look like anything related. |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
@jbergstroem i folded #8674 into this PR. … and rebased everything. |
Sorry, something went wrong.
|
Not sure what this is, but it seems unrelated.. not ok 254 parallel/test-dgram-send-empty-array
# /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd10-64/test/parallel/test-dgram-send-empty-array.js:15
# throw new Error('Timeout');
# ^
#
# Error: Timeout
# at Timeout._onTimeout (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd10-64/test/parallel/test-dgram-send-empty-array.js:15:9)
# at ontimeout (timers.js:365:14)
# at tryOnTimeout (timers.js:237:5)
# at Timer.listOnTimeout (timers.js:207:5)
|
Sorry, something went wrong.
|
I'll probably rev this one more time to try to get the official patch for the ICU bug in |
Sorry, something went wrong.
|
well - the patch here is what I checked into the official bug. So we're ready to go here. Can I get a LGTM? |
Sorry, something went wrong.
|
ci green except freebsd10-64… probably fixed by #9317 |
Sorry, something went wrong.
This commit contains the ICU 58.1 delta. It is especially large because of the ICU license change, and, because the line endings were off previously. * bump to ICU 58.1 - check in small ICU source * from 58.1 final http://site.icu-project.org/download/58 Fixes: #7844 PR-URL: #9234 Reviewed-By: James M Snell <jasnell@gmail.com>
|
@srl295 would you be willing to backport the ICU update to v6? |
Sorry, something went wrong.
|
This and ICU 58.2 (#10206) should be backported together. What branch?
|
Sorry, something went wrong.
|
v6.x-staging edit: thanks! |
Sorry, something went wrong.
* bump to ICU 58.1 - update URL / hash * does not attempt to reduce size - yet * patch to work around http://bugs.icu-project.org/trac/ticket/12822 ( compile issue on Windows) * Fix ICU shrinker to delete old license.html file (update to nodejs#8674 ) Fixes: nodejs#7844 PR-URL: nodejs#9234 Reviewed-By: James M Snell <jasnell@gmail.com>
This commit contains the ICU 58.1 delta. It is especially large because of the ICU license change, and, because the line endings were off previously. * bump to ICU 58.1 - check in small ICU source * from 58.1 final http://site.icu-project.org/download/58 Fixes: nodejs#7844 PR-URL: nodejs#9234 Reviewed-By: James M Snell <jasnell@gmail.com>
* bump to ICU 58.1 - update URL / hash * does not attempt to reduce size - yet * patch to work around http://bugs.icu-project.org/trac/ticket/12822 ( compile issue on Windows) * Fix ICU shrinker to delete old license.html file (update to #8674 ) Fixes: #7844 PR-URL: #9234 Reviewed-By: James M Snell <jasnell@gmail.com>
This commit contains the ICU 58.1 delta. It is especially large because of the ICU license change, and, because the line endings were off previously. * bump to ICU 58.1 - check in small ICU source * from 58.1 final http://site.icu-project.org/download/58 Fixes: #7844 PR-URL: #9234 Reviewed-By: James M Snell <jasnell@gmail.com>
* bump to ICU 58.1 - update URL / hash * does not attempt to reduce size - yet * patch to work around http://bugs.icu-project.org/trac/ticket/12822 ( compile issue on Windows) * Fix ICU shrinker to delete old license.html file (update to #8674 ) Fixes: #7844 PR-URL: #9234 Reviewed-By: James M Snell <jasnell@gmail.com>
This commit contains the ICU 58.1 delta. It is especially large because of the ICU license change, and, because the line endings were off previously. * bump to ICU 58.1 - check in small ICU source * from 58.1 final http://site.icu-project.org/download/58 Fixes: #7844 PR-URL: #9234 Reviewed-By: James M Snell <jasnell@gmail.com>
|
Hi, there is a problem on Windows using MinGW64 to build ICU 58.2 digitlst.o:digitlst.cpp:(.text+0x11): undefined reference to `_free_locale' digitlst.o:digitlst.cpp:(.text+0x8fe): undefined reference to `_create_locale' digitlst.o:digitlst.cpp:(.text+0xa20): undefined reference to `_create_locale' collect2.exe: error: ld returned 1 exit status Please have a look at ICU 58 undefined reference in MSYS2/MinGW64 Same is with 58.1, but 57.1 works fine. |
Sorry, something went wrong.
* bump to ICU 58.1 - update URL / hash * does not attempt to reduce size - yet * patch to work around http://bugs.icu-project.org/trac/ticket/12822 ( compile issue on Windows) * Fix ICU shrinker to delete old license.html file (update to #8674 ) Fixes: #7844 PR-URL: #9234 Reviewed-By: James M Snell <jasnell@gmail.com>
This commit contains the ICU 58.1 delta. It is especially large because of the ICU license change, and, because the line endings were off previously. * bump to ICU 58.1 - check in small ICU source * from 58.1 final http://site.icu-project.org/download/58 Fixes: #7844 PR-URL: #9234 Reviewed-By: James M Snell <jasnell@gmail.com>
Notable Changes: The SEMVER-MINOR changes include: * crypto: allow adding extra certs to well-known CAs (Sam Roberts) #9139 * deps: Upgrade INTL ICU to version 58 (Steven R. Loomis) #9234 * process: add `process.memoryUsage.external` (Fedor Indutny) #9587 * src: add wrapper for process.emitWarning() (Sam Roberts) #9139 Notable SEMVER-PATCH changes include: * fs: cache non-symlinks in realpathSync. (Jeremy Yallop) #10253 * repl: allow autocompletion for scoped packages (Evan Lucas) #10296
Notable Changes: The SEMVER-MINOR changes include: * crypto: allow adding extra certs to well-known CAs (Sam Roberts) #9139 * deps: Upgrade INTL ICU to version 58 (Steven R. Loomis) #9234 * process: add `process.memoryUsage.external` (Fedor Indutny) #9587 * src: add wrapper for process.emitWarning() (Sam Roberts) #9139 Notable SEMVER-PATCH changes include: * fs: cache non-symlinks in realpathSync. (Jeremy Yallop) #10253 * repl: allow autocompletion for scoped packages (Evan Lucas) #10296 PR-URL: #10974
Notable Changes:
The SEMVER-MINOR changes include:
* crypto: allow adding extra certs to well-known CAs (Sam Roberts)
nodejs/node#9139
* deps: Upgrade INTL ICU to version 58 (Steven R. Loomis)
nodejs/node#9234
* process: add `process.memoryUsage.external` (Fedor Indutny)
nodejs/node#9587
* src: add wrapper for process.emitWarning() (Sam Roberts)
nodejs/node#9139
Notable SEMVER-PATCH changes include:
* fs: cache non-symlinks in realpathSync. (Jeremy Yallop)
nodejs/node#10253
* repl: allow autocompletion for scoped packages (Evan Lucas)
nodejs/node#10296
Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
Notable Changes:
The SEMVER-MINOR changes include:
* crypto: allow adding extra certs to well-known CAs (Sam Roberts)
nodejs/node#9139
* deps: Upgrade INTL ICU to version 58 (Steven R. Loomis)
nodejs/node#9234
* process: add `process.memoryUsage.external` (Fedor Indutny)
nodejs/node#9587
* src: add wrapper for process.emitWarning() (Sam Roberts)
nodejs/node#9139
Notable SEMVER-PATCH changes include:
* fs: cache non-symlinks in realpathSync. (Jeremy Yallop)
nodejs/node#10253
* repl: allow autocompletion for scoped packages (Evan Lucas)
nodejs/node#10296
Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
| Back | FazBrowse Home | New Git URL |
Fixes #7844
Checklist
Affected core subsystem(s)
deps
Description of change
Please note: Please keep this in 2 commits. The 'small icu' commit is huge and contains only ICU code/data.