Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-13 Thread Stefano Lattarini
On Saturday 13 November 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Fri, Nov 12, 2010 at 08:57:05PM CET: > > How about > > > > * tests/backcompat6.test (Makefile.am): Grep the output from the > > test program, rather than diffing it, to avoid spurious failures > > on MinG

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-12 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Nov 12, 2010 at 08:57:05PM CET: > How about > > * tests/backcompat6.test (Makefile.am): Grep the output from the > test program, rather than diffing it, to avoid spurious failures > on MinGW/MSYS due to LF vs. CRLF line endings. Sure, thanks! Ralf

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-12 Thread Stefano Lattarini
On Friday 12 November 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Fri, Nov 12, 2010 at 08:37:14PM CET: > > On Friday 12 November 2010, Ralf Wildenhues wrote: > > > The easiest fix would be to grep for the lines in question, I guess. > > I agree. What about the attached patch? (It

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-12 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Nov 12, 2010 at 08:37:14PM CET: > On Friday 12 November 2010, Ralf Wildenhues wrote: > > The easiest fix would be to grep for the lines in question, I guess. > I agree. What about the attached patch? (It also makes the testcase > simpler and shorter, BTW). Leave

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-12 Thread Stefano Lattarini
On Friday 12 November 2010, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Wed, Nov 03, 2010 at 07:12:27PM CET: > > > [...] > > --- /dev/null > > +++ b/tests/backcompat6.test > > @@ -0,0 +1,105 @@ >

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-12 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Wed, Nov 03, 2010 at 07:12:27PM CET: > [...] > --- /dev/null > +++ b/tests/backcompat6.test > @@ -0,0 +1,105 @@ > +# Backward-compatibility test: try to build and distribute a pack

[FYI] Patch pushed (was: Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.)

2010-11-06 Thread Stefano Lattarini
I just pushed the patch, by applying it to a temporary branch based off of maint (named "backcompat-tests"), and then merging that branch into master right away. Regards, Stefano

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-06 Thread Stefano Lattarini
On Saturday 06 November 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Wed, Nov 03, 2010 at 07:12:27PM CET: > > Pinging this patch again, following this: > > > > > > I've also re-based the patch off of latest

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-06 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Wed, Nov 03, 2010 at 07:12:27PM CET: > Pinging this patch again, following this: > > > I've also re-based the patch off of latest maint, extended some checks a > little bit, fixed a typo in com

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-11-03 Thread Stefano Lattarini
> Am I overlooking something here? > I'd like to ask you the same question :-) So, OK to push as is, or should I address your concerns about autom4te caching in some way? Regards, Stefano From d41eadf9a9f51c74c9a3095db01739094c77aba4 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 18 Jun 2010 12:5

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-08-05 Thread Stefano Lattarini
Hello Ralf. Ping on this? It seems to me that most issues with this patch had already been solved, so it's probably a pity to let it bitrotting here... Regards, Stefano

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-07-17 Thread Stefano Lattarini
Hello Ralf. Ping on this? I'll wait 48 hours, then, if there are no new objections, I'll push the patch to maint (with merges to master and branch-1.11, following your earlier advices). Regards, Stefano

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-06-18 Thread Stefano Lattarini
diff --git a/tests/init.test b/tests/init.test > > index 38ec681..61a5b63 100755 > > --- a/tests/init.test > > +++ b/tests/init.test > > [CUT] > > -cat >configure.in < > -AC_INIT > > -AM_INIT_AUTOMAKE > > +for ac_init_args in '' '([x]

Re: [PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-06-17 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sat, Jun 12, 2010 at 11:31:57PM CEST: > New tests on obsoleted usages of automake/autoconf macros (as > AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT). I have some detail questions about these tests, below. Thanks for working on them! Cheers, Ralf > --- /dev/n

[PATCH] New tests on obsoleted usages of automake/autoconf macros.

2010-06-12 Thread Stefano Lattarini
Date: Sat, 12 Jun 2010 22:29:59 +0200 Subject: [PATCH] New tests on obsoleted usages of automake/autoconf macros. * tests/backcompat.test: New test script. * tests/backcompat2.test: Likewise. * tests/backcompat3.test: Likewise. * tests/backcompat4.test: Likewise. * tests/backcompat5.test: Likewise