Uh oh!
There was an error while loading. Please reload this page.
nodejs/node#3111 - v8BreakIterator disablement - #4253
Conversation
81c275d to
d8b0b26Comparesrl295
commented
Dec 12, 2015
Rebased. Problem, it doesn't actually work. My changes to |
Fishrock123
commented
Dec 14, 2015
linking: #3111 |
srl295
commented
Apr 9, 2016
OK, it's working again. Can I get a LGTM? |
srl295
commented
Apr 9, 2016
To test: before: crashes in |
srl295
commented
Apr 9, 2016
Question: what's the best way to test this? |
There was a problem hiding this comment.
Style error: space after (. Can you put each check on its own line, followed by the &&? You'll also need to start with:
if(process.config&&process.config.variables&&// ...There was a problem hiding this comment.
Thanks. I'll drop the check for process.config.variables.v8_enable_i18n_support also. For this code's purpose, checking Intl is enough. One fewer dependency on an internal v8 variable is better.
srl295
commented
Apr 11, 2016
Updated, PTAL |
There was a problem hiding this comment.
You still need a process.config && process.config.variables feature check here and can you make sure make lint passes?
srl295
commented
Apr 11, 2016
|
There was a problem hiding this comment.
Needs a process.config && process.config.variables feature check.
7da4fd4 to
c7066fbComparesrl295
commented
May 3, 2016
Updated, rebased. Thanks @jasnell |
If the undocumented v8BreakIterator does not have data available, monkeypatch it to throw an error instead of crashing. Fixesnodejs#3111
jasnell
commented
May 3, 2016
LGTM if CI is green :-) |
srl295
commented
May 3, 2016
ci build in progress… |
srl295
commented
May 3, 2016
srl295
commented
May 4, 2016
Landed in cd752e8 |
MylesBorins
commented
Jun 1, 2016
@srl295 this does not land cleanly on |
Yes. Probably an earlier version would. Or maybe depend on back porting the other process change @jasnell ? |
MylesBorins
commented
Jun 29, 2016
MylesBorins
commented
Aug 30, 2016
@srl295 ping |
srl295
commented
Oct 10, 2016
#9008 is the v4.x backport. |
Getting this going… need to rebase