Re: [perl #82312] [PATCH] optimized Range for getting its size if its a numeric range

2011-01-17 Thread Moritz Lenz
On 01/16/2011 07:47 PM, Gilbert R. Roehrbein (via RT) wrote: > fixes the problem which you encounter when you try to evaluate > +(23..23) ... and creates others. Consider (0..^3.3).Numeric Where you patch makes it return 3, but 4 is the correct answer. Maybe checking for ~~ Int instead

[perl #79366] [TODO] Implement regex support in .trans in Rakudo

2011-01-17 Thread Fitz Elliott via RT
Hello, This works in current rakudo and has tests in S05-transliteration/trans.t. I think this can be marked as resolved. Cheers, Fitz Elliott

[perl #82312] [PATCH] optimized Range for getting its size if its a numeric range

2011-01-17 Thread via RT
# New Ticket Created by Gilbert R. Roehrbein # Please include the string: [perl #82312] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=82312 > fixes the problem which you encounter when you try to evaluate +(23..23)