On Sun May 10 05:38:00 2015, [email protected] wrote:
> There are failing (fudged) tests in S05-transliteration/with-closure.t
> because closures within .trans are sometimes executed too often.
> 
> $ perl6 -e 'my $x = 0; say "aXbXcXd".trans("X" => { ++$x }); say $x'
> a1b2c3d
> 4

I created a pull request for rakudo: https://github.com/rakudo/rakudo/pull/423

Reply via email to