[perl #77426] [BUG] Possible duplication bug in the backtrace printer in Rakudo

2012-05-28 Thread Carl Mäsak via RT
On Sun May 27 20:00:31 2012, coke wrote: > On Tue Aug 24 17:03:23 2010, masak wrote: > > rakudo: my @a = 1,2,3,4; say @a[1..*-1] > > rakudo 82c9e9: OUTPUT«Method 'Num' not found for invocant of > > class WhateverCode'␤ in 'Cool::Numeric' at line 1745:CORE.setting␤ > > in 'Cool::Numeric' at line

[perl #77426] [BUG] Possible duplication bug in the backtrace printer in Rakudo

2012-05-27 Thread Will Coleda via RT
On Tue Aug 24 17:03:23 2010, masak wrote: > rakudo: my @a = 1,2,3,4; say @a[1..*-1] > rakudo 82c9e9: OUTPUT«Method 'Num' not found for invocant of > class WhateverCode'␤ in 'Cool::Numeric' at line 1745:CORE.setting␤ > in 'Cool::Numeric' at line 1746:CORE.setting [...] > ew er > Why on earth do

[perl #77426] [BUG] Possible duplication bug in the backtrace printer in Rakudo

2010-08-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77426] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77426 > rakudo: my @a = 1,2,3,4; say @a[1..*-1] rakudo 82c9e9: OUTPUT«Method 'Num' not found f