[perl #70854] [BUG] Adding Rats yields bizarre error message

2009-11-27 Thread via RT
# 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

[perl #70844] [BUG] Subtypes with junctive nominal types give surprising results in Rakudo

2009-11-27 Thread Carl Mäsak
# 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

[perl #70850] [TODO] awesomize the "No applicable candidates found" error message

2009-11-27 Thread via RT
# 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

r29203 - in docs/Perl6/Spec: . S32-setting-library

2009-11-27 Thread pugs-commits
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