[perl #125902] LTA error message “Type 'Str' is not declared” (my Str where 'foo' $test;)

2015-08-25 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125902] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125902 > Code: my Str where 'foo' $test; Result: ===SORRY!=== Type 'Str' is not declared. Did y

[perl #125899] [BUG] Just-declared variable should be visible inside 'will ' block, but isn't in Rakudo

2015-08-25 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125899] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125899 > m: my $x will leave { "say $x" }; $x = 5 rakudo-moar f7cfe9: OUTPUT«===SORRY!=== Error