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
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
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
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
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
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,
> > +
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
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