[parenscript-devel] Bug in latest release: js* doesn't append semicolon or accept list anymore
Daniel Gackle
danielgackle at gmail.com
Mon Jul 30 21:12:57 UTC 2007
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/parenscript-devel/attachments/20070730/6b40618a/attachment.html>
More information about the parenscript-devel
mailing list