[perl #40589] [PATCH] Adding (some) coding standards tests to the default tests

2006-10-24 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40589] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40589 > Hi, This patch adds the C, C and C tests to the default list of tests run when one p

[perl #40590] [PATCH] Reduce verbosity in t/codingstd/tabs.t

2006-10-24 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40590] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40590 > Hi, This patch reduces the amount of output generated by the t/codingstd/tabs.t test

Re: Parrot::Coroutine

2006-10-24 Thread Bob Rogers
From: François PERRAD <[EMAIL PROTECTED]> Date: Mon, 23 Oct 2006 18:51:03 +0200 In languages/lua/lib/thread.pir, I create a Lua thread type by extension of Parrot::Coroutine. So I add a lot of methods for Lua type, but I think that 2 of these methods could be integrated in Par

[perl #40592] [PATCH] Update of t/codingstd/linelength.t

2006-10-24 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40592] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40592 > Hi, This patch: replaces the pattern match operators used so that vim can syntax hig

[perl #40593] [CAGE] make t/codingstd/linelength.t output look like other coding standard tests

2006-10-24 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #40593] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40593 > this test differs from other coding standard test in output format: ~ should display filena

Re: [perl #40593] [CAGE] make t/codingstd/linelength.t output look like other coding standard tests

2006-10-24 Thread Will Coleda
Not all tests follow the "one test reporting on many files" paradigm: see t/codingstd/perlcritic.t FWIW,in general, I prefer the perlcritic method. On Oct 24, 2006, at 5:32 PM, Jerry Gay (via RT) wrote: # New Ticket Created by Jerry Gay # Please include the string: [perl #40593] # in the s

Re: [HOWTO] add a C file to get archived in libparrot.a

2006-10-24 Thread Karl Forner
On 10/23/06, Jonathan Worthington <[EMAIL PROTECTED]> wrote: Karl Forner wrote: > I've added one C src file, say src/foo.c, and include/parrot/foo.h, and a > test in t/src/foo.t. > I've changed the MANIFEST file accordingly, but I can not manage to > have my > foo.o file to be added in libparrot

Re: [perl #40544] [NEW] Test for DOS line endings in Parrot text files

2006-10-24 Thread Paul Cochrane
Amos and Chris, Thanks for the feedback! I've updated the patch to use C instead of C, and it is attached to this email. Further to my question: so do C and C get evaluated at different times? I'm trying to understand why one generates a compile-time error, whereas the other generates the exp

Re: [perl #40544] [NEW] Test for DOS line endings in Parrot text files

2006-10-24 Thread Bob Rogers
From: "Paul Cochrane" <[EMAIL PROTECTED]> Date: Tue, 24 Oct 2006 11:49:23 +0200 Amos and Chris, Thanks for the feedback! I've updated the patch to use C instead of C, and it is attached to this email. Further to my question: so do C and C get evaluated at different time

Re: OO Requirements [was Re: classnames and HLL namespaces -- help!]

2006-10-24 Thread Allison Randal
chromatic wrote: On Monday 23 October 2006 09:49, Jonathan Worthington wrote: Would it be a good idea to start collecting requirements together from different language implementors so that when the time comes to work on the OO PDD, there is already a good description of what it needs to do? P

Re: classnames and HLL namespaces

2006-10-24 Thread Allison Randal
To wrap up (or restart) the thread, here are some thoughts from a high-level view: HLL classnames should live in the symbol table (i.e. namespace), not in Parrot's internal class registry. Yes, this means PIR/POST will need different syntax for instantiating objects from HLL classes. But the