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
> again, here is a new patch for libraray/dumper.pmc.
Thanks, applied.
leo