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

2009-02-08 Thread kjstol
On Sat, Feb 7, 2009 at 2:37 PM, Will Coleda wrote: > 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 de

Re: [perl #47940] [CAGE] mk_native_pbc stale

2009-02-08 Thread Will Coleda
Please coordinate with rurban before doing so, as I know he's been working on re-enabling the native pbc tests recently. On Sun, Feb 8, 2009 at 10:44 AM, James Keenan via RT wrote: > No one has spoken up in defense of mk_native_pbc since I first posted > about it 8 months ago. So, unless I hear

Re: [perl #62898] Rakudo can't handle A declared after A::B was declared in an included module

2009-02-08 Thread Chris Dolan
The following reproduces the bug more simply: perl6 -e 'BEGIN {class Foo::Bar::Baz {}}; class Foo::Bar {}' I'm working on a patch at the Frozen Perl hackathon now...

Re: [perl #62898] Rakudo can't handle A declared after A::B was declared in an included module

2009-02-08 Thread Chris Dolan
I wrote a simple solution that works, but I'd like someone more PIR- savvy to improve it. http://github.com/chrisdolan/rakudo/tree/package-redeclaration (5d6cec9) --- a/src/parser/methods.pir +++ b/src/parser/methods.pir @@ -30,8 +30,11 @@ Registers a type in the namespace. # Check if the

r25244 - docs/Perl6/Spec

2009-02-08 Thread pugs-commits
Author: hinrik Date: 2009-02-08 20:45:07 +0100 (Sun, 08 Feb 2009) New Revision: 25244 Modified: docs/Perl6/Spec/S26-documentation.pod Log: [S26] clarify the entry on E<> in the summary Modified: docs/Perl6/Spec/S26-documentation.pod =

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

2009-02-08 Thread via RT
# New Ticket Created by Chris Dolan # Please include the string: [perl #63086] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63086 > Consider the following two files: --- Foo/Bar/Baz.pm --- class Foo::Bar::Baz { } --- Fo

[perl #63082] :d filetest dies when the file does not exist in Rakudo

2009-02-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63082] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63082 > rakudo: say '/foo' ~~ :d rakudo f99045: OUTPUT«stat failed: No such file or directory

[perl #63084] Rakudo bug report

2009-02-08 Thread rakudo...@nihil.co.uk (via RT)
# New Ticket Created by rakudo...@nihil.co.uk # Please include the string: [perl #63084] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63084 > I followed Moritz Lenz' recipe for rakudo (rakudo within parrot) from Where Rak

r25249 - docs/Perl6/Spec

2009-02-08 Thread pugs-commits
Author: particle Date: 2009-02-09 00:58:04 +0100 (Mon, 09 Feb 2009) New Revision: 25249 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] various minor updates and removal of stale comments Modified: docs/Perl6/Spec/S19-commandline.pod ===

r25250 - docs/Perl6/Spec

2009-02-08 Thread pugs-commits
Author: particle Date: 2009-02-09 01:05:52 +0100 (Mon, 09 Feb 2009) New Revision: 25250 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] correct wording about STDIN; TimToady++ Modified: docs/Perl6/Spec/S19-commandline.pod ===

[perl #63094] Possible Bug (Windows Only)

2009-02-08 Thread via RT
# New Ticket Created by Lee Standen # Please include the string: [perl #63094] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63094 > Hi, I've just tried to write a simple perl program in Windows, before trying it in Linu