[parenscript-devel] probably bug for operators * and %
2 Nov
2011
2 Nov
'11
1:39 a.m.
hi, I find that (* x (% y z)) produces x * y % z while what I mean is x * ( y % z), which are very different.
10 Dec
10 Dec
1:42 a.m.
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@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@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
4806
Age (days ago)
4844
Last active (days ago)
1 comments
2 participants
participants (2)
-
Canhua
-
Vladimir Sedach