Hi all, On Thu Mar 08 15:23:52 2007, [EMAIL PROTECTED] wrote: > hi, > attached a patch for pynie: > > * fixed rule for floatingpoints and imag.numbers. TGE not correct yet (+ > some reorderings of rules) > * added compound_stmt TGE > * added tests to literals, but some are still commented out (no correct > transform yet) > * renamed "is_not" to "is" and "not_in" to "in" (~test) rules > * fixed the transforms for those rules, as well as not_test > * added some things to while_stmt > > regards, > kjs >
Applied and everything looks ok, also more tests passing: (before patch) pynie$ make test (...) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00-parrot/03-op-logic.t 1 256 8 16 1-8 t/00-parrot/06-stmts.t 1 256 ?? ?? ?? t/00-parrot/07-op-cmp.t 1 256 ?? ?? ?? Failed 3/6 test scripts. 8/19 subtests failed. Files=6, Tests=19, 12 wallclock secs (11.44 cusr + 0.14 csys = 11.58 CPU) Failed 3/6 test programs. 8/19 subtests failed. (after patch) pynie$ make test (...) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00-parrot/03-op-logic.t 1 256 8 16 1-8 Failed 1/6 test scripts. 8/36 subtests failed. Files=6, Tests=36, 17 wallclock secs (15.82 cusr + 0.20 csys = 16.02 CPU) Failed 1/6 test programs. 8/36 subtests failed. Thks! Committed in revision 17405. ./smash
