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

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]

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: trunk/compilers/pir

[perl #60412] [PATCH] comment typos, C 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. # http://rt.perl.org/rt3/Ticket/Display.html?id=60412 > Misspelt "is" and "changed" in src/debug.c comments. Corrected case of C in pirgrammar.

[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!

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 wit

Re: [perl #60312] [BUG] OpenBSD Smolder test failures

2008-11-08 Thread chromatic
On Monday 03 November 2008 09:38:11 Andy Dougherty wrote: > > 2.  4 of the tests appear to fail depending on how the OS 'spells'   > > the negation of zero.  Could we address this in a hints file? > This is a long-standing problem:  See [perl #28170] and [perl #30737]. The > last time I looked at