issue with checking of sub signature

2013-10-27 Thread Richard Hainsworth
I ran into a problem at the weekend and reduced it to a fragment and then looked at alternatives. The problem is in snippet bug2_2 below. There is a type check that fails, but the types appear to be the same. This may be an existing bug. The problem is that when I put the return type in the su

[perl #120385] postcircumfix {} and [] no longer create WhateverCode.

2013-10-27 Thread via RT
# New Ticket Created by Timo Paulssen # Please include the string: [perl #120385] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120385 > 21:37 r: say (*.[1]).WHAT 21:37 rakudo-parrot bec62b, rakudo-jvm 882e33: OUTPUT«(Failu

[perl #120372] [PATCH] fix rakudo jvm Configure line in doc

2013-10-27 Thread via RT
# New Ticket Created by Steve Mynott # Please include the string: [perl #120372] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120372 > >From a83f824ec414393bb9ed4ca756b2301b88a51a5a Mon Sep 17 00:00:00 2001 From: Steve Myno

[perl6/specs] 5c0b6d: Add lmddgtfy lemma

2013-10-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 5c0b6ddbbacab2ec318127ec47a6cbd23ba6a903 https://github.com/perl6/specs/commit/5c0b6ddbbacab2ec318127ec47a6cbd23ba6a903 Author: Elizabeth Mattijsen Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths:

[perl #102416] list assignment to natively typed variables blows up

2013-10-27 Thread Will Coleda via RT
On Fri Oct 28 03:10:51 2011, moritz wrote: > 12:09 < moritz> nom: my int $x; my int $y; ($x, $y) = (5, 6); say $x > 12:09 <+p6eval> nom 642e78: OUTPUT«Cannot assign to a non-container␤ in > method STORE at src/gen/CORE.setting:3734␤ in block at > /tmp/15k6zUC4yA:1␤ in at /tmp/15k6zUC4yA:1␤»

[perl #120383] [BUG] @a.=[@ixs] no longer works in Rakudo

2013-10-27 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #120383] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120383 > I have a regression to report. std: my @a = 0..4; @a.=[1, 2]; say @a std 8adbc60: OUTP

[perl #120382] Test of the webterface

2013-10-27 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #120382] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120382 > Can you open a ticket via the web interface? -- Will "Coke" Coleda

[perl #120380] [BUG] Something is extremely slow with a look with string concat in Rakudo on the JVM

2013-10-27 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #120380] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120380 > Hello. Does anybody tried this on rakudo-jvm? my $file = ""; for ^2 {$file ~= "$_;"}

[perl #120379] java.lang.NullPointerException from incomplete regex on the REPL

2013-10-27 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #120379] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120379 > moritz@pat:~/p6/json>perl6-j > 'asa' ~~ /:s ^a* % java.lang.NullPointerException java.lan