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
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
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
# 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