On Fri, Mar 28, 2008 at 9:30 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Friday 28 March 2008 13:20:56 chromatic wrote: > > > Here's a patch to remove the dot stuff from IMCC. > > > > Note that the parrot binary builds, but not everything else in 'make' does. > > It's finding errors for sure. > > ... and this patch gets 'make' to succeed. A few tests fail because they > still use the .PMCNAME form, but that's fixable. > > Note that the syntax form: > > .const .PMCNAME identifier = 'some string' > > ... becomes: > > .const 'PMCNAME' identifier = 'some string' > > -- c > >
Stole chromatic's thunder and applied this to the "type_ids" branch. Also applied a WIP I had which rips out the new opcode variants that take integers. This raises a question: are the integer versions of find_type and typeof also scheduled for removal under the auspices of this ticket? I find it hard to envision a use for them in this brave new world. -- Will "Coke" Coleda