bug#11806: (setq load-path ..) of elisp-comp

2012-07-05 Thread Jack Kelly
On Fri, Jul 6, 2012 at 7:57 AM, Stefano Lattarini wrote: > Usually I'd agree, and in fact I had done as you're suggesting in a > previous attempt; but that caused the test 'lisp3.sh' to fail :-/ > With the patch I've posted, the testsuite remains clean at least. > > So I say we commit my patch: al

bug#11806: (setq load-path ..) of elisp-comp

2012-07-05 Thread Stefano Lattarini
Hi Jack, thanks for the feedback. On 07/05/2012 11:33 PM, Jack Kelly wrote: > On Fri, Jul 6, 2012 at 3:56 AM, Stefano Lattarini > wrote: >> On 07/01/2012 01:03 AM, Jack Kelly wrote: >> Thanks. I've condensed a patch from you explanation (see attachment). >> I will push it shortly if there are no

bug#11806: (setq load-path ..) of elisp-comp

2012-07-05 Thread Stefano Lattarini
tags 11806 + patch thanks On 07/01/2012 01:03 AM, Jack Kelly wrote: > On Sat, Jun 30, 2012 at 11:19 AM, Makoto Fujiwara wrote: >> With your advice for VPATH issue, I am now using attached patch, >> thanks a lot, >> --- lib/elisp-comp.orig 2012-01-31 20:41:18.0 +0900 >> +++ lib/elisp-comp

bug#11814: The test logs lost their title

2012-07-05 Thread Stefano Lattarini
> Le 29 juin 2012 à 19:01, Stefano Lattarini a écrit : > >> Hi Akim. > > Hi! > >> On 06/29/2012 09:17 AM, Akim Demaille wrote: >>> It seems that in recent changes, the test logs have lost >>> their title, which included the exit status. Now, reading >>> a log, one can no longer know how the tes

bug#11863: Building test plugins

2012-07-05 Thread Stefano Lattarini
tags 11863 - moreinfo thanks On 07/05/2012 08:19 AM, Gary V. Vaughan wrote: > Hi Reuben, > > On 5 Jul 2012, at 05:39, Reuben Thomas wrote: >> On 4 July 2012 23:35, Stefano Lattarini wrote: >>> tags 11863 + moreinfo >>> thanks >>> >>> On 07/04/2012 10:43 PM, Reuben Thomas wrote: I have a lib

bug#11863: Building test plugins

2012-07-05 Thread Reuben Thomas
On 5 July 2012 07:19, Gary V. Vaughan wrote: > > Currently the best way to tell Automake to only build a libtool library > for `make check' without installing it, but at the same time to tell libtool > not to make a convenience archive is: > > check_LTLIBRARIES += tests/libalientest.la > > tes