On Fri, 08 Apr 2016 14:45:30 -0700, grond...@yahoo.fr wrote: > IRC extract from today: > > 23:35 < grondilu> m: my MixHash $a .= new; my MixHash $b = $a.clone; > $a<foo>++; dd $b; > 23:35 <+camelia> rakudo-moar 40a953: OUTPUT«MixHash $b = > ("foo"=>1).MixHash»
Thank you for the report. This is now fixed. Fix: https://github.com/rakudo/rakudo/commit/1ee9c825f8 Tests: https://github.com/perl6/roast/commit/37b3e121bb