On 2/6/06, Allison Randal <[EMAIL PROTECTED]> wrote: > On Feb 5, 2006, at 3:05, Leopold Toetsch via RT wrote: > > > > .sub "dump" method > > .param int level > > > > The level argument isn't optional at all. Turning on argument count > > checks would prevent such errors. > > It has to be: > > > > .sub "dump" method > > .param int level :optional > > Okay, thanks, changed. Joshua, let me know how it goes. Particle, > could you check and see if this fixes your problem as well? > indeed! as you can see by the results from prove below, all tests are running fine now, and in good time. this seems to have done it.
D:\usr\local\parrot\trunk\languages\punie>prove t/ t\base_cond....ok t\base_if......ok t\base_lex.....ok t\base_pat.....ok t\base_term....ok t\io_print.....ok t\op_goto......ok t\past.........ok t\past_node....ok t\past_op......ok t\past_val.....ok t\post.........ok t\post_node....ok t\post_op......ok t\post_val.....ok All tests successful. Files=15, Tests=41, 14 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) this change made languages-smoke possible on win32 again. i'll submit one as soon as i can. ~jerry