Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 346540cbe029487bb05a9064776242fd5d19a1e3
https://github.com/perl6/specs/commit/346540cbe029487bb05a9064776242fd5d19a1e3
Author: labster
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M S32-settin
On Sat, 25 May 2013 22:08:00 -0700, "Will Coleda via RT" wrote:
> On Wed Mar 09 10:38:06 2011, pascal.stu...@cubes.de wrote:
> > The following test failures have so far been confirmed for all tested
> > architectures (amd64, macppc, mips64el):
> >
> > Test Summary Report
> > ---
>
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: ff6e95324ecf95837db2a777d2ff243e70634d5f
https://github.com/perl6/specs/commit/ff6e95324ecf95837db2a777d2ff243e70634d5f
Author: Elizabeth Mattijsen
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 415f998968a441cd2b58f85c0007814a5d7c05dd
https://github.com/perl6/specs/commit/415f998968a441cd2b58f85c0007814a5d7c05dd
Author: labster
Date: 2013-05-27 (Mon, 27 May 2013)
Changed paths:
M S32-settin
On 26/05/13 16:54, Hao Wu wrote:
> Thanks for sharing.
>
> I think Moritz's answer is great. I may change 'a'.ord - 1 to 96 because I
> know the ascii code for a, which was a question in my exam.
>
> However, why 42? any relation to meaning of life? It seems I miss
> something. Thanks.
This is a
# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #118231]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=118231 >
[23:47:51] given a file A.pm with: module A:version { sub a
is expo
Howdy,
We have accepted 3 GSoC student proposals!
Javascript backend for Rakudo Perl 6 [0] by Paweł Murias (Poland)
Updating parrot-libgit2 to latest libgit2 release [1] by Saurabh Kumar (India)
Improve App::Parrot::Create [2] by Denis Boyun (Ukraine)
The community bonding period starts now. Ple
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #118227]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=118227 >
r: class A {}; my %h{A} = A.new => 2; my %h2{A} = %h >>+>> 40; say %h2
rakudo 2
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #118223]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=118223 >
r: my %l = foo => 1, bar => 2; my %r = bar => 3, baz => 4; say
%l >>+<< %r
raku