Re: [perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2007-11-08 Thread Joshua Isom
Did you test the exec runcore? I don't think any of that code is used outside of the exec runcore so you aren't actually testing that code. Also, I'm not sure the exec runcore even works. I haven't heard of it working in quite some time. On Nov 8, 2007, at 3:21 PM, Paul Cochrane (via RT) wr

[perl #43295] [TODO] config/auto/socklen_t.pm: Write unit tests

2007-11-08 Thread James Keenan via RT
Patches submitted to trunk in r22776, Nov 08 2007. Resolving ticket.

[perl #47289] [PATCH] Move executable code out of jit/i386/exec_dep.h

2007-11-08 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #47289] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47289 > Hi, the attached patch moves the executable code out of src/jit/i386/exec_dep.h into /

Re: [perl #47247] [PATCH] Move executable code out of gcc_pcc header

2007-11-08 Thread Paul Cochrane
James, Thanks for the report! I forgot to add parrot.h to the list of includes. Could you add: #include "parrot/parrot.h" just before the other include statement in gcc_pcc.c and see if things make (after realclean) nicely for you? Ta! Paul > Failed on Darwin PPC at about 40% of the way th

[perl #46727] [TODO] config/auto/ctags.pm: Write unit tests

2007-11-08 Thread James Keenan via RT
Patches submitted in r22763.