[parenscript-devel] probably bug for operators * and %

Vladimir Sedach vsedach at gmail.com
Sat Dec 10 01:42:47 UTC 2011


Thank you for the bug report. This was related to several previous
arithmetic bugs; there was a bug in the checking for associativity. I
pushed a fix.

Vladimir

On Tue, Nov 1, 2011 at 9:39 PM, Canhua <dreameration at gmail.com> wrote:
> hi, I find that
>  (* x (% y z))
> produces
>  x * y % z
>
> while what I mean is x * ( y % z), which are very different.
>
> _______________________________________________
> parenscript-devel mailing list
> parenscript-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel




More information about the parenscript-devel mailing list