r29928 - docs/Perl6/Spec

2010-03-02 Thread pugs-commits
Author: lwall Date: 2010-03-03 06:01:30 +0100 (Wed, 03 Mar 2010) New Revision: 29928 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] clarify the way Pair.ACCEPTS uses "so" and "not" semantics Modified: docs/Perl6/Spec/S03-operators.pod ==

Re: Building Rakudo under Windows 7 / 32bit

2010-03-02 Thread Ronald Schmidt
Please try removing the parrot and parrot_install directories and try the --gen-parrot option again and let me know if that changes the failure mode. No luck. I removed both directories, reset the build\PARROT_VERSION to 44371, ran "perl Configure.pl --gen-parrot" followed by "mingw32-m

r29923 - docs/Perl6/Spec

2010-03-02 Thread pugs-commits
Author: lwall Date: 2010-03-03 02:03:19 +0100 (Wed, 03 Mar 2010) New Revision: 29923 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] some clarifications of how a series deals with types (or doesn't) for colomon++ Modified: docs/Perl6/Spec/S03-operators.pod

Re: Building Rakudo under Windows 7 / 32bit

2010-03-02 Thread Will Coleda
On Tue, Mar 2, 2010 at 5:55 PM, Ronald Schmidt wrote: > Will Coleda wrote: > > Was there an old copy of parrot around from a previous build of rakudo? > > If so, you might want to move aside the D:\Src\rakudo\parrot* > directories and rebuild parrot using the appropriate rakudo > Configure.pl opti

Re: Building Rakudo under Windows 7 / 32bit

2010-03-02 Thread Ronald Schmidt
Will Coleda wrote: Was there an old copy of parrot around from a previous build of rakudo? If so, you might want to move aside the D:\Src\rakudo\parrot* directories and rebuild parrot using the appropriate rakudo Configure.pl option. I am having the same problems a Mr Nagel. AFAIK I am buil

Re: Perl6 confused about module name

2010-03-02 Thread Bruce Keeler
On 3/2/10 2:53 AM, Carl Mäsak wrote: Victor (>): Why it asks for Opendir.pir instead of Opendir.pm ? Any clue ? Short answer: Rakudo has regressed and doesn't support loading .pm modules at the moment. You're probably on the Amsterdam (February) release. I suggest using the Minneapoli

Re: Perl6 confused about module name

2010-03-02 Thread Carl Mäsak
Victor (>): > Why it asks for Opendir.pir instead of Opendir.pm ? > Any clue ? Short answer: Rakudo has regressed and doesn't support loading .pm modules at the moment. You're probably on the Amsterdam (February) release. I suggest using the Minneapolis (January) release until Rakudo regains this

Perl6 confused about module name

2010-03-02 Thread Bit-Man
Hello everybody, I'm using a Perl6 program that uses a module called (implemented as Opendir.pm) and it was working well but seems that Perl 6 has changed some of its behavior. The program code starts with a simple use v6; use Opendir; but when executing it using Perl 6 i get the next error