[v8-users] Re: Intend to Ship: DateTimeFormat dateStyle & timeStyle options

2019-04-11 Thread Frank Tang
Since that missed the April 5 m75 Feature Freeze day and we are a week away from the April 18 m75 branch off date, I intend to move that to ship for m76 and land the cl of moving to ship around April 20, after the branching. On Thu, Apr 11, 2019 at 3:53 PM Sathya Gunasekaran wrote: > LGTM > >

[v8-users] Re: Intend to Ship: DateTimeFormat dateStyle & timeStyle options

2019-04-11 Thread Sathya Gunasekaran
LGTM On Mon, Apr 1, 2019 at 12:13 PM Sathya Gunasekaran wrote: > > > On Fri, Mar 29, 2019 at 7:41 AM Frank Tang wrote: > >> Spec >> >> https://github.com/tc39/proposal-intl-datetime-style/ >> >> Summary >> >> A Stage 3 proposal that adds two options to Intl.DateTimeFormat: >> dateStyle and

Re: [v8-users] Intent to Ship: WebAssembly Bulk Memory operations

2019-04-11 Thread Adam Klein
LGTM! +blink-dev FYI On Tue, Apr 9, 2019 at 2:40 PM Ben Smith wrote: > Contact emails > > bi...@chromium.org > > Spec > > https://github.com/WebAssembly/bulk-memory-operations > > Summary > > The WebAssembly Bulk memory proposal adds 7 new instructions for > manipulating memory and tables in

[v8-users] Branch cut V8 7.5

2019-04-11 Thread Michael Hablich
Hi, it is time again. If you have any questions regarding the release, please ping this thread. *THURSDAY 2019-04-11: API adoption freeze starting* V8 will branch in one week for the upcoming Beta phase for Chrome 75. On the 2019-04-18 one of the latest Canaries will be selected to be the branch

[v8-users] Re: Is this OK to ask here with a link to the StackOverflow question?

2019-04-11 Thread DaManuell
Thanks! Just asked in the group with a link to SO: https://stackoverflow.com/questions/55629539/how-to-make-chrome-dev-tools-show-the-javascript-source Le jeudi 11 avril 2019 16:04:11 UTC+2, Peter Marshall a écrit : > > You can link to the question and we can try to answer there. We try to >

[v8-users] Embedding V8: How to make Chrome Dev Tools show the JavaScript source

2019-04-11 Thread DaManuell
SO question: https://stackoverflow.com/questions/55629539/how-to-make-chrome-dev-tools-show-the-javascript-source -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups

[v8-users] Re: Is this OK to ask here with a link to the StackOverflow question?

2019-04-11 Thread 'Peter Marshall' via v8-users
You can link to the question and we can try to answer there. We try to keep an eye on questions tagged with v8 On Thursday, April 11, 2019 at 7:27:16 AM UTC-4, DaManuell wrote: > > Or should I just copy/paste here the entire question? > -- -- v8-users mailing list v8-users@googlegroups.com

Re: [v8-users] Problems with V8::Locker and V8::Debug::DebugBreak

2019-04-11 Thread madana gopal
Else, if got fixed in some V8 release, please share the patch. Thanks. Regards, Madan > -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To

[v8-users] Is this OK to ask here with a link to the StackOverflow question?

2019-04-11 Thread DaManuell
Or should I just copy/paste here the entire question? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving

[v8-users] Re: How to use Chrome Dev Tools to debug a script in d8

2019-04-11 Thread DaManuell
Ok. That was a dumb question. In order to connect CDT to a program embedding V8, that program first has to implement the back-end WebSocket. Doing that with d8 at a starting point seems a bad idea. Le lundi 8 avril 2019 13:23:18 UTC+2, DaManuell a écrit : > > I successfully built d8.exe from