[perl #130774] [BUG] Rational.REDUCE-ME has a data race <[email protected]>

[email protected] ("Aleks-Daniel Jakimenko-Aleksejev via RT") Mon, 30 Apr 2018 12:32:59 -0700
Newsgroups perl.perl6.compiler
Message-ID <[email protected]>
The issue with .unique was resolved in these commits

Rakudo:
https://github.com/rakudo/rakudo/commit/8cd70d1ee3e17fad78ae5daf0890d1cfb74c2deb
Roast:
https://github.com/perl6/roast/commit/ad38801161c518a3cf3bca9012db973851c4b0c3
Roast:
https://github.com/perl6/roast/commit/032ce8df8533da3c5ff85c22720fe01324dd5adf

On 2017-03-06 05:48:07, [email protected] wrote:
> Another issue the .REDUCE-ME thing causes:
>
> mscha │ m: say (1/2+1/2, 2/2).unique;
> +camelia │ rakudo-moar 9da50e: OUTPUT: «(1 1)␤»
>
> infix:<+> does not call .REDUCE-ME so the rats are different in this case