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
> 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
> 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
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
<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/
Thanks, but almost the same is already in CVS.
leo
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.