chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] mixing srfi-34 and srfi-12 exceptions (patch)


From: Jörg F. Wittenberger
Subject: [Chicken-users] mixing srfi-34 and srfi-12 exceptions (patch)
Date: Sat, 22 Aug 2015 10:31:38 +0200
User-agent: Mozilla/5.0 (X11; Linux armv7l; rv:31.0) Gecko/20100101 Icedove/31.7.0

Hi,

I noticed that mixing exception handling from both styles does not work
well with the srfi-34 egg as it is.  I'm afraid after importing srfi-34
one has to be aware that there now two definitions of
with-exception-handler.  One from chicken's library and the srfi-34 one.

So far I can't see any damage from overwriting the library version with
the srfi-34 version.  The attached patch does just this.

Best regards

/Jörg

Attachment: srfi-34+12.diff
Description: Text Data


reply via email to

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