[parenscript-devel] Bug: can't call ps-to-string directly

Vladimir Sedach vsedach at gmail.com
Tue Jul 31 18:31:05 UTC 2007


Fixed. *default-compilation-environment* is now initialized with a
basic compilation environment (via make-basic-compilation-environment)
when its declared.

Vladimir

On 7/31/07, Daniel Gackle <danielgackle at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
>
>



More information about the parenscript-devel mailing list