bug#13074: VM Segfaults with Bad `Call' Instruction

2012-12-10 Thread Noah Lavine
On Wed, Dec 5, 2012 at 5:14 PM, Ludovic Courtès wrote: > Noah Lavine skribis: > > > That makes sense. I hit this error in debugging a CPS->GLIL compiler > (which > > I hope will become Guile's compiler, but that's another story). However, > > once the debugging is done, I suppose it won't make a

bug#13117: Build problem with AM_PROG_AR

2012-12-10 Thread Ludovic Courtès
Hi Sjoerd, Sjoerd van Leent Privé skribis: > Due to some versioning conflict, I get a build error with > AM_PROG_AR. ‘AM_PROG_AR’ was introduced in Automake 1.11.2, released one year ago: http://git.savannah.gnu.org/cgit/automake.git/tree/NEWS#n878 I’ve bumped the Automake requirement in ‘c

bug#13077: guile: add repl-option for customized print

2012-12-10 Thread Ludovic Courtès
Hi Daniel, Daniel Hartwig skribis: > scheme@(guile-user)> (define (repl-print* repl val) >(format #t "~20@y" val) >(newline)) > scheme@(guile-user)> (use-modules (system repl common)) > scheme@(guile-user)> (repl-option-set! (car (fluid-ref *repl-s

bug#13077: guile: add repl-option for customized print

2012-12-10 Thread Ludovic Courtès
Hi Daniel, Daniel Hartwig skribis: > scheme@(guile-user)> (define (repl-print* repl val) >(format #t "~20@y" val) >(newline)) > scheme@(guile-user)> (use-modules (system repl common)) > scheme@(guile-user)> (repl-option-set! (car (fluid-ref *repl-s

bug#13095: http-get: Throw to key `bad-response' with args `("EOF while reading response body: ...)'

2012-12-10 Thread dsmich
"Ludovic Courtès" wrote: > Thien-Thi Nguyen skribis: > > > HTTP 1.0 is "close by default", but HTTP 1.1 is "keep open by default", > > if i recall correctly. Does that have anything to do w/ this bug? > > Note sure, because both http://citylan.dl.sourceforge.net (the example > that fail

bug#13088: stack overflow while compiling

2012-12-10 Thread rixed
-[ Sat, Dec 08, 2012 at 10:44:15PM +0100, Stefan Israelsson Tampe ] > The whole macro-expansion to tree-il in psyntax is not done in a tail call > manner which limits the sizes > of code tree's that we can compile. Although it would be interesting to > know how to code the > psyntax expand algo