[perl #36641] [TODO] Data::Dumper does hash, etc.

2005-10-08 Thread Will Coleda via RT
Data::Dumper now checks to see if a special case for a particular PMC is implemented, and if not, the code falls back to a generic implementation for each of array, hash, string, integer, and float. Added in string, integer, and float does types to pmc2c.pl and the various core/perl types th

Re: [perl #36641] [TODO] Data::Dumper does hash, etc.

2005-07-23 Thread Leopold Toetsch
On Jul 23, 2005, at 23:14, Will Coleda (via RT) wrote: With a check first to see if the pmc/object that was passed implemented a "dump" method. The opcode C does exist, as well as interface names like 'hash' or 'array'. new P0, .Hash does I0, P0, 'hash' print I0 See also perldoc bui

[perl #36641] [TODO] Data::Dumper does hash, etc.

2005-07-23 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #36641] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36641 > It would be nice if, rather than the various "pmcPerlHash" and "pmcPerlArray" variants