Re: r29784 - docs/Perl6/Spec

2010-02-20 Thread Nicholas Clark
On Sat, Feb 20, 2010 at 03:49:30AM +0100, pugs-comm...@feather.perl6.nl wrote: +For intuited numeric generators that don't involve geometric sign changes, all +values are assumed to be monotonically increasing or decreasing, as determined +by the (up to) three values used above; if a

r29790 - docs/Perl6/Spec

2010-02-20 Thread pugs-commits
Author: lwall Date: 2010-02-20 16:34:25 +0100 (Sat, 20 Feb 2010) New Revision: 29790 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] cleanups suggested by nick++ Modified: docs/Perl6/Spec/S03-operators.pod === ---

r29791 - docs/Perl6/Spec

2010-02-20 Thread pugs-commits
Author: lwall Date: 2010-02-20 16:36:14 +0100 (Sat, 20 Feb 2010) New Revision: 29791 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] thinko spotted by TheDamian++ Modified: docs/Perl6/Spec/S03-operators.pod === ---

Re: Temporal seems a bit wibbly-wobbly

2010-02-20 Thread Mark J. Reed
I don't see the need for keeping UTC within a second of UT, either. I also think the Gregorian correction is a little silly, but at least it only rears its head 3 times in 400 years. Still, that horse has sailed, right? Perl 6 is using TAI, and the burden of correcting for civil time is on the

r29792 - docs/Perl6/Spec

2010-02-20 Thread pugs-commits
Author: lwall Date: 2010-02-20 19:51:45 +0100 (Sat, 20 Feb 2010) New Revision: 29792 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] bias Instant/Duration types away from Num and towards Rat/FatRat semantics Modified: docs/Perl6/Spec/S02-bits.pod

r29793 - docs/Perl6/Spec

2010-02-20 Thread pugs-commits
Author: lwall Date: 2010-02-21 03:56:10 +0100 (Sun, 21 Feb 2010) New Revision: 29793 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] revise Whatever semantics to autocurry any unary or binary that doesn't explicitly care to handle Whatever itself. *+* is now Code:($x,$y) Modified:

r29794 - docs/Perl6/Spec

2010-02-20 Thread pugs-commits
Author: lwall Date: 2010-02-21 07:02:19 +0100 (Sun, 21 Feb 2010) New Revision: 29794 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] a bit more rationale for previous change Modified: docs/Perl6/Spec/S02-bits.pod === ---