[parenscript-devel] Commit abf27a29f introduces bug in / operator
(ps (floor (1- x) y)) => Error: There is no applicable method for the generic function #<STANDARD-GENERIC-FUNCTION PARENSCRIPT::PS-PRINT% (66)> when called with arguments (1- (PARENSCRIPT::X)) This bug isn't present in abf27a29f's parent. Scott
Just pushed a fix; this was the same bug as Daniel reported earlier. Thanks for the bug report Scott. Vladimir On Tue, Aug 30, 2011 at 6:04 PM, <sblist@me.com> wrote:
(ps (floor (1- x) y)) => Error:
There is no applicable method for the generic function #<STANDARD-GENERIC-FUNCTION PARENSCRIPT::PS-PRINT% (66)> when called with arguments (1- (PARENSCRIPT::X))
This bug isn't present in abf27a29f's parent.
Scott
_______________________________________________ parenscript-devel mailing list parenscript-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
participants (2)
-
sblist@me.com
-
Vladimir Sedach