bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: with-fluids bug?


From: Andy Wingo
Subject: Re: with-fluids bug?
Date: Wed, 13 Oct 2010 21:20:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

On Sun 26 Sep 2010 22:44, Stefan Israelsson Tampe <address@hidden> writes:

> Problem:
> (define a (make-fluid))
> (with-fluids ((a 1)) 2)  ; returns 2
> (pk (with-fluids ((a 1)) 2)) ; barfs at trying to execute function 1

Thank you for this bug report and patch :)

I have made an equivalent fix to yours, but more like the `vector'
instruction's approach to calling NULLSTACK and more uniform underflow
checking.

Thanks again!

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]