Re: The Web, Continuations, and All That

2012-02-07 Thread Andy Wingo
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

Re: Test fail with guile 2.0.5

2012-02-07 Thread Andy Wingo
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

Re: survey: string external representation

2012-02-07 Thread Andy Wingo
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/

Re: survey: string external representation

2012-02-07 Thread David Pirotte
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

Re: Test fail with guile 2.0.5

2012-02-07 Thread Germán Arias
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