unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Stefan Israelsson Tampe <stefan.tampe@spray.se>
Cc: bug-guile@gnu.org
Subject: Re: with-fluids bug?
Date: Wed, 13 Oct 2010 21:20:09 +0200	[thread overview]
Message-ID: <m3mxqhc32u.fsf@unquote.localdomain> (raw)
In-Reply-To: <201009262244.32030.stefan.tampe@spray.se> (Stefan Israelsson Tampe's message of "Sun, 26 Sep 2010 22:44:31 +0200")

Hi,

On Sun 26 Sep 2010 22:44, Stefan Israelsson Tampe <stefan.tampe@spray.se> 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	other threads:[~2010-10-13 19:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-26 20:44 with-fluids bug? Stefan Israelsson Tampe
2010-10-13 19:20 ` Andy Wingo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3mxqhc32u.fsf@unquote.localdomain \
    --to=wingo@pobox.com \
    --cc=bug-guile@gnu.org \
    --cc=stefan.tampe@spray.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).