Re: [FYI] {micro} NEWS: update with the changes since v1.14

2013-10-29 Thread Stefano Lattarini
On 10/30/2013 12:29 AM, Eric Blake wrote: > On 10/29/2013 06:03 PM, Stefano Lattarini wrote: >> +* Bugs fixed: >> + >> + - Fixed a gross inefficiency in the recipes for installing byte-compiled >> +python files, that was causing an O(N^2) performance on the number N of >> +files, instead o

Re: [FYI] {micro} NEWS: update with the changes since v1.14

2013-10-29 Thread Eric Blake
On 10/29/2013 06:03 PM, Stefano Lattarini wrote: > +* Bugs fixed: > + > + - Fixed a gross inefficiency in the recipes for installing byte-compiled > +python files, that was causing an O(N^2) performance on the number N of > +files, instead of the expected O(N^2) performance. Note that thi

[FYI] {micro} NEWS: update with the changes since v1.14

2013-10-29 Thread Stefano Lattarini
Signed-off-by: Stefano Lattarini --- NEWS | 23 +++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index 9ec55df..2d36e95 100644 --- a/NEWS +++ b/NEWS @@ -104,6 +104,29 @@ +New in 1.1

Re: [PATCH] test-driver: optionally run in test directory

2013-10-29 Thread Philipp A. Hartmann
Hi Stefano, On 29/10/13 01:10, Stefano Lattarini wrote: > > On 10/25/2013 10:34 AM, Philipp A. Hartmann wrote: >> ... >> This patch adds an option '--change-dir={yes|no}' to the >> test-driver to change to the sub-directory of the given >> test script (directory component taken from the script >>