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
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
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) {
# 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