William Coleda wrote:
Ah, thank you.

This brings up another issue. Now, when I try to freeze a PerlArray of PerlArray of "language/tcl/lib/tclword.imc"'s, I get:

unknown PMC type to thaw 1792

Something's broken here. '1792' isn't a valid PMC type. Please note that freeze/thaw isn't yet implemented for each PMC class. Especially objects don't have these vtables implemented.


I tried adding the following .sub to tclword:

.sub __freeze method

You can't override freeze yet.

leo



Reply via email to