# New Ticket Created by Lloyd Fournier # Please include the string: [perl #130099] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130099 >
< llfourn> m: say defined all(Any,"foo") # Why is this true? Shouldn't it autothread? <+camelia> rakudo-moar 59bb1b: OUTPUT«True» < lizmat> llfourn: that feels like a bug Expected behaviour is that it should autothread and call .defined on the values in the junction. https://irclog.perlgeek.de/perl6/2016-11-14#i_13563873 ^ Lizmat++ tried a quickfix but it didn't work so rakudobugging so it can be addressed later.