On Tuesday 25 March 2008 21:01:41 Will Coleda via RT wrote: > On Sat Dec 01 14:22:59 2007, coke wrote: > > from DEPRECATED.pod
> > The PMC union struct is deprecated and will be removed once all core PMCs > > have been updated. > This has happened, correct? Not yet. PDD 17 made this possible, but someone (and your first two guesses don't count) has to update all of the core PMCs and the language PMCs not to use the cache structure. > Some pointers on how to implement this would probably turn this into a > decent CAGE task... 1) Figure out what kind of data the PMC stores 2) Replace all uses of PMC_int_val(), PMC_float_val(), and PMC_str_val() with attribute access within the PMC 3) Replace all uses of those macros with attribute access outside of the PMC 4) Fix any compilation errors -- c