Re: [perl #56928] [TODO]: Remove config step auto::pack

2008-07-21 Thread Andy Dougherty
On Fri, 18 Jul 2008, James Keenan via RT wrote: > On Fri Jul 18 08:22:48 2008, doughera wrote: > > > > > Oh yes -- I did remember one other. Configure.pl currently offers you > the > > opportunity to specify different sizes for opcode_t and INTVAL. However, > > parrot itself assumes they are

[perl #56928] [TODO]: Remove config step auto::pack

2008-07-18 Thread James Keenan via RT
On Fri Jul 18 08:22:48 2008, doughera wrote: > > Oh yes -- I did remember one other. Configure.pl currently offers you the > opportunity to specify different sizes for opcode_t and INTVAL. However, > parrot itself assumes they are the same size. (See [perl #56810] for a > little more backgr

[perl #56928] [TODO]: Remove config step auto::pack

2008-07-15 Thread James Keenan via RT
Applied in r29499. Marking ticket resolved.

[perl #56928] [TODO]: Remove config step auto::pack

2008-07-15 Thread James Keenan via RT
Applied in r29499. Marking ticket resolved.

Re: [perl #56928] [TODO]: Remove config step auto::pack

2008-07-14 Thread Will Coleda
On Mon, Jul 14, 2008 at 10:05 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Tested in the 'noautopack' branch. Passed all pre- and > post-configuration tests; built correctly; passed all tests in 'make test'. > > If no one objects, I'll apply this patch after tomorrow's release. > > Thank y

[perl #56928] [TODO]: Remove config step auto::pack

2008-07-14 Thread James Keenan via RT
Tested in the 'noautopack' branch. Passed all pre- and post-configuration tests; built correctly; passed all tests in 'make test'. If no one objects, I'll apply this patch after tomorrow's release. Thank you very much. kid51 Index: lib/Parrot/Configure/Step/List.pm =

[perl #56928] [TODO]: Remove config step auto::pack

2008-07-14 Thread James Keenan via RT
On Mon Jul 14 18:44:51 2008, [EMAIL PROTECTED] wrote: > On Mon Jul 14 17:14:09 2008, doughera wrote: > > Yes. Look at the Config variables that are set, and then grep for > them in > > the source tree. You'll find they are never used. > > > > > So it would appear. I'll change the Subject