# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #120061]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=120061 >


<TimToady> r: say [1,2,3].combinations
<camelia> rakudo 0808ac: OUTPUT«No such method 'combinations' for
invocant of type 'Array' [...]
<TimToady> on JVM, btw, that error message says "Scalar" instead of
"Array", which is LTA
<TimToady> "No such method" should know that Scalar always delegates
<TimToady> so I call it a rakudobug
* TimToady does a pull to make sure it wasn't fixed recently...
<jnthn> TimToady: Yes, bug...
<jnthn> TimToady: file it, it's an easy fix
<masak> TimToady: could you provide a gist of the local output from Rakudo/JVM?
<masak> without it, we're missing the "actual" part of the triplet.
<TimToady> > say [1,2,3].combinations(2)
<TimToady> Method 'combinations' not found for invocant of class 'Scalar'
* masak submits rakuodobug

Reply via email to