Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MixHash not cloning properly #5223

Closed
p6rt opened this issue Apr 8, 2016 · 4 comments
Closed

MixHash not cloning properly #5223

p6rt opened this issue Apr 8, 2016 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Apr 8, 2016

Migrated from rt.perl.org#127863 (status was 'resolved')

Searchable as RT127863$

@p6rt
Copy link
Author

p6rt commented Apr 8, 2016

From @grondilu

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␤»

@p6rt
Copy link
Author

p6rt commented Jan 4, 2017

From @zoffixznet

On Fri, 08 Apr 2016 14​:45​:30 -0700, grondilu@​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​: rakudo/rakudo@1ee9c825f8
Tests​: Raku/roast@37b3e121bb

@p6rt
Copy link
Author

p6rt commented Jan 4, 2017

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jan 4, 2017

@zoffixznet - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jan 4, 2017
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant