# New Ticket Created by Salvador FandiƱo # Please include the string: [perl #76572] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76572 >
$ ./perl6 -e 'my Int @a; push @a, 5; say @a[0]' maximum recursion depth exceeded in 'at_pos' at line 5:CORE.setting in 'at_pos' at line 7:CORE.setting in 'Any::postcircumfix:<[ ]>' at line 1624:CORE.setting in 'at_pos' at line 5:CORE.setting in 'at_pos' at line 7:CORE.setting in 'Any::postcircumfix:<[ ]>' at line 1624:CORE.setting in 'at_pos' at line 5:CORE.setting in 'at_pos' at line 7:CORE.setting in 'Any::postcircumfix:<[ ]>' at line 1624:CORE.setting ... the error does not happen when 'Int' is removed. $ ./perl6 --version This is Rakudo Perl 6, version 2010.06-279-gf55fb01 built on parrot r48074 $ git rev-parse HEAD f55fb012b4e0937e3e54366a0aa308113d1c9570 Cheers, - Salva