Parrot 2.0.0 "Inevitable" Released!

2010-01-20 Thread chromatic
The Beyond and below are like a deep of ocean, and we the creatures that swim in the abyss. We're so far down that the beings on the surface -- superior though they are -- can't effectively reach us. Oh, they fish, and they sometimes blight the upper levels with points we don't

r29569 - docs/Perl6/Spec

2010-01-20 Thread pugs-commits
Author: wayland Date: 2010-01-20 23:12:44 +0100 (Wed, 20 Jan 2010) New Revision: 29569 Modified: docs/Perl6/Spec/S05-regex.pod Log: I suggest that these changes constitute an implementation (in POD) of Richard Hainsworth's suggestion Modified: docs/Perl6/Spec/S05-regex.pod =

KeyWeight and KeyBag

2010-01-20 Thread David Brunton
I notice that C returns False and deletes the key for a key whose value goes to zero or less than zero, issuing a warning in the latter case. Is it the case that C always evaluates to False in Boolean context when negative?

r29568 - docs/Perl6/Spec

2010-01-20 Thread pugs-commits
Author: lwall Date: 2010-01-20 18:36:20 +0100 (Wed, 20 Jan 2010) New Revision: 29568 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] tweak definition of when a series operator is considered infinite Modified: docs/Perl6/Spec/S03-operators.pod ===

Re: r29558 - docs/Perl6/Spec/S32-setting-library t/spec/S32-array t/spec/S32-list

2010-01-20 Thread Carl Mäsak
Moritz (>), commitbot channeling ash (>): >> +=item new >> + >> + our List multi method new(*...@args) >> + >> +Constructs a C containing the arguments passed to the C method. > > Since the argument list is already a List (or very nearly), I don't see > much sense in this constructor. I respectful

Re: r29558 - docs/Perl6/Spec/S32-setting-library t/spec/S32-array t/spec/S32-list

2010-01-20 Thread Moritz Lenz
pugs-comm...@feather.perl6.nl wrote: > Author: ash > Date: 2010-01-19 17:34:28 +0100 (Tue, 19 Jan 2010) > New Revision: 29558 > > Added: >t/spec/S32-array/create.t >t/spec/S32-list/create.t > Modified: >docs/Perl6/Spec/S32-setting-library/Containers.pod > Log: > Adding some tests for L