Re: [perl #38194] [TODO] build - optimize pmc2c.pl

2008-03-23 Thread chromatic
On Sunday 23 March 2008 21:46:23 jerry gay wrote: > On Sun, Mar 23, 2008 at 9:39 PM, chromatic <[EMAIL PROTECTED]> wrote: > > On Sunday 23 March 2008 20:58:24 jerry gay wrote: > > > why not put the location of parrot's lib dir in > > > Parrot::Config::Generated, and look it up when needed? >

Re: [perl #38194] [TODO] build - optimize pmc2c.pl

2008-03-23 Thread jerry gay
On Sun, Mar 23, 2008 at 9:39 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Sunday 23 March 2008 20:58:24 jerry gay wrote: > > > why not put the location of parrot's lib dir in > > Parrot::Config::Generated, and look it up when needed? > > Isn't Parrot::Config::Generated *in* Parrot's lib dir? >

Re: [perl #38194] [TODO] build - optimize pmc2c.pl

2008-03-23 Thread chromatic
On Sunday 23 March 2008 20:58:24 jerry gay wrote: > why not put the location of parrot's lib dir in > Parrot::Config::Generated, and look it up when needed? Isn't Parrot::Config::Generated *in* Parrot's lib dir? -- c

Re: [perl #38194] [TODO] build - optimize pmc2c.pl

2008-03-23 Thread Joshua Hoblitt
On Sun, Mar 23, 2008 at 06:21:38PM -0700, James Keenan via RT wrote: > On Sat Mar 22 10:38:42 2008, doughera wrote: > > > Just be careful that 'use lib' doesn't look outside of the parrot source > > tree. If pmc2c.pl is normally invoked from the root directory, then > > ../lib and ../../lib are

Re: [perl #38194] [TODO] build - optimize pmc2c.pl

2008-03-23 Thread jerry gay
On Sun, Mar 23, 2008 at 6:21 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Sat Mar 22 10:38:42 2008, doughera wrote: > > > Just be careful that 'use lib' doesn't look outside of the parrot source > > tree. If pmc2c.pl is normally invoked from the root directory, then > > ../lib and ..

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-03-23 Thread jerry gay
On Sun, Mar 23, 2008 at 7:49 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Hmm, the more I look at this, the more I realize that even the improved > version of my patch is not ready for prime time. While it DWIMs when > you call 'perl Configure.pl', it doesn't when you call 'perl > Confi

[perl #40817] [TODO] track generated files during the configure/make process

2008-03-23 Thread James Keenan via RT
Hmm, the more I look at this, the more I realize that even the improved version of my patch is not ready for prime time. While it DWIMs when you call 'perl Configure.pl', it doesn't when you call 'perl Configure.pl --test' (as I do frequently). We only want MANIFEST.configure.generated to be open

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-03-23 Thread chromatic
On Sunday 23 March 2008 19:17:41 James Keenan via RT wrote: > Index: lib/Parrot/Configure/Utils.pm > === > --- lib/Parrot/Configure/Utils.pm   (revision 26524) > +++ lib/Parrot/Configure/Utils.pm   (working copy) > @@ -311,6

[perl #40817] [TODO] track generated files during the configure/make process

2008-03-23 Thread James Keenan via RT
Here's a corrected version of the patch. It eliminates some "uninitialized value" warnings in t/configure/034-step.t and prepends the needed path to the *.pasm entries in MANIFEST.configure.generated. Index: lib/Parrot/Configure/Compiler.pm =

[perl #38194] [TODO] build - optimize pmc2c.pl

2008-03-23 Thread James Keenan via RT
On Sat Mar 22 10:38:42 2008, doughera wrote: > Just be careful that 'use lib' doesn't look outside of the parrot source > tree. If pmc2c.pl is normally invoked from the root directory, then > ../lib and ../../lib are looking outside of the parrot source. This is > wrong, since there is no gua

[perl #52026] [PATCH] Update instructions for using icc

2008-03-23 Thread via RT
# New Ticket Created by Matt Kraai # Please include the string: [perl #52026] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52026 > Howdy, docs/project/cage_cleaners_guide.pod says that in order to use icc to build Parrot

[perl #52028] [PATCH] Do not split macro invocations that use CONST_STRING into multiple lines

2008-03-23 Thread via RT
# New Ticket Created by Matt Kraai # Please include the string: [perl #52028] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52028 > Howdy, If a macro invocation that uses CONST_STRING is split into multiple lines, icc use

Re: [perl #31147] [TODO] metadata in bytecode

2008-03-23 Thread Jonathan Worthington
James Keenan via RT wrote: On Sat Dec 16 21:56:15 2006, allison wrote: Adequately covered by PDD 13. Leaving ticket to Jonathan to close when implemented. Your cage cleaner wants to know ... has this been implemented? No, not yet. Jonathan

[perl #52022] [PATCH] Pass "--grep=^git-svn-id:" to "git log" in Parrot::Revision

2008-03-23 Thread via RT
# New Ticket Created by Matt Kraai # Please include the string: [perl #52022] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52022 > Howdy, I'm using git-svn and have made some local commits. When I run perl Configure.p