[perl #126102] [BUG] Rat.perl doesn't round-trip numerical value

2017-12-01 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
OK, there are two problems mentioned in the report. The second one (with 0.A being created) is part of RT#126016 which is now resolved. ✓ As for the other issue, the behavior has changed a little bit: my $a = 0.8999; my $b = $a.perl.EVAL; say $a.WHICH; say $b.WHICH ¦c8ec2999bee^

[perl #126102] [BUG] Rat.perl doesn't round-trip numerical value

2015-09-18 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #126102] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126102 > $ ./perl6 -e 'my $a = 0.8999; my $b = $a.perl.EVAL; say $a.WHICH; say $b.WHICH