[perl #115312] [BUG] typed slurpy array causes non-sensical error message

2012-10-16 Thread via RT
# New Ticket Created by Edwin Steiner # Please include the string: [perl #115312] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115312 > $ ./perl6 -e 'sub foo(Int *@ints) { say @ints }; foo(1)' Nominal type check fail

[perl #115310] [BUG] REPL does Null PMC access on attribute with unsupported type

2012-10-16 Thread via RT
# New Ticket Created by Edwin Steiner # Please include the string: [perl #115310] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115310 > $ ./perl6 > class A { has @.a of int } Null PMC access in get_string() $ ./per

[perl #115308] [BUG] LTA error message when calling a private method on a package in Rakudo

2012-10-16 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115308] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115308 > r: say $_!X::a rakudo 919d96: OUTPUT«===SORRY!===␤Method 'is_trusted' not found

[perl #115248] [BUG] Cannot read lines from STDIN with current Parrot

2012-10-16 Thread Gerhard R.
# New Ticket Created by "Gerhard R." # Please include the string: [perl #115248] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115248 > Applies to Parrot RELEASE_4_8_0-130-g6236d2d and earlier. The issue is described

[perl #115298] [BUG] $() not parsed correctly in regexes in Rakudo

2012-10-16 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115298] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115298 > nr: $_ = "foo bar"; say m/ $( $_ ) / niecza v22-13-g0d2a99e: OUTPUT«#␤» ..raku

[perl #115296] [BUG] m// seems to be clobbering $_ in Rakudo

2012-10-16 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115296] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115296 > nr: $_ = "foo bar"; say m/ $( $_ ) / niecza v22-13-g0d2a99e: OUTPUT«#␤» ..raku

[perl #115294] [BUG] Null PMC access when using variable in interpolated block in double-quoted string in regex in Rakudo

2012-10-16 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115294] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115294 > nr: $_ = "foo bar"; say m/ "{ $_ }" / niecza v22-13-g0d2a99e: OUTPUT«#␤» ..rak