[parenscript-devel] Bug in setf

Vladimir Sedach vsedach at gmail.com
Fri Feb 1 07:30:46 UTC 2008


Well, I finally got around to fixing this bug.

Vladimir

On 12/31/07, Daniel Gackle <danielgackle at gmail.com> wrote:
> There's a bug when using setf to decrement a variable:
>
>   (ps (setf x (- x 1 2)))
>     =>  "x -= 1 - 2;"
>
> Note that this works correctly:
>
>   (ps (setf x (- 1 x 2)))
>     => "x = 1 - x - 2;"
>
> 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