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

[perl #31848] No %= in PIR

0 views
Skip to first unread message

Dan Sugalski

unread,
Oct 5, 2004, 10:40:08 AM10/5/04
to bugs-bi...@rt.perl.org
# New Ticket Created by Dan Sugalski
# Please include the string: [perl #31848]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31848 >


We do all the rest... might as well do this one too.
--
Dan

--------------------------------------it's like this-------------------
Dan Sugalski even samurai
d...@sidhe.org have teddy bears and even
teddy bears get drunk

Chromatic

unread,
Oct 5, 2004, 11:48:20 AM10/5/04
to p6i, bugs-bi...@rt.perl.org
On Tue, 2004-10-05 at 07:40, Dan Sugalski wrote:

> We do all the rest... might as well do this one too.

It'd look a little something like this.

Where do PIR tests go, by the way? I didn't see them in a trivial grep.

(For future reference through search engines, rebuilding Parrot was a
pain here because Configure.pl didn't pick up bison and flex as my yacc
and lex workalikes.)

-- c


mod_assign.patch

Leopold Toetsch

unread,
Oct 5, 2004, 11:24:42 AM10/5/04
to perl6-i...@perl.org
Dan Sugalski <parrotbug...@parrotcode.org> wrote:

> We do all the rest... might as well do this one too.

PIR syntax is in. But we don't have 2-arg forms of these opcode.

leo

Leopold Toetsch

unread,
Oct 5, 2004, 12:24:26 PM10/5/04
to Chromatic, perl6-i...@perl.org
Chromatic <chro...@wgz.org> wrote:
> It'd look a little something like this.

Thanks, applied ops - rest was already in.

> Where do PIR tests go, by the way? I didn't see them in a trivial grep.

I did :

$ find t -name '*.t' | xargs grep /=
$ find imcc/t -name '*.t' | xargs grep /=

> (For future reference through search engines, rebuilding Parrot was a
> pain here because Configure.pl didn't pick up bison and flex as my yacc
> and lex workalikes.)

$ perl Configure.pl --maintainer

> -- c

leo

Matthew Zimmerman

unread,
Oct 5, 2004, 12:11:34 PM10/5/04
to chromatic, p6i
chromatic wrote:
> On Tue, 2004-10-05 at 07:40, Dan Sugalski wrote:
>
>
>>We do all the rest... might as well do this one too.
>
> It'd look a little something like this.
>
> Where do PIR tests go, by the way? I didn't see them in a trivial grep.

<delurk>

Apparently in imcc/t... The simple op tests are in imcc/t/syn/op.t
("syn" is for "syntax", I guess?).

Test patch for %= attached.

</delurk>

--
Matt

Matthew Zimmerman
Interdisciplinary Biophysics, University of Virginia
http://www.people.virginia.edu/~mdz4c/

mod_assign_test.patch

Leopold Toetsch

unread,
Oct 6, 2004, 3:27:49 AM10/6/04
to mzimm...@virginia.edu, p6i
Matthew Zimmerman wrote:
>
> Apparently in imcc/t... The simple op tests are in imcc/t/syn/op.t
> ("syn" is for "syntax", I guess?).
>
> Test patch for %= attached.

Thanks, but almost the same is already in CVS.

leo

Matthew Zimmerman

unread,
Oct 6, 2004, 9:14:52 AM10/6/04
to Leopold Toetsch, p6i

Yessir. Your message with the mod assign fix appeared like 10 seconds
before I clicked 'Send' and I didn't see it until it was too late. (It's
taking several hours for my messages to get to the list.) Damn, you guys
are fast.

0 new messages