No more Rakudo *?

2013-05-02 Thread Gabor Szabo
http://rakudo.org/ tells me the latest Rakudo * was more than 2 months ago. (version 2013.02) Besides, it would be nice to see plain Rakudo release announcements reach that site. Even if only a few lines. regards Gabor

[perl6/specs] 6e2d9c: Define flipflops to use smartmatch semantics

2013-05-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 6e2d9c944ca5b50cef9e23b15f130a626c1c2b9e https://github.com/perl6/specs/commit/6e2d9c944ca5b50cef9e23b15f130a626c1c2b9e Author: Larry Wall Date: 2013-05-02 (Thu, 02 May 2013) Changed paths: M S03-ope

[perl #117831] [BUG] Grammar capture of '%' separator

2013-05-02 Thread via RT
# New Ticket Created by David Warring # Please include the string: [perl #117831] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117831 > $ perl6 --version This is perl6 version 2013.04-22-gd2af402 built on parr

[perl #117829] Attempting to initialize non-existing attribute is silent

2013-05-02 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #117829] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117829 > [23:55:42] rn: class A { }; my $a= A.new( foo => 1 ); $a # shouldn'

Re: [perl #117841] [BUG] qx[] dies when multibyte UTF-8 characters split across 2048-byte chunk boundary in Rakudo

2013-05-02 Thread Patrick R. Michaud
On Thu, May 02, 2013 at 02:48:46PM -0700, Carl Mäsak wrote: > masak: shortest example evar!!: perl6 -e 'qx[perl6 -e "say 1 > x 2047,q|—|" | cat]' > FROGGS++ > * masak submits rakudobug I'm not able to reproduce this bug on my system. Can we get more details, such as Rakudo version, Parrot vers

[perl #117841] [BUG] qx[] dies when multibyte UTF-8 characters split across 2048-byte chunk boundary in Rakudo

2013-05-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117841] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117841 > could someone try and reproduce this? https://gist.github.com/masak/5505540 -- I