[perl #114276] [BUG] Cannot return junctions from .classify blocks in Rakudo

2018-06-23 Thread Jan-Olof Hendig via RT
On Tue, 20 Oct 2015 23:06:02 -0700, barto...@gmx.de wrote: > Current failure mode: > > $ perl6-m -e 'say (1, 2).classify: -> $x { 1|2 }' > P6opaque: no such attribute '$!reified' > in block at -e:1 > > $ perl6-m --version > This is perl6 version 2015.09-431-g5d83db3 built on MoarVM version > 2

[perl #114276] [BUG] Cannot return junctions from .classify blocks in Rakudo

2015-10-20 Thread Christian Bartolomaeus via RT
Current failure mode: $ perl6-m -e 'say (1, 2).classify: -> $x { 1|2 }' P6opaque: no such attribute '$!reified' in block at -e:1 $ perl6-m --version This is perl6 version 2015.09-431-g5d83db3 built on MoarVM version 2015.09-79-gee9fc2b

[perl #114276] [BUG] Cannot return junctions from .classify blocks in Rakudo

2012-08-07 Thread Carl Mäsak via RT
On Tue Aug 07 03:36:11 2012, moritz wrote: > What behavior do you expect? I can only fix it if I know what it should > look like after the fix :-) The immediate expectation is for the error "Cannot assign to a readonly variable or a value" not to occur. That's the observable -- sorry for being l

[perl #114276] [BUG] Cannot return junctions from .classify blocks in Rakudo

2012-07-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #114276] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=114276 > And now for something completely different: r: say [[1,2,0]].classify: -> $rpn