Re: [v8-dev] "Internal error. Icu error" when upgrading from v8 7.3 to 7.8

2020-05-06 Thread Ben Noordhuis
On Wed, May 6, 2020 at 5:15 AM 'nightpool' via v8-dev wrote: > > Thanks Ben! I'm using 7.8 since that's what the last contributor who was > working on the upgrade upgraded to, in December. I'll try and figure out what > releases the bug you linked made it into. How can I tell if I'm using the

Re: [v8-dev] "Internal error. Icu error" when upgrading from v8 7.3 to 7.8

2020-05-05 Thread 'nightpool' via v8-dev
Thanks Ben! I'm using 7.8 since that's what the last contributor who was working on the upgrade upgraded to, in December. I'll try and figure out what releases the bug you linked made it into. How can I tell if I'm using the built-in ICU data or not? I'm running v8 embedded in Ruby, this is the

Re: [v8-dev] "Internal error. Icu error" when upgrading from v8 7.3 to 7.8

2020-05-05 Thread Ben Noordhuis
On Mon, May 4, 2020 at 6:28 PM 'nightpool' via v8-dev wrote: > > Hi, i'm trying to update the mini_racer ruby extension to use a more modern > version of v8, and i'm running into a problem where Number.toLocaleString is > throwing "TypeError: Internal error. Icu error." > > The error is

[v8-dev] "Internal error. Icu error" when upgrading from v8 7.3 to 7.8

2020-05-04 Thread 'nightpool' via v8-dev
Hi, i'm trying to update the mini_racer ruby extension to use a more modern version of v8, and i'm running into a problem where Number.toLocaleString is throwing "TypeError: Internal error. Icu error." The error is occurring in code as simple as "(10).toLocaleString()". Does anyone know what