Raku / old-issue-tracker

Tickets from RT
https://github.com/Raku/old-issue-tracker/issues
2 stars 1 forks source link

Set|Bag|MixHash can be recursive, so need perlseen/gistseen covering #5094

Open p6rt opened 8 years ago

p6rt commented 8 years ago

Migrated from rt.perl.org#127401 (status was 'new')

Searchable as RT127401$

p6rt commented 8 years ago

From @lizmat

[09​:41​:46] \ m​: my $s = SetHash.new; $s{$s} = 1; dd $s # another case of recursive data structures we need to cover [09​:42​:01] \<+camelia> rakudo-moar 86a90b​: OUTPUT«Memory allocation failed; could not allocate 3984 bytes␤» [09​:44​:58] \ na, we just need more memory on the eval server :-)