[perl #61844] Rakudo experiences problems with two Whatever stars in a slice range

2011-01-22 Thread Will Coleda via RT
On Tue Dec 30 01:46:08 2008, masak wrote: > Rakudo r34628 dies with a strange error on a perfectly acceptable > range specification involving two stars: > > $ perl6 -e '(0,1)[*..*]' > Multiple Dispatch: No suitable candidate found for 'cmp', with > signature 'PP->I' > [...] > > When it also invol

[perl #61844] Rakudo experiences problems with two Whatever stars in a slice range

2008-12-30 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61844] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61844 > Rakudo r34628 dies with a strange error on a perfectly acceptable range specification in