[perl #43719] [TODO] Complain about using, e.g. $3 in an op with only 2 args

2008-05-12 Thread Will Coleda via RT
On Mon May 12 00:10:26 2008, [EMAIL PROTECTED] wrote: > On Monday 07 April 2008 21:29:27 Will Coleda via RT wrote: > > > ... I'd apply it, except that the following op breaks the build (and > is > > already checked in. =-) > > > > inline op not(invar PMC) :base_core { > > $2->vtable->i_logical_n

Re: [perl #43719] [TODO] Complain about using, e.g. $3 in an op with only 2 args

2008-05-12 Thread chromatic
On Monday 07 April 2008 21:29:27 Will Coleda via RT wrote: > ... I'd apply it, except that the following op breaks the build (and is > already checked in. =-) > > inline op not(invar PMC) :base_core { >   $2->vtable->i_logical_not(interp, $1); >   goto NEXT(); > } Parrot::Op::rewrite_body() rewri

[perl #43719] [TODO] Complain about using, e.g. $3 in an op with only 2 args

2008-04-07 Thread Will Coleda via RT
On Tue Jul 10 05:40:52 2007, ptc wrote: > In the file lib/Parrot/OpsFile.pm there is the todo item: > > # TODO: Complain about using, e.g. $3 in an op with only 2 args. > > This needs to be implemented. With the attached patch, the following op: inline op if(invar INT, labelconst INT) {

[perl #43719] [TODO] Complain about using, e.g. $3 in an op with only 2 args

2007-07-10 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #43719] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43719 > In the file lib/Parrot/OpsFile.pm there is the todo item: # TODO: Complain abo