[perl #119133] method signature does not parse: couldn't find final ')' WAT?

2013-08-02 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #119133] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=119133 > [00:50:00] r: multi method a( %t, *@l ) { foo( -> $v { %t{$v} }, *@

[perl6/specs] c7a5da: Refer to Definition of Success near KEEP and UNDO

2013-08-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c7a5da296c1e5a5acc07995444dc506212e0c76a https://github.com/perl6/specs/commit/c7a5da296c1e5a5acc07995444dc506212e0c76a Author: Elizabeth Mattijsen Date: 2013-08-02 (Fri, 02 Aug 2013) Changed paths:

[perl #115270] [BUG] Segmentation fault for some code in Rakudo

2013-08-02 Thread Will Coleda via RT
On Mon Oct 15 04:19:04 2012, masak wrote: > oh btw, I found this while you were away :) > echo -e 'my \\a = any set <1 2 3>; \n say 1 ~~ a' | perl6 > Segmentation fault (core dumped) > works fine if you omit the \n, though. > has it been RT'd? > I've been too busy trying to break rakudo to fi

[perl #114014] ord.Cool outputs LTA error

2013-08-02 Thread Carl Mäsak via RT
< masak> moritz: what error message would I have expected? the one STD gave at the end of the original message. < masak> "Unsupported use of bare 'ord'; in Perl 6 please use .ord if you meant $_, or use an explicit invocant or argument" * masak adds that to the ticket