[perl6/specs] 3b9260: [S03] Rat**UInt also tries to stay in Rat-space

2010-09-11 Thread noreply
Branch: refs/heads/master Home: http://github.com/perl6/specs Commit: 3b9260b2e176c02b4f5c86fef3573ebe70233c58 http://github.com/perl6/specs/commit/3b9260b2e176c02b4f5c86fef3573ebe70233c58 Author: TimToady Date: 2010-09-11 (Sat, 11 Sep 2010) Changed paths: M S03-operators.pod Log Mes

[perl #77790] class names are separated by semicolon (instead of double colon) in .perl output

2010-09-11 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77790] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77790 > 23:13 < moritz_> rakudo: class A::B { has $.x = 3 }; say A::B.new(x => 1).perl 23:13 <+p6

[perl #77788] [BUG] Can't pass in several same-named named parameters to a sub

2010-09-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77788] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77788 > rakudo: sub foo(*%p) { say %p.perl }; foo(a => 'b', a => 'c') rakudo a93dcb: OUTPUT«du

[perl #77786] [BUG] LTA error message when ':' quantifier follows nothing in regex in Rakudo

2010-09-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77786] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77786 > rakudo: / : / rakudo ce565f: OUTPUT«===SORRY!===␤Method 'backtrack' not found for invo

[perl #77784] [BUG] Rakudo fails to give "Null regex not allowed" for a number of operators

2010-09-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77784] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77784 > std: / / std 32123: OUTPUT«===SORRY!===␤Null regex not allowed [...]

[perl #77778] spec test failures on rakudo 7517e39, parrot r48909 (using --gen-parrot) on 64bit linux

2010-09-11 Thread Jonathan Leto
# New Ticket Created by "Jonathan Leto" # Please include the string: [perl #8] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=8 > Howdy, I am seeing these spectest failures: Test Summary Report ---

Rakudo Star 2010.08 available as package for Fedora and EPEL (Red Hat)

2010-09-11 Thread Gerd Pokorra
The RPM "rakudo-star" is a replacement of the package "rakudo". You will be able to install it on Fedora 13 or newer with: > yum install rakudo-star the next seven days it is in the updates-testing repository and you have to use the option "enablerepo" for installing it from there: > yum instal

[perl #77760] Can't put a Set in a %var

2010-09-11 Thread via RT
# New Ticket Created by Philip Potter # Please include the string: [perl #77760] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77760 > [17:56:50] rakudo: my %v = Set.new() [17:56:54] rakudo 859f2d: OUTPUT«Odd number of e