Re: [perl #126099] [BUG] .WHICH fails for Block but True

2017-12-03 Thread Elizabeth Mattijsen
Can be golfed to “Block but True”. Problem also existed for “Code but True”. Fixed with e31a414 . Tests needed. > On 3 Dec 2017, at 05:00, Aleks-Daniel Jakimenko-Aleksejev via RT > wrote: > > Still reproducible (2017.11,HEAD(e5b660e)) > > On 2015-09-18

Re: [perl #126099] [BUG] .WHICH fails for Block but True

2017-12-03 Thread Elizabeth Mattijsen via RT
Can be golfed to “Block but True”. Problem also existed for “Code but True”. Fixed with e31a414 . Tests needed. > On 3 Dec 2017, at 05:00, Aleks-Daniel Jakimenko-Aleksejev via RT > wrote: > > Still reproducible (2017.11,HEAD(e5b660e)) > > On 2015-09-18

[perl #126099] [BUG] .WHICH fails for Block but True

2017-12-02 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Still reproducible (2017.11,HEAD(e5b660e)) On 2015-09-18 12:12:49, zef...@fysh.org wrote: > Basic introspection methods fail on the value Block but True: > > $ ./perl6 -e 'my $a = Block; say $a.WHICH; my $b = Block but True; say > $b.WHICH' > Block > Cannot look up attributes in a type object >

[perl #126099] [BUG] .WHICH fails for Block but True

2015-09-18 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #126099] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126099 > Basic introspection methods fail on the value Block but True: $ ./perl6 -e 'my $a = Block;