Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #41750] [PATCH] Pynie updates

5 views
Skip to first unread message

Klaas-Jan Stol

unread,
Mar 8, 2007, 6:23:53 PM3/8/07
to bugs-bi...@rt.perl.org
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #41750]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41750 >


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

pynieupdates.patch

Nuno Carvalho via RT

unread,
Mar 9, 2007, 5:04:43 AM3/9/07
to perl6-i...@perl.org
Hi all,

On Thu Mar 08 15:23:52 2007, parro...@gmail.com 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

0 new messages