r29205 - docs/Perl6/Spec

2009-11-28 Thread pugs-commits
Author: lwall Date: 2009-11-28 22:07:44 +0100 (Sat, 28 Nov 2009) New Revision: 29205 Modified: docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod Log: [S03,S04] more treatment of .true as highlevel, .Bool as lowlevel Modified: docs/Perl6/Spec/S03-operators.pod ==

r29204 - docs/Perl6/Spec

2009-11-28 Thread pugs-commits
Author: lwall Date: 2009-11-28 21:56:54 +0100 (Sat, 28 Nov 2009) New Revision: 29204 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] major rethink of enums, which are no longer roles (but may still imply them) Enum types now supply an explicit .mapping method for masak++ Got rid of stupid

[perl #70890] [BUG] Using 'where' and '&sub.assuming' together produces incorrect results in Rakudo

2009-11-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70890] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70890 > rakudo: sub foo($b) { $b == 42 }; subset FortyTwo of Int where &foo; say 42 ~~ FortyTwo

[perl #70894] [BUG] Cannot do .keys on enum type stash in Rakudo

2009-11-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70894] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70894 > TimToady: how do I get all the names the elements of an enum, in order? TimToady: simp

[perl #70888] [BUG] Null PMC access when assigning the result of a for loop to an array and doing .WHAT on its first element in Rakudo

2009-11-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #70888] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70888 > rakudo: my @a = 1, 2, 3; my @b = (@a.shift for ^3); @b[0].WHAT rakudo 7347ec: Null PMC

[perl #70886] mt.exe fails to create perl6.exe.manifest -- why is it even trying?

2009-11-28 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #70886] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70886 > i can build parrot just fine, either alone, or via 'perl Configure.pl --gen-parrot'. on wi