[parenscript-devel] Bug: can't call ps-to-string directly
Daniel Gackle
danielgackle at gmail.com
Tue Jul 31 14:42:03 UTC 2007
I believe this used to work:
(ps-to-string 'some-symbol)
Now it doesn't:
No methods applicable for generic function
#<STANDARD-GENERIC-FUNCTION PARENSCRIPT::COMPILE-PARENSCRIPT-FORM>
with args (NIL SOME-SYMBOL) of classes (NULL SYMBOL)
[Condition of type PROGRAM-ERROR]
... apparently because of the lack of an implicitly expected compilation
environment.
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20070731/cb1df338/attachment.html>
More information about the parenscript-devel
mailing list