[parenscript-devel] Need a meaningful error message when PS macro references unbound var

Daniel Gackle danielgackle at gmail.com
Thu Sep 13 18:10:17 UTC 2007


When a macroexpansion tries to evaluate an unbound variable, as in the
following,

(ps (macrolet ((blah () x))
        (blah)))

the resulting error message is unhelpful: "Attempt to take the car of
"Unbound Value" which is not listp."

Could it say "Attempt to take the value of the unbound variable X" instead?

Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20070913/31b8698f/attachment.html>


More information about the parenscript-devel mailing list