# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #128736] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128736 >
* masak learns that TravisCI has been reporting test failures for 007 since 2016-07-10 <masak> seems something changed in Rakudo around that time <masak> `This type (Scalar) does not support positional operations` -- does this failure sound familiar to anyone? <masak> ok, minimiz'd <masak> m: my @a; @a.splice(0, 0, 42); say @a <camelia> rakudo-moar 041919: OUTPUT<<This type (Scalar) does not support positional operations[...]>> * masak submits rakudobug <masak> bisectable: my @a; @a.splice(0, 0, 42); say @a <bisectable> masak: bisect log: https://gist.github.com/1beea81fc4c0f7c56d672e0b3330b44d <bisectable> masak: (2016-07-08) https://github.com/rakudo/rakudo/commit/58c2628 <moritz> bisectable++ AlexDaniel++