Re: [perl #130099] .defined doesn't work with junctions

2016-11-14 Thread Lloyd Fournier
Thanks! On Tue, Nov 15, 2016 at 1:28 AM Zoffix Znet via RT < perl6-bugs-follo...@perl.org> wrote: > 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, ll

[perl #130099] .defined doesn't work with junctions

2016-11-14 Thread Zoffix Znet via RT
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 > autoth

[perl #130099] .defined doesn't work with junctions

2016-11-14 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #130099] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130099 > < llfourn> m: say defined all(Any,"foo") # Why is this true? Shouldn't it autothread? <