[parenscript-devel] Bug in latest release: js* doesn't append semicolon or accept list anymore
Vladimir Sedach
vsedach at gmail.com
Mon Jul 30 21:38:01 UTC 2007
Fixed. It was a bug with script* not evaluating its arguments
correctly. The patch is now in the darcs repository.
Vladimir
On 7/30/07, Daniel Gackle <danielgackle at gmail.com> wrote:
> Upgrading to the latest PS in darcs broke some of my code. Specifically,
>
> (js* '(setf x 1))
> => "x = 1"
>
> ... should have a semicolon but doesn't. Also,
>
> (js* '(setf x 1) '(setf y 2))
> => "y = 2"
>
> ... should be "x = 1; y = 2;".
>
> Dan
>
> p.s. I see that js* has been deprecated in favor of ps*... I'll post
> separately about this.
> _______________________________________________
> 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