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
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
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
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
"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
-[ 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