You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eql-...@googlegroups.com
G'day,
I have attached a patch that outputs a message if a SERIOUS-CONDITION is encountered during the execution of a QCONNECT function. I find it particularly useful when using EQL in an embedded context as errors appear to be silently ignored.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eql-...@googlegroups.com
Il giorno martedì 18 dicembre 2012 13:44:49 UTC+1, Mark Cox ha scritto:
I have attached a patch that outputs a message if a SERIOUS-CONDITION is encountered during the execution of a QCONNECT function. I find it particularly useful when using EQL in an embedded context as errors appear to be silently ignored.
Thanks to the (off-list) help of Mark Cox, special condition handling is now possible in Lisp functions called from C++ (see new version 12.12.3).
(For this I needed to add CL_UNWIND_PROTECT_... in some places in the C++ sources).