Earlier change to flo:clear-exceptions! is busted.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 1 Dec 2018 22:34:55 +0000 (22:34 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 1 Dec 2018 22:34:55 +0000 (22:34 +0000)
commit20349ddf0b34057b6f0a1ef90848b568b974c391
tree323c4ef08a44225ad135fea65e49f7968c8d30d1
parent9d2f0526a942f42d0f1ddfd2bb68360e36d7c227
Earlier change to flo:clear-exceptions! is busted.

In particular, the pattern

(flo:preserving-environment
 (lambda ()
   (flo:clear-exceptions! (flo:supported-exceptions))
   ...))

ought to give you an environment where the exceptions are cleared,
but it doesn't.
tests/runtime/test-floenv.scm