Re: [patch] literal arrays in master

2014-09-18 Thread Daniel Llorens
Fix the first patch to verify an assumption used in the new array SCM layout. Regards Daniel 0001-Pack-array-dimensions-in-array-object.patch Description: Binary data 0002-Intern-general-arrays.patch Description: Binary data

Re: Bug free programs

2014-09-18 Thread Neil Jerram
On 2014-09-17 17:15, Ian Grant wrote: When did you last audit these 66,000 lines of intermediate code, which people are encouraged to run as root? [...] ian3@jaguar:~/build/guile-2.0.11$ wc -l Makefile lib/Makefile libguile/Makefile configure    2373 Makefile    4052 lib/Makefile    3792 libgu

Re: [ANN] guile-colorized-0.0.2 released

2014-09-18 Thread Nala Ginrut
On Thu, 2014-09-18 at 05:47 +0300, Eli Zaretskii wrote: > > From: l...@gnu.org (Ludovic Courtès) > > Date: Wed, 17 Sep 2014 23:13:59 +0200 > > Cc: guile-u...@gnu.org > > > > Perhaps a solution would be to use guile-ncurses? > > Yes, that should work, assuming guile-ncurses uses ncurses (which can

Re: [ANN] guile-colorized-0.0.2 released

2014-09-18 Thread Eli Zaretskii
> Date: Thu, 18 Sep 2014 05:47:58 +0300 > From: Eli Zaretskii > Cc: guile-u...@gnu.org, guile-devel@gnu.org > > > From: l...@gnu.org (Ludovic Courtès) > > Date: Wed, 17 Sep 2014 23:13:59 +0200 > > Cc: guile-u...@gnu.org > > > > Perhaps a solution would be to use guile-ncurses? > > Yes, that sho

Running make as root and ./configure access to Makefile contents

2014-09-18 Thread Ian Grant
This is about the 66,00 lines of code that are in the confige script and are not routinely audited and are typically run as root. In http://lists.gnu.org/archive/html/guile-devel/2014-09/msg00098.html Neil Jerram proclaims: > People are absolutely NOT encouraged to run ./configure and > make as r

Re: Running make as root and ./configure access to Makefile contents

2014-09-18 Thread Ian Grant
From: Ed http://www.cs.utexas.edu/users/EWD/misc/vanVlissingenInterview.html As to the programming products that are used by people, I hardly have first hand experience, my impression is that an enormous amount of user time is wasted figuring out what the system does and how to control it, which i