[FYI] {maint} maintainer check: quote literal `$' in Makefile rule

2011-04-15 Thread Stefano Lattarini
Hello automakers. Clening up and oldish blunder of mine ... -*-*- maintainer check: quote literal `$' in Makefile rule * Makefile.am (sc_tests_PATH_SEPARATOR): Escape literal `$' character in double-quoted string. Fix a bug in which the rule emitted an erroneously empty substring in its error

[PATCH] {master} tests: fix typo in python5b.test

2011-04-15 Thread Stefano Lattarini
I've applied this patch to a temporary bug-fixing branch, merged it to master, and pushed. Regards, Stefano -*-*- tests: fix typo in python5b.test * tests/python5b.test: Remove extra `:' from $PATH redefinition. --- ChangeLog |5 + tests/python5b.test |2 +- 2 files cha

[FYI] {master} tests: remove redundant settings of `errexit' shell flag

2011-04-15 Thread Stefano Lattarini
A simple cleanup patch that removes from master redundant `set -e' calls in newer tests merged from other (maint-based) branches. Maybe we could add a new maintainer-check to catch such redundant calls in the future; but I've not done that FTM, and I'm not completely sure it would be worthwhile.

[FYI] {yacc-work} lex/yacc tests: remove redundant $distdir definition

2011-04-15 Thread Stefano Lattarini
The latest merge of maint into yacc-work has made the definition of $distdir in various newer yacc/lex tests redundant. The attached patch (already pushed) addresses this, by removing the redundant definitions. Regards, Stefano From d986a8006ff7ce7fbe6f50b3242167cefa94448b Mon Sep 17 00:00:00 2

[FYI] maint merged into yacc-work

2011-04-15 Thread Stefano Lattarini
I've merged the maint branch into the yacc-work branch, and pushed. Regards, Stefano

Re: [FYI] {yacc-work} coverage: test for automake bug#8485 (known regression)

2011-04-15 Thread Stefano Lattarini
On Tuesday 12 April 2011, Ralf Wildenhues wrote: > Hello Stefano, > > * Stefano Lattarini wrote on Tue, Apr 12, 2011 at 03:26:33PM CEST: > > I've pushed the attached patch to yacc-work. The new testcase > > should correctly capture and expose the regression, as it passes > > with automake 1.11 an

[OT] automake-patches archives corrupted?

2011-04-15 Thread Stefano Lattarini
Hello automakers, and sorry for the off-topic. I just wanted to signal that the mailing list archives at: are apparently missing an *awful lot* of posts, at least all those between 19 January 2011 and 31 March 2011. Do you have any idea of wh

[FYI] {yacc-work} coverage: test lex-generated "#line" directives postprocessing

2011-04-15 Thread Stefano Lattarini
I've pushed the attached patch to yacc-work. Regards, Stefano -*-*- coverage: test lex-generated "#line" directives postprocessing * tests/yacc-line.test: In heading comments, add reference to new sister test `lex-line.test'. * tests/lex-line.test: New test. * tests/Makefile.am (TESTS): Upda

[FYI] {yacc-work} tests: minor improvements to a couple of yacc tests

2011-04-15 Thread Stefano Lattarini
The attached patch is a cleanup that ideally should have been squashed into the commit v1.11-362-g7c0d9cb "tests: split yacc6.test, for better separation and coverage"; but I had already pushed it when I came up with thee changes. Sorry for the noise, Stefano -*-*- tests: minor improvements to

Re: [PATCH] {yacc-work} tests: split yacc6.test, for better separation and coverage

2011-04-15 Thread Stefano Lattarini
On Monday 11 April 2011, Stefano Lattarini wrote: > This patch should have been tested quite thouroughly with Bison 2.4 > and Heirloom Yacc, GNU make, FreeBSD and NetBSD make (Debian ports) > and Heirloom make. > > OK for yacc-work? I will push in 72 hours if there is no objection. > > Regards,

Re: [PATCH] {yacc-work} tests: do not uselessly require GNU make or gcc in a few tests

2011-04-15 Thread Stefano Lattarini
On Monday 11 April 2011, Stefano Lattarini wrote: > Some minor improvements for a few Yacc/Lex tests, helping to drop > unnecessary requirements. I have a similar patch for `yacc6.test' > (which is untouched by the present patch), but that entails heavier > and potentially more controversial chang