[perl #41292] [PATCH] make languages/cola/{lexer,parser}.c comply with coding standards

2007-01-18 Thread James Bence
# New Ticket Created by "James Bence" # Please include the string: [perl #41292] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41292 > The test t/codingstd/trailing_space.t fails on two files. This patch makes the test pas

[perl #41293] [BUG]: t/compilers/tge/basic.t: Failed during 'make test' but passed with 'prove'

2007-01-18 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41293] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41293 > Running make test this morning, I got exactly one failure. Here's an excerpt from the

Tcl, trace, profiling...

2007-01-18 Thread Will Coleda
I currently have two issues that are bothering me with partcl: 1) Speed. We are getting slower (though we're getting MUCH more feature complete). While speed is not our number 1 priority (in fact, it's pretty much at the bottom of the barrel), having a zippier tcl.pbc will improve development

Re: [perl #41287] [PATCH] fix 0.4.8 announcement on parrotcode.org

2007-01-18 Thread Will Coleda
Fixed. Glad to hear we've more committers coming soon, just so I'm not a bottleneck. Sorry about the typo. I blame Jerry for not double checking my work. =-) Regards. On Jan 17, 2007, at 8:59 PM, Allison Randal (via RT) wrote: # New Ticket Created by Allison Randal # Please include the st

Re: [perl #41291] [BUG} Can't use null PMC with :multi sub

2007-01-18 Thread Leopold Toetsch
Am Donnerstag, 18. Januar 2007 21:58 schrieb Matt Diephouse: >    ~/Projects/parrot mdiep$ cat test.pir >    .sub main :main >        null $P0 >        multi($P0) # should print "Any\n" >    .end > >    .sub multi :multi(String) >        say "String" >    .end > >    .sub multi :multi(_) >        s

[perl #41291] [BUG} Can't use null PMC with :multi sub

2007-01-18 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #41291] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41291 > The example says it all. -- Matt Diephouse ~/Projects/parrot mdiep$ cat test.pir

[perl #41287] [PATCH] fix 0.4.8 announcement on parrotcode.org

2007-01-18 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #41287] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41287 > The attached patch fixes some typos in the release announcement for 0.4.8 on the main