maybe-commit fails unconditionally

Roderic Morris <[email protected]> Fri, 23 Oct 2009 21:13:07 +0000 (UTC)
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
maybe-commit from the low-proposals package seems to always throw an
exception, claiming that there is no proposal, even when used inside
e.g. ensure-atomicity.

(current-proposal) => #f
(ensure-atomicity (current-proposal)) => #(#t #(#f) #(#f) #f)

(maybe-commit) => assertion-violation: no current proposal
(ensure-atomicity (maybe-commit)) => assertion-violation: no current proposal


-Roderic