Intent to implement: TextEncoder.encodeInto() - UTF-8 encode into caller-provided buffer

2018-12-16 Thread Henri Sivonen
# Summary TextEncoder.encodeInto() adds encoding JavaScript strings into UTF-8 into caller-provided byte buffers. This is a performance optimization for JavaScript/Wasm interop that allows the encoder output to be written directly into Wasm memory without extra copies. # Details TextEncoder.enco

Re: The upcoming C/C++ coding style change

2018-12-16 Thread Makoto Kato
Hi, Is Objective-C++ (*.mm) still old format? Or Should I file a bug for it? -- Makoto On Thu, Nov 29, 2018 at 9:38 PM Sylvestre Ledru wrote: > Hello, > > As Ehsan announced recently, we are going to reformat Friday 30 November. > In order to mitigate the impact on the uplifts process, we cho

Re: Automatic changes during the dev workflow [was: Re: Upcoming changes to our C++ Coding Style]

2018-12-16 Thread Jean-Yves Avenard
Hi > On 14 Dec 2018, at 7:57 pm, Sylvestre Ledru wrote: > > I think we should aim at option b) (updated automatically by bots after > submission to Phabricator) > > I don’t particularly fancy this idea. Finding yourself with different code on Phabricator and locally is a good way to shoot y