Re: [perl #37934] [TODO] build - log file

2009-02-07 Thread Joshua Hoblitt
On Fri, Feb 06, 2009 at 06:35:05PM -0800, James Keenan via RT wrote: > On Fri Jan 11 13:17:38 2008, jhobl...@ifa.hawaii.edu wrote: > > A log would be useful if it contained sufficient information to figure > > out why a test passed or failed. Similar to autoconf's config.log (an > > invaluable deb

Re: [perl #38124] [TODO] build - header file detection w/o perl5

2009-02-07 Thread Joshua Hoblitt
On Fri, Feb 06, 2009 at 06:44:47PM -0800, James Keenan via RT wrote: > On Sun Jan 01 19:09:51 2006, jhobl...@ifa.hawaii.edu wrote: > > auto::headers uses the Config module to detect installed header files. > > It's ok to get default values and the arch name from Config but it's not > > OK to depend

Re: [perl #37933] [TODO] build - tracing cleanup

2009-02-07 Thread Joshua Hoblitt
On Fri, Feb 06, 2009 at 06:37:41PM -0800, James Keenan via RT wrote: > On Wed Dec 14 02:04:12 2005, jhobl...@ifa.hawaii.edu wrote: > > - The debugging traces could be neater > > > > Are you talking about the Parrot debugger? gdb backtraces? The w/ glibc stack backtracing that I implimented a co

Re: [perl #38124] [TODO] build - header file detection w/o perl5

2009-02-07 Thread Will Coleda
On Fri, Feb 6, 2009 at 9:46 PM, Joshua Hoblitt wrote: > On Fri, Feb 06, 2009 at 06:44:47PM -0800, James Keenan via RT wrote: >> On Sun Jan 01 19:09:51 2006, jhobl...@ifa.hawaii.edu wrote: >> > auto::headers uses the Config module to detect installed header files. >> > It's ok to get default values

r25232 - docs/Perl6/Spec

2009-02-07 Thread pugs-commits
Author: particle Date: 2009-02-07 18:52:56 +0100 (Sat, 07 Feb 2009) New Revision: 25232 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] remove some P5-think, comb is the new hotness Modified: docs/Perl6/Spec/S19-commandline.pod =

r25235 - docs/Perl6/Spec

2009-02-07 Thread pugs-commits
Author: hinrik Date: 2009-02-07 21:16:42 +0100 (Sat, 07 Feb 2009) New Revision: 25235 Modified: docs/Perl6/Spec/S26-documentation.pod Log: [S26] table the table of config options so it lines up correctly Modified: docs/Perl6/Spec/S26-documentation.pod ==

Re: [perl #63086] [BUG] can't declare class after deeper-namespace class declared

2009-02-07 Thread Chris Dolan
Ahh, It looks like my report below is a duplicate of [perl #62898] Rakudo can't handle A declared after A::B was declared in an included module Sorry about that... Chris On Feb 7, 2009, at 4:10 PM, perl6 via RT wrote: Consider the following two files: --- Foo/Bar/Baz.pm --- class Foo::Ba