Re: [perl #60068] [BUG] t/pmc/packfile.t: set_integer_keyed_str test failing on Darwin PPC

2008-11-08 Thread chromatic
On Tuesday 28 October 2008 20:07:18 James Keenan via RT wrote: Still failing as of r32225; cf http://smolder.plusthree.com/app/public_projects/tap_stream/7437/260 not ok 6 - set_integer_keyed_str # Failed test 'set_integer_keyed_str' # at t/pmc/packfile.t line 140. # Exited with error

[perl #60116] t/harness should exit with non-zero value if tests fails

2008-11-08 Thread chromatic via RT
Fixed in r32445. Thanks for reporting!

[perl #60412] [PATCH] comment typos, Cparrot/compilers/imcc case

2008-11-08 Thread via RT
# New Ticket Created by Brad Bowman # Please include the string: [perl #60412] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60412 Misspelt is and changed in src/debug.c comments. Corrected case of

Re: [svn:parrot] r32368 - trunk/compilers/pirc/new

2008-11-08 Thread chromatic
On Wednesday 05 November 2008 14:31:21 [EMAIL PROTECTED] wrote: Modified: trunk/compilers/pirc/new/pir.l trunk/compilers/pirc/new/pirlexer.c trunk/compilers/pirc/new/pirlexer.h Log: [pirc] add support for braced arguments in macro expansion. Modified:

Re: [svn:parrot] r32368 - trunk/compilers/pirc/new

2008-11-08 Thread Klaas-Jan Stol
On Sat, Nov 8, 2008 at 9:22 PM, chromatic [EMAIL PROTECTED] wrote: On Wednesday 05 November 2008 14:31:21 [EMAIL PROTECTED] wrote: Modified: trunk/compilers/pirc/new/pir.l trunk/compilers/pirc/new/pirlexer.c trunk/compilers/pirc/new/pirlexer.h Log: [pirc] add support for

Re: [perl #60000] [BUG][IMCC] an :immediate sub cannot load_bytecode

2008-11-08 Thread chromatic
On Sunday 19 October 2008 14:02:58 Klaas-Jan Stol wrote: when running code as this: .sub main :immediate load_bytecode foo.pir .end (assuming you have a file 'foo.pir'), IMCC can't handle this. This is because in pbc.c, a global structure called 'globals' is used to allow the different