Re: 1.8 branch test failure

2009-06-05 Thread Neil Jerram
Barry Fishman writes: > The same thing happens with Ubuntu Jaunty. I Don't think it is Guile > failing. It the test that caused problems: > > (open-input-pipe "read && echo $REPLY") > > In Ubuntu and NetBSD, Bash is not the default shell, so "read" requires > an argument. From the /bin/sh s

Re: autocompilation support in master

2009-06-05 Thread Neil Jerram
Neil Jerram writes: > ... > GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o > "language/ecmascript/spec.go" "language/ecmascript/spec.scm" > ERROR: Stack overflow > > But if I switch to a shell and repeat with --debug, no problem: > > n...@arudy:~/SW/Guile/git/module$ GUILE_A

Re: autocompilation support in master

2009-06-05 Thread Neil Jerram
Andy Wingo writes: > There's a lot of trickiness to this, but I think we all have instincts > on how this should work. I'll write docs soon, but in the meantime, I > would like for folks to ignore the implementation, and just use Guile > for a while, and see if what it does sounds right to you. I

Re: master build issue

2009-06-05 Thread Neil Jerram
Greg Troxel writes: > looks quite well baked. Despite my initial negative reaction to new > dependencies, this package seems exceptionally well done for one that > has (to me) appeared suddenly. I did get one failure in make check: > > test-striconveh.c:389: assertion failed > Jun 4 20:16:24 f

Re: low-hanging SRFI fruit (SRFI-98)

2009-06-05 Thread Neil Jerram
Neil Jerram writes: > Is it just that I'm misunderstanding what cgit shows? Yes, it seems that this is just what cgit chooses to do. From http://hjemli.net/git/cgit/commit/?id=8a3685bcf2612206fc24a2421acb53dd83aeab85: "The diffstat is calculated against the leftmost parent of the commit. This

Re: [Guile-commits] GNU Guile branch, string_abstraction2, updated. fc50695e8d6a5cc0cebc3a8fcd0833ec1ff316a2

2009-06-05 Thread Mike Gran
On Fri, 2009-06-05 at 16:10 +0200, Ludovic Courtès wrote: > Hi Mike, > > A few random thoughts: > > "Michael Gran" writes: > > > - buf = scm_to_locale_stringn (scm_c_substring (str, start, end), &len); > > + buf = scm_to_encoded_stringn (scm_c_substring (str, start, end), &len, > > +

Re: [Guile-commits] GNU Guile branch, string_abstraction2, updated. fc50695e8d6a5cc0cebc3a8fcd0833ec1ff316a2

2009-06-05 Thread Ludovic Courtès
Hi Mike, A few random thoughts: "Michael Gran" writes: > - buf = scm_to_locale_stringn (scm_c_substring (str, start, end), &len); > + buf = scm_to_encoded_stringn (scm_c_substring (str, start, end), &len, > + pt->encoding, pt->ilseq_handler); I'd call that `scm_t

Re: [Guile-commits] GNU Guile branch, master, updated. a9b0f876c12bbbca9bdf1890eb014a30f004d9f8

2009-06-05 Thread Ludovic Courtès
Hello! "Andy Wingo" writes: > @deffn Instruction object-ref n > -Push @var{n}th value from the current program's object vector. > +...@deffnx Instruction long-object-ref n > +Push @var{n}th value from the current program's object vector. The > +``long'' variant has a 16-bit index instead of an