Re: matrix design

2002-06-20 Thread Luke Palmer
> If the hyperness of a vmethod depends on the type of PMC it belongs to, we > need to force every operand to a specific type (scalar or list/array), even > if it looks like it's already the right type: > > $r = \@a; # Or is it just $r=@a ? > $r + 3; What the hell? I'm confused here. What

[netlabs #719] [PATCH] followup to #709, finding all .pmcs

2002-06-20 Thread via RT
# New Ticket Created by Kevin Falcone # Please include the string: [netlabs #719] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=719 > When I wrote the patch in #709, I failed to notice that the root Makefile links aga

[netlabs #720] [PATCH] Core.ops documentation

2002-06-20 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [netlabs #720] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=720 > Adds documentation for the interpinfo and stringinfo ops. Various other minor docu

Re: [netlabs #720] [Applied] Core.ops documentation

2002-06-20 Thread Josh Wilmes
Applied. --Josh At 23:55 on 06/20/2002 -, Simon Glover (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Simon Glover > # Please include the string: [netlabs #720] > # in the subject line of all future correspondence about this issue. > # http://bugs6.perl.org/rt2/Ticket/Di

Re: [netlabs #719] [Applied] followup to #709, finding all .pmcs

2002-06-20 Thread Josh Wilmes
Applied. --Josh At 23:25 on 06/20/2002 -, Kevin Falcone (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Kevin Falcone > # Please include the string: [netlabs #719] > # in the subject line of all future correspondence about this issue. > # http://bugs6.perl.org/rt2/Ticket

glossary

2002-06-20 Thread Robert Spier
The glossary in cvs docs/glossary.pod is now available on the web: http://www.parrotcode.org/glossary

More Tests!

2002-06-20 Thread Robert Spier
We need more tests. According to.. http://www.hitchhiker.org/parrot_coverage/ only 33% of the lines are covered! if something breaks in the other 67%, we'll never know, unless we have tests. -R --