-
Notifications
You must be signed in to change notification settings - Fork 1
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
Hash.clone differs from hash assignment; the hash and its clone are spookily entangled #5175
Comments
From @masak<masak> m: my %h1; %h1<foo> = 1; my %h2 = %h1; %h2<bar> = 2; say %h1 |
From @moritzOn Mon Mar 14 01:40:19 2016, masak wrote:
Fixed in rakudo/rakudo@6b2b34a791, tested in Raku/roast@ab74762da1 Cheers, |
The RT System itself - Status changed from 'new' to 'open' |
@moritz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#127704 (status was 'resolved')
Searchable as RT127704$
The text was updated successfully, but these errors were encountered: