[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#20938: make-dynamic-state, with-dynamic-state & exceptions
From: |
Andy Wingo |
Subject: |
bug#20938: make-dynamic-state, with-dynamic-state & exceptions |
Date: |
Tue, 28 Feb 2017 15:17:29 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
On Tue 30 Jun 2015 15:50, Josep Portella Florit <address@hidden> writes:
> This code crashes Guile 2.0.11:
>
> (define x (make-dynamic-state))
> (with-dynamic-state x (lambda () (/ 1 0)))
Sad :/ Fixed in 2.2 though, finally. I don't really know how to fix it
in 2.0 though. Marking as closed given that we will have a shiny new
2.2.0 soon.
Andy
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#20938: make-dynamic-state, with-dynamic-state & exceptions,
Andy Wingo <=