Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] library/dumper.imc: self-referential data structures

1 view
Skip to first unread message

Jens Rieks

unread,
Feb 17, 2004, 4:31:02 PM2/17/04
to perl6-i...@perl.org
Hi all,

again, here is a new patch for libraray/dumper.pmc.
It implements:
- support for self-referential data structures
- support for PMC NULL values
- print no comma after the last entry of a hash
- 3 new tests covering the new functionality
- some minor internal tweaks
- initial support for OrderedHash, ManagedStruct, UnManagedStruct
(How can I dump them? The iterator PMC is not working with them.)

Next planned things:
- support for OrderedHash, ManagedStruct, UnManagedStruct
- "compressed" output of larger arrays with many equal values,
or maybe several values per line
But they have no high priority at the moment, if anyone wants/needs one of
these (or another) feature, just mail me :-)

jens

dumper.patch

Leopold Toetsch

unread,
Feb 23, 2004, 5:18:47 AM2/23/04
to Jens Rieks, perl6-i...@perl.org
Jens Rieks <par...@jensbeimsurfen.de> wrote:

> again, here is a new patch for libraray/dumper.pmc.

Thanks, applied.
leo

0 new messages