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.
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@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@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
parenscript-devel@common-lisp.net