On Mon Sep 14 12:42:34 2015, barto...@gmx.de wrote:
> I don't grasp everything of the quoted discussion, but the original
> evaluation works now as expected:
>
> $ perl6 -e 'say (2/6).WHAT; say (2/6).perl.EVAL.WHAT'
> (Rat)
> (Rat)
>
> A test was added to S32-scalar/perl.t with commit df84392d05.
I don't grasp everything of the quoted discussion, but the original evaluation
works now as expected:
$ perl6 -e 'say (2/6).WHAT; say (2/6).perl.EVAL.WHAT'
(Rat)
(Rat)
A test was added to S32-scalar/perl.t with commit df84392d05.
Is this ticket closeable?
# New Ticket Created by Tobias Leich
# Please include the string: [perl #123741]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123741 >
FROGGS: m: say (2/6).WHAT; say (2/6).perl.EVAL.WHAT # rakudobug
camelia: rakudo-moar 613c