Re: [perl #41237] [TODO] PMC Class name IDs will require a dot in front

2007-01-14 Thread Matt Diephouse
Allison Randal via RT <[EMAIL PROTECTED]> wrote: > PMC Class name IDs ... will require a dot in front My preference is to eliminate the dot in classname IDs. Lodge your objections now, before it's made fact in 0.4.9. Allison I actually prefer the dot. I don't like the possible ambiguity betwe

Weekly Perl 6 mailing list summary for 07-13 December, 2007

2007-01-14 Thread Ann Barcomb
This week on the Perl 6 mailing lists "...I think you're the path toward sanity." -- Larry Wall, in 'Patterns ' Language Numeric Semantics Earlier, Luke Palmer asked for a clear definition of when math should use floating points an

Re: [perl #41266] [PDD] object instantiation, new method

2007-01-14 Thread Kevin Tew
I like it. I have been thinking of suggesting the same thing. Currently, hackery is used to get the new opcode to instantiate objects. If classes become objects as well, the hackery breaks down. Kevin Allison Randal (via RT) wrote: # New Ticket Created by Allison Randal # Please include the s

[perl #41269] [PATCH] fix some failed test in F

2007-01-14 Thread Lee Duhem
# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41269] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41269 > Attached patch fix some failed tests in F when run C: t/compilers/tge/grammar...

[perl #40443] Separate vtable functions from methods (using :vtable)

2007-01-14 Thread Allison Randal via RT
The :vtable feature has been implemented. Any remaining bugs in the implementation should be submitted as separate tickets.

[perl #41266] [PDD] object instantiation, new method

2007-01-14 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #41266] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41266 > Consider object instantiation as a method call on a class object, rather than an opco

All tests passing!

2007-01-14 Thread James Keenan
For the first time in the two months I've been working on Parrot, 'make test' completely succeeded -- and with some TODO tests passing, to boot! All tests successful (18 subtests UNEXPECTEDLY SUCCEEDED), 11 tests and 605 subtests skipped. Passed TODOStat Wstat TODOs Pas

[perl #41268] [PATCH] Fix C error at src/pdb.c

2007-01-14 Thread Lee Duhem
# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41268] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41268 > When C, I get these error: src/pdb.c: In function `main': src/pdb.c:193: error: too few

[perl #41237] [TODO] PMC Class name IDs will require a dot in front

2007-01-14 Thread Allison Randal via RT
> PMC Class name IDs ... will require a dot in front My preference is to eliminate the dot in classname IDs. Lodge your objections now, before it's made fact in 0.4.9. Allison