# New Ticket Created by S F
# Please include the string: [perl #70854]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=70854 >
Rakudo master f1513348f71777c0ec13c46b1efe2d9b1a0f2c47 on Mac OS X 10.5.8:
> say 424/61731 + 83
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #70844]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=70844 >
rakudo: class A {}; class B {}; subset C of A & B; say C ~~ A;
say C ~~ B
rakudo 7347e
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #70850]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=70850 >
The error message "No applicable candidates found to dispatch to for
'$method_name'" coul
Author: lwall
Date: 2009-11-27 18:16:22 +0100 (Fri, 27 Nov 2009)
New Revision: 29203
Modified:
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S32-setting-library/Numeric.pod
Log:
[S02] clarify when precision may (not) be lost on Rat calculation
[S32/Numeric] add scaling option to round()
Mod