Will Coleda wrote:
Allison Randal wrote:
Will Coleda wrote:
The current tickets involve removing:
- type* vtables
I'm not sure what you mean by this.
These four VTABLE entries are deprecated.
INTVAL type()
INTVAL type_keyed(PMC* key)
INTVAL type_keyed_int(INTVAL key)
INTVAL type_keyed_str(STRING* key)
Ah, yes, +1. The deprecation cycle on 'type' will be longer than the
others, but all are deprecated. (I imagine the 'type_keyed*' vtable
entries will be pretty quick, if you haven't removed them already. They
never were very useful.)
Allison