[perl #66822] tests available

2009-11-20 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S06-signature/optional.t commit 84dd4dc4cd0ad0ff1de9e5295090994d1670c068 Author: kyle Date: Fri Nov 20 21:17:16 2009 + [t/spec] Test for RT 66822: required param after optional param

[perl #70664] tests available

2009-11-20 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/comparison.t commit 1b64955d678116091d280fee482ec5f3bedc61df Author: kyle Date: Fri Nov 20 20:16:12 2009 + [t/spec] Test for RT 70664: Try <=> with rationals git-svn-id:

r29157 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 21:19:44 +0100 (Fri, 20 Nov 2009) New Revision: 29157 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] tweaks, add conjectural RSR case Modified: docs/Perl6/Spec/S03-operators.pod === --- docs

r29155 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 21:13:08 +0100 (Fri, 20 Nov 2009) New Revision: 29155 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] destroy two low-powered, obscure, short-circuiting operators in favor of one high-powered, obscure-but-transparent, S metaoperator Modified: docs/Perl6/S

r29153 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 18:43:16 +0100 (Fri, 20 Nov 2009) New Revision: 29153 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] add infix: to match infix:, suggested by TheDamian++ Modified: docs/Perl6/Spec/S03-operators.pod

r29151 - docs/Perl6/Spec/S32-setting-library

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 17:21:42 +0100 (Fri, 20 Nov 2009) New Revision: 29151 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] typo Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod ===

r29150 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 17:19:09 +0100 (Fri, 20 Nov 2009) New Revision: 29150 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] typo Modified: docs/Perl6/Spec/S03-operators.pod === --- docs/Perl6/Spec/S03-operators.po

r29149 - docs/Perl6/Spec/S32-setting-library

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 17:06:23 +0100 (Fri, 20 Nov 2009) New Revision: 29149 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] minor typos Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

r29148 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 16:53:45 +0100 (Fri, 20 Nov 2009) New Revision: 29148 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] fix fossil found by edwin.steiner++ nail down that constants are still constants Modified: docs/Perl6/Spec/S03-operators.pod

r29145 - docs/Perl6/Spec/S32-setting-library

2009-11-20 Thread pugs-commits
Author: masak Date: 2009-11-20 14:15:01 +0100 (Fri, 20 Nov 2009) New Revision: 29145 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] fixed copy/paste error Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod ==

Re: r29144 - docs/Perl6/Spec

2009-11-20 Thread Edwin Steiner
Hello! On Fri, Nov 20, 2009 at 09:39:13AM +0100, pugs-comm...@feather.perl6.nl wrote: > -constant Dog $fido .= new; # okay: a constant Dog object > -constant Dog $fido = Dog.new; # same thing > -constant Dog $fido = $fido.new; # wrong: invalid self-reference > -constant (Dog

Re: r29129 - docs/Perl6/Spec

2009-11-20 Thread Thom Boyer
pugs-comm...@feather.perl6.nl wrote: Author: lwall Date: 2009-11-19 05:34:29 +0100 (Thu, 19 Nov 2009) New Revision: 29129 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] as several folks have suggested, rename "blorst" to "blast" I'm curious about this change. I quickly figured out that

Re: "deprecated" (was Re: r29143 ...)

2009-11-20 Thread Darren Duncan
Larry Wall wrote: On Thu, Nov 19, 2009 at 11:22:17PM -0800, Darren Duncan wrote: pugs-comm...@feather.perl6.nl wrote: @@ -1020,22 +1018,17 @@ C<< prefix: >> -Coerces to type C. Floor semantics are used for fractional -values, including strings that appear to express fractional values. -That

[perl #70664] 0 <=> -1/2

2009-11-20 Thread via RT
# New Ticket Created by Lewis Wall # Please include the string: [perl #70664] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70664 > ./perl6 -e 'say 0 <=> -1/2' > 0 -1/2 is not close enough to 0 to warrant this result.

[perl #70642] README Patch

2009-11-20 Thread via RT
# New Ticket Created by Scott Penrose # Please include the string: [perl #70642] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70642 > Picked up a compile time problem with Rakudo today. It is actually Parrot that uses pe

Re: "deprecated" (was Re: r29143 ...)

2009-11-20 Thread Larry Wall
On Thu, Nov 19, 2009 at 11:22:17PM -0800, Darren Duncan wrote: > pugs-comm...@feather.perl6.nl wrote: >> @@ -1020,22 +1018,17 @@ >> C<< prefix: >> >> -Coerces to type C. Floor semantics are used for fractional >> -values, including strings that appear to express fractional values. >> -That is,

r29144 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 09:39:12 +0100 (Fri, 20 Nov 2009) New Revision: 29144 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod Log: [Specs] more constant cleanups add 'anon' declarator in place of 'my'/'our' misuse Modified: