[perl #123741] Rat.perl does not round-trip

2015-10-27 Thread Will Coleda via RT
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.

[perl #123741] Rat.perl does not round-trip

2015-09-14 Thread Christian Bartolomaeus via RT
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?

[perl #123741] Rat.perl does not round-trip

2015-02-05 Thread via RT
# 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