[perl #115922] [BUG] LTA error message when something wrong occurs in a qq string interpolation in Rakudo

2012-11-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115922] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115922 > r: say "\u" rakudo e6e158: OUTPUT«===SORRY!===␤Method 'sorry' not found for inv

Announce: Niecza Perl 6 v24

2012-11-26 Thread Stefan O'Rear
Announce: Niecza Perl 6 v24 This is release number 24 of Niecza Perl 6, marking 24 months since the first public release. How time flies. You can obtain a build of Niecza from [1]. This build contains a working compiler as a set of .exe and .dll files suitable for use with Mono or Microsof

[perl #115916] "my (Str $a) = 3" should die but doesn't.

2012-11-26 Thread via RT
# New Ticket Created by fe...@herrmann-koenigsberg.de # Please include the string: [perl #115916] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115916 > Steps to reproduce: my (Str $a) = 3; say $a; What I expected: