Hi Tobias,
Clarifying one point:
On Mon 06 Feb 2012 20:49, Tobias Gerdin writes:
>> scheme@(guile-user)> (call-with-prompt 'foo (lambda ()
>> (call-with-output-string (lambda args (abort-to-prompt 'foo (lambda (k)
>> k))
>> $1 = #
>> scheme@(guile-user)> ($1)
>> ERROR: In proc
Hi Germán,
> FAIL: gc.test: gc: Unused modules are removed
This is not a fatal error. In git we have changed this to produce a
warning instead of an error. Apologies that a version made it out to you
with this test suite failure in it; you will be happy to know, however,
that your guile is perf
On Sun 05 Feb 2012 10:32, Thien-Thi Nguyen writes:
> guile -s xrep2.scm \
> | tee xrep2-$(guile --version | sed 's/.* //;q')-$LANG.out
>
> What do other people see?
xrep2--en_US.UTF-8.out
Description: Binary data
--
http://wingolog.org/
On Sun 05 Feb 2012 10:32, Thien-Thi Nguyen writes:
> guile -s xrep2.scm \
> | tee xrep2-$(guile --version | sed 's/.* //;q')-$LANG.out
>
> What do other people see?
xrep2-1.6.8-en_US.UTF-8.out
Description: Binary data
xrep2-1.6.8-fr_BE.UTF-8.out
Description: Binary data
On 2012-02-07 02:54:32 -0600 Andy Wingo wrote:
> Hi Germán,
>
>> FAIL: gc.test: gc: Unused modules are removed
>
> This is not a fatal error. In git we have changed this to produce a
> warning instead of an error. Apologies that a version made it out to you
> with this test suite failure in i