Thanks for the report. Fixed in https://github.com/rakudo/rakudo/commit/189cb23e84 Tests added in https://github.com/perl6/roast/commit/6b84580ecc
On Mon, 14 Nov 2016 04:37:49 -0800, lloyd.fo...@gmail.com wrote: > < 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.