> 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
# 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
# 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
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
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
The glossary in cvs docs/glossary.pod is now available on the web:
http://www.parrotcode.org/glossary
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
--