Vasily Chekalkin a écrit :
> Any suggestions how to bring those tests back?

I'd suggest: convert them to PIR, and replace dumping with equality tests.

#'"ast" => PMC 'PAST;Op'  {
#     <pasttype> => "pirop"
#     <pirop> => "add"
#     <lvalue> => "foo"
#     <inline> => "%r = add %0, %1"
#}

becomes:

is(ast["pasttype"], "pirop", "PAST;Op - pasttype")
is(ast["pirop"], "add", "PAST;Op - pirop")

and so on.

I can do it if you like (but probably not before 1.4), and send the
patch on Trac.

-- 
Florian,
http://openweb.eu.org/
http://www.linux-france.org/


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to