Fixed with 09041bc8e01c6fd42c9, tests are still needed

> On 07 Jul 2015, at 21:51, Carl Mäsak (via RT) <[email protected]> 
> wrote:
> 
> # New Ticket Created by  "Carl Mäsak" 
> # Please include the string:  [perl #125571]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/Ticket/Display.html?id=125571 >
> 
> 
> <masak> m: my Int @a = 1, 2, 3; @a.push("4"); say @a
> <camelia> rakudo-moar 389998: OUTPUT«Type check failed in assignment
> to '@a'; expected 'Int' but got 'Str' [...]
> <masak> m: my Int @a = 1, 2, 4; @a.splice(2, 0, "3"); say @a
> <camelia> rakudo-moar 389998: OUTPUT«1 2 3 4␤»
> * masak submits rakudobug
> <masak> *grin*
> <lizmat> grrrr

Reply via email to