Re: [PATCH] library/dumper.imc t/pmc/dumper.t

2004-03-07 Thread Dan Sugalski
At 7:14 PM +0100 3/4/04, Jens Rieks wrote: this patch adds support for dumping of ParrotObjects. If an object "can __dump", this method is called on the object which then is responsible for dumping itself. A test that shows the new functionality in action is included. Applied, thanks. --

Re: [PATCH] library/dumper.imc t/pmc/dumper.t

2004-03-04 Thread Jens Rieks
Hi, On Thursday 04 March 2004 19:14, I wrote: > this patch adds support for dumping of ParrotObjects. > If an object "can __dump", this method is called on the object which then > is responsible for dumping itself. > A test that shows the new functionality in action is included. applied by Dan, th

[PATCH] library/dumper.imc t/pmc/dumper.t

2004-03-04 Thread Jens Rieks
Hi, this patch adds support for dumping of ParrotObjects. If an object "can __dump", this method is called on the object which then is responsible for dumping itself. A test that shows the new functionality in action is included. jens Index: library/dumper.imc