This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_do_sv_dump: alert when skipping elements
authorDavid Mitchell <davem@iabyn.com>
Thu, 29 Jul 2010 17:57:11 +0000 (18:57 +0100)
committerDavid Mitchell <davem@iabyn.com>
Thu, 29 Jul 2010 17:57:11 +0000 (18:57 +0100)
commit002beaef76a1595af2e39ffd4cd55c595bd6c271
treed1ea2bbfa1efce0dac3f1741c44a21244be451fc
parentcdb996f424d39d435ae0f0a024fbf20c38221b9e
Perl_do_sv_dump: alert when skipping elements

When dumping an HV, we skip dumping the elements if the iterator is
already in use. Explain this in the dump output so people like me aren't
left wondering why the elements have vanished.
dump.c