[perl #65658] tests available

2009-10-13 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S12-enums/thorough.t commit 8785f522e418108dbccd2e289ed6829b6f1ecf83 Author: kyle Date: Wed Oct 14 03:32:23 2009 + [t/spec] Test for RT 65658 git-svn-id: http://svn.pugscode.org/p...@

r28780 - docs/Perl6/Spec

2009-10-13 Thread pugs-commits
Author: masak Date: 2009-10-13 16:51:50 +0200 (Tue, 13 Oct 2009) New Revision: 28780 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] fixed typo Modified: docs/Perl6/Spec/S06-routines.pod === --- docs/Perl6/Spec/S06-routines.

[perl #69740] tests available

2009-10-13 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S04-declarations/constant.t commit bb301917e805250f795bccf238ad292f33376700 Author: moritz Date: Tue Oct 13 12:20:46 2009 + [t/spec] Test for RT #69740 git-svn-id: http://svn.pugscode

[perl #69738] tests available

2009-10-13 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S32-num/rat.t commit 44b611429edf1c19d0bcdafa4abe28ffc16a9afc Author: moritz Date: Tue Oct 13 12:08:26 2009 + [t/spec] test for RT #69738: array indexing with Rats git-svn-id: http://

[perl #69740] [BUG] Defining several constants with parentheses doesn't work in Rakudo

2009-10-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69740] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69740 > perl6: constant ($a, $b) = 1, 2; say "$a $b" rakudo d749d9: OUTPUT«No applicable metho

[perl #69752] [BUG] 'Module.new' causes 'maximum recursion depth exceeded'

2009-10-13 Thread via RT
# New Ticket Created by Carlin Bingham # Please include the string: [perl #69752] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69752 > rakudo: say Module.new rakudo d749d9: OUTPUT«maximum recursion depth exceeded␤in Mai

Re: Domains? [Re: r28597 - docs/Perl6/Spec/S32-setting-library]

2009-10-13 Thread Ville Koskinen
On Tue, 13 Oct 2009 09:21 +0200, "Michael Zedeler" wrote: > 'a' .. 'z' followed by 'ä', 'ö', 'å' (Swedish) 'a' .. 'z', 'å', 'ä', 'ö' (Finnish) 'a' .. 's', 'š', 'z', 'ž', 't' .. 'w', 'õ', 'ä', 'ö', 'ü', 'x', 'y' (Estonian) So yes, you are definitely on the right track with Domains. Regards, Vill

[perl #69738] [BUG] Can't use a Rat to index an array in Rakudo

2009-10-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69738] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69738 > rakudo: my @a = ; say @a[4/3] rakudo d749d9: OUTPUT«get_integer() not implemented in c

Domains? [Re: r28597 - docs/Perl6/Spec/S32-setting-library]

2009-10-13 Thread Michael Zedeler
yary wrote: ... Also, the domain should define how to compare objects and could provide details about whether the set is finite, countable or uncountable. ... Sounds like a role "Domain" that provides methods (off the top of my head)- ordering - returns Nil if the domain is unordered,