[perl6/specs] 346540: add IO::Handle.IO noop

2013-05-28 Thread GitHub
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

Re: [perl #85750] Test failures on OpenBSD

2013-05-28 Thread Pascal Stumpf
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 > > --- >

[perl6/specs] ff6e95: Revert "Revert "Remove line the was left behind fr...

2013-05-28 Thread GitHub
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:

[perl6/specs] 415f99: Add IO::Handle methods encoding and open (really!)...

2013-05-28 Thread GitHub
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

Re: prove that the meaning of live is math

2013-05-28 Thread webmind
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

[perl #118231] Importing the same thing twice shouldn't bomb

2013-05-28 Thread via RT
# 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

Parrot Foundation has accepted 3 Google Summer of Code student proposals

2013-05-28 Thread Jonathan "Duke" Leto
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

[perl #118227] [BUG] hyper-adding does not respect hash typedness in Rakudo

2013-05-28 Thread Carl Mäsak
# 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

[perl #118223] [BUG] Non-dwimmy hyper hash addition warns about missing keys in Rakudo

2013-05-28 Thread Carl Mäsak
# 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