[perl #74942] [PATCH] use replace instead of substr

2010-05-07 Thread via RT
# New Ticket Created by 卓明亮 # Please include the string: [perl #74942] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=74942 > >From 42acea630546f1641ae6914c459da53036b4e8c0 Mon Sep 17 00:00:00 2001 From: Jimmy Zhuo Date: T

[perl #74948] Pair constructor does not accept special names as key in Rakudo

2010-05-07 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #74948] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=74948 > [17:06] rakudo: my %h = {my => "x"}; # should this parse? [17:06] rakudo 1eef08: OUT

[perl #73280] [BUG] infix:<^^> and infix: return Undef or Int instead of Bool::False (in the not-exactly-one cases) in Rakudo

2010-05-07 Thread Carl Mäsak via RT
[...] (0 xor 0) gives an Int right now in Rakudo. that's wrong. I believe there's a ticket for it. here: http://rt.perl.org/rt3/Ticket/Display.html?id=73280 it's talking about infix:<^^> but I'd bet the same goes for infix: rakudo: say (90 xor 4).WHAT rakudo 1eef08: OUTPUT«Method 'WHAT' not

[perl #74946] %h.delete() in right side of expression causes left side key missing

2010-05-07 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #74946] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=74946 > perl6 -e 'my %h = {"a" => "b"}; %h{"a"} = %h.delete("a"); say %h.perl;' {} I'm not sur

Re: This Week's Contribution to Perl 6 Week 1: A website for proto

2010-05-07 Thread Moritz Lenz
Hi, thank you very much for your contribution. However somebody else has submitted a solution earlier, which is now running on . I hope you'll still participate in the upcoming challenges, and with a bit of luck you might already win a cool t-shirt :-) Cheers, Moritz J