Re: [COMMIT] inc/dec/add ops and new PMC methods

2002-05-20 Thread Tim Bunce
On Sun, May 19, 2002 at 06:01:56PM +0100, Nicholas Clark wrote: > > Seriously though - is it possible to automate testing how many ops don't > have tests? That way we could have a test that looked for untested ops, and > failed if any weren't tested. > I guess it couldn't easily be very sophistic

Re: [COMMIT] inc/dec/add ops and new PMC methods

2002-05-19 Thread Melvin Smith
>Net result is Good. > >[If it wasn't clear, thanks for this, thanks for all the other good work >you've >done on parrot] Thank you. >Seriously though - is it possible to automate testing how many ops don't >have tests? That way we could have a test that looked for untested ops, and >failed if

Re: [COMMIT] inc/dec/add ops and new PMC methods

2002-05-19 Thread Nicholas Clark
On Sun, May 19, 2002 at 01:39:30AM -0400, Melvin Smith wrote: > Filled in some missing holes: > -Implement PMC inc/dec functions and add ops to engine. > 'inc P0, 5' is faster than 'set P0, P1, 5' which uses a vtable. > -Corrected 'inc Nx, Ny' to 'inc Nx, Iy' as per the PDD > -Added missing 'add N

[COMMIT] inc/dec/add ops and new PMC methods

2002-05-18 Thread Melvin Smith
Filled in some missing holes: -Implement PMC inc/dec functions and add ops to engine. 'inc P0, 5' is faster than 'set P0, P1, 5' which uses a vtable. -Corrected 'inc Nx, Ny' to 'inc Nx, Iy' as per the PDD -Added missing 'add Nx, Ny, Iz' op Updated mops_p.pasm to use dec op, however, the intent wa