Re: Moving away from autoconf

2016-02-24 Thread Mike Hommey
On Wed, Feb 24, 2016 at 03:38:35PM -0800, Ralph Giles wrote: > Where do new changes go? The answer to this question will change in the coming days, and vary depending on what you want to change. Please ask build system peers. I should have mentioned this in the original message, sorry. Mike _

Re: Moving away from autoconf

2016-02-24 Thread Tom Schuster
This is so great. Thank you! On Feb 25, 2016 12:35 AM, "Mike Hommey" wrote: > Hi, > > We are, officially, and starting today with the landing of bug 1250294, > moving away from autoconf. This is not going to happen overnight, and it > is going to be painful, but the first step has just been made,

Re: Moving away from autoconf

2016-02-24 Thread Ralph Giles
Where do new changes go? -r On Wed, Feb 24, 2016 at 2:28 PM, Mike Hommey wrote: > Hi, > > We are, officially, and starting today with the landing of bug 1250294, > moving away from autoconf. This is not going to happen overnight, and it > is going to be painful, but the first step has just been

Moving away from autoconf

2016-02-24 Thread Mike Hommey
Hi, We are, officially, and starting today with the landing of bug 1250294, moving away from autoconf. This is not going to happen overnight, and it is going to be painful, but the first step has just been made, and we're not turning back. The autoconf scripts are however still there and are used

Re: [ann] Android unit tests are now running in automation!

2016-02-24 Thread Andrew Halberstadt
Ah ok, it would certainly be possible as integration involves calling an arbitrary python function, but sounds like it might be clunky. Especially if it's not possible to lint individual files rather than the whole thing at once. That would negate most if not all of the benefit of integrating with

Re: [ann] Android unit tests are now running in automation!

2016-02-24 Thread Nicholas Alexander
On Wed, Feb 24, 2016 at 1:46 PM, Andrew Halberstadt < ahalberst...@mozilla.com> wrote: > Cool! I was actually just working on my mozlint prototype this past > weekend. I have eslint and flake8 working, I'll see if I can get gradle > lint integrated as well. > Android Gradle lint is rather more li

Re: [ann] Android unit tests are now running in automation!

2016-02-24 Thread Andrew Halberstadt
Cool! I was actually just working on my mozlint prototype this past weekend. I have eslint and flake8 working, I'll see if I can get gradle lint integrated as well. I'm trying to provide a standardized way of adding lints to various places, like mach, mozreview or taskcluster. So e.g |mach lint t

[ann] Android unit tests are now running in automation!

2016-02-24 Thread Nicholas Alexander
Hi y'all, We are now running Android unit tests and Android lint in automation: Bug 1249166 [1]. You can see an example of this job at https://treeherder.mozilla.org/#/jobs?repo=fx-team&revision=057c0e7cf189 -- it's the one labeled "Android 4.0 API15+ opt tc[Tier-2] (Unit)". (I have no concrete