[perl #128210]

2016-06-01 Thread Daniel Green
I've been looking into this and just got some clarification from TimToady on expected behaviour for adverbs and chains in general ( http://irclog.perlgeek.de/perl6/2016-06-02#i_12589974). The gist is that adverbs should be placed at the end of a chain and then distributed to all the operators in th

[perl #128210] [BUG] Can't adverb approximately-equals operator in Rakudo

2016-05-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #128210] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128210 > m: my $x = 0; say $x ≅ 0 :tolerance(1e-3) rakudo-moar 7a4ca4: OU