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
# 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
# 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
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:
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»
# 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
# 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
# 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 ~= "$_;"}
# 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