# 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
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
I'd like to welcome Geoffrey "japhb" Broadwell as a new committer.
Regards!
--
Will "Coke" Coleda
# 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
... 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.
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
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
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
>