| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM with a style nit
Sorry, something went wrong.
There was a problem hiding this comment.
Can you capitalize the comment?
Sorry, something went wrong.
|
@evanlucas also said
|
Sorry, something went wrong.
|
I don't know why the linter is failing in the automated build. Can't reproduce… any ideas @nodejs/build ? $ make lint-ci
./node tools/jslint.js -f tap -o test-eslint.tap \
benchmark lib test tools
Total errors found: 0
update seems to be working now. |
Sorry, something went wrong.
* toLocaleUpperCase() and toLocaleLowerCase() do not function properly without this flag. * basic test case. The test case would fail if `--no_icu_case_mapping` was set. Fixes: nodejs#9445 PR-URL: nodejs#9454 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Could for sure, but we don't do that for other flags. |
Sorry, something went wrong.
|
landed this on v6.x and got the error "Error: unrecognized flag --icu_case_mapping" not landing for now. LMK if we should consider it |
Sorry, something went wrong.
|
@MylesBorins no, incompatible with older v8. And new v8 :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Affected core subsystem(s)
src
Description of change
without this flag.
was set.
Fixes: #9445