Re: Intent to implement and ship: Gamepad Extensions `multi touch` and `light indicator`

2019-02-27 Thread Ted Mielczarek
On Wed, Feb 27, 2019, at 6:43 AM, James Graham wrote: > The current thinking is that hardware interaction APIs which rely on > mocks to test should specify the API for testing as part of the > specification (e.g. [1]). So it seems like the same approach could be > used here. > > [1] https://web

Re: PSA: Min clang / libclang requirement was updated not long ago...

2019-02-27 Thread Axel Hecht
Am 27.02.19 um 15:28 schrieb Nathan Froyd: On Wed, Feb 27, 2019 at 9:05 AM Axel Hecht wrote: Am 27.02.19 um 14:39 schrieb Nathan Froyd: On Wed, Feb 27, 2019 at 6:22 AM Kartikaya Gupta wrote: On Wed, Feb 27, 2019 at 3:40 AM Axel Hecht wrote: Can we please not force bootstrap? +1. In gen

Re: PSA: Min clang / libclang requirement was updated not long ago...

2019-02-27 Thread Dan Mosedale
Am Mi., 27. Feb. 2019 um 06:28 Uhr schrieb Nathan Froyd : > > > If people have problems with bootstrap (it doesn't do enough, it > > > assumes too much about your system, etc. etc.), please file bugs on > > > what's wrong. We need to start depending more on bootstrap for > > > everything, to the

Re: PSA: Min clang / libclang requirement was updated not long ago...

2019-02-27 Thread Nathan Froyd
On Wed, Feb 27, 2019 at 9:05 AM Axel Hecht wrote: > > Am 27.02.19 um 14:39 schrieb Nathan Froyd: > > On Wed, Feb 27, 2019 at 6:22 AM Kartikaya Gupta wrote: > >> On Wed, Feb 27, 2019 at 3:40 AM Axel Hecht wrote: > >>> > >>> Can we please not force bootstrap? > >> > >> +1. In general bootstrap isn

Re: PSA: Min clang / libclang requirement was updated not long ago...

2019-02-27 Thread Axel Hecht
Am 27.02.19 um 14:39 schrieb Nathan Froyd: On Wed, Feb 27, 2019 at 6:22 AM Kartikaya Gupta wrote: On Wed, Feb 27, 2019 at 3:40 AM Axel Hecht wrote: Can we please not force bootstrap? +1. In general bootstrap isn't "rock solid" enough to force people into running it. If people have proble

Re: PSA: Min clang / libclang requirement was updated not long ago...

2019-02-27 Thread David Major
https://bugzil.la/bootstrap-toolchain-redownloads (it's even got a name!) is a really annoying one that's been on file for 6+ months. On Wed, Feb 27, 2019 at 8:39 AM Nathan Froyd wrote: > > On Wed, Feb 27, 2019 at 6:22 AM Kartikaya Gupta wrote: > > On Wed, Feb 27, 2019 at 3:40 AM Axel Hecht wro

Re: PSA: Min clang / libclang requirement was updated not long ago...

2019-02-27 Thread Nathan Froyd
On Wed, Feb 27, 2019 at 6:22 AM Kartikaya Gupta wrote: > On Wed, Feb 27, 2019 at 3:40 AM Axel Hecht wrote: > > > > Can we please not force bootstrap? > > +1. In general bootstrap isn't "rock solid" enough to force people > into running it. If people have problems with bootstrap (it doesn't do en

Re: Intent to implement and ship: Gamepad Extensions `multi touch` and `light indicator`

2019-02-27 Thread James Graham
On 26/02/2019 22:49, d...@mozilla.com wrote: On Tuesday, February 26, 2019 at 2:15:57 AM UTC-8, James Graham wrote: On 25/02/2019 19:44, Daosheng Mu wrote: web-platform-tests: none exist (and I don't plan to write WPTs but we do have gamepad mochitest, I will add new tests to cover these tw

Re: PSA: Min clang / libclang requirement was updated not long ago...

2019-02-27 Thread Kartikaya Gupta
On Wed, Feb 27, 2019 at 3:40 AM Axel Hecht wrote: > > Can we please not force bootstrap? +1. In general bootstrap isn't "rock solid" enough to force people into running it. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozil

Re: PSA: Min clang / libclang requirement was updated not long ago...

2019-02-27 Thread Axel Hecht
Can we please not force bootstrap? Background: As a python-heavy engineer, my relationship with homebrew is pretty broken these days. There's stuff that's essential to my day-to-day business that I had to take out of homebrew, including having my own compiles of python. I also have to have my

Re: Type-based alias analysis and Gecko C++

2019-02-27 Thread Henri Sivonen
On Tue, Feb 19, 2019 at 10:17 PM Gabriele Svelto wrote: > On the reverse I've seen performance regressions from using > -fno-strict-aliasing only in tight loops where the inability to move > accesses around was lengthening the critical path through the loop. > However this was on processors with v