[perl #55114] [PATCH] [CAGE] Clean find_exception_handler

2008-05-31 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #55114] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55114 > This patch does some cleaning in the find_exception_handler function, making more coherent P

[perl #54992] [CAGE] Add a 'codetest' make target

2008-05-31 Thread James Keenan via RT
Please review the patch attached, which implements your suggestion. But note that while I have removed $(PARROT_ARGS) from config/gen/makefiles/root.in, I have left it untouched in these other files where it is found: ./tools/dev/mk_language_shell.pl ./config/gen/makefiles/nqp.in ./languages/perl

New Committer

2008-05-31 Thread Will Coleda
I'd like to welcome Geoffrey "japhb" Broadwell as a new committer. Regards! -- Will "Coke" Coleda

[perl #55134] [CAGE] [PATCH] Clean warning in i386 jit

2008-05-31 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #55134] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55134 > The attached patch cleans warnings in i386 jit related parts, both compiling with gcc or wit

[perl #52214] [BUG] [PATCH]: Lipo poses problems when building Parrot on Darwin with Apple-built Perl 5.8

2008-05-31 Thread James Keenan via RT
... which leaves: > > Mac OS X 10.5 on intel > Can anyone give tetragon's patch a whirl on one on those shiny ultra-thin new Macs? If it works, we'll apply to trunk. Thank you very much.

Re: [perl #55134] [CAGE] [PATCH] Clean warning in i386 jit

2008-05-31 Thread chromatic
On Saturday 31 May 2008 10:55:15 NotFound wrote: > The attached patch cleans warnings in i386 jit related parts, both > compiling with gcc or with g++. Excellent! Applied as r27990. -- c

Re: [perl #55114] [PATCH] [CAGE] Clean find_exception_handler

2008-05-31 Thread chromatic
On Friday 30 May 2008 16:46:13 NotFound wrote: > This patch does some cleaning in the find_exception_handler function, > making more coherent PIO usage in output. Thanks, applied as r27992. -- c

Re: [perl #54992] [CAGE] Add a 'codetest' make target

2008-05-31 Thread Patrick R. Michaud
On Sat, May 31, 2008 at 05:54:31AM -0700, James Keenan via RT wrote: > Please review the patch attached, which implements your suggestion. The patch looks good to me; I just have a couple of questions and/or observations: > Index: lib/Parrot/Harness/Options.pm >