[perl #122645] [BUG] LTA error message on $@ in Rakudo

2014-08-29 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #122645] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=122645 lizmat std: $@ camelia std 53b3ca6: OUTPUT«ok 00:01 121m␤» moritz m: $@ camelia

[perl #122646] [BUG] LTA error for [foo] form with missing 'foo' in Rakudo

2014-08-29 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #122646] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=122646 lizmat r: my @a=({:a1}, {:b1}, {:a1}); my $with = [evq]; @a .= uniq(:$with)); say @a

[perl #122649] Unneeded rebuilds on rakudo-moar

2014-08-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #122649] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=122649 after a build: $ make /opt/local/bin/perl5.16 -MExtUtils::Command -e rm_f perl6

[perl #122650] rakudo-moar build missing dependencies

2014-08-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #122650] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=122650 $ touch src/core/IO.pm $ make -j3 /Users/williamcoleda/perl6/bin/nqp-m

[perl #72844] [BUG] No-args 'print' and 'say' (without explicit parentheses) should generate a warning in Rakudo

2014-08-29 Thread Will Coleda via RT
On Wed Aug 27 12:59:12 2014, FROGGS.de wrote: std: say # that is what rakudo should do std ee1ef48: OUTPUT«===SORRY!===␤Unsupported use of bare 'say'; in Perl 6 please use .say if you meant $_, or use an explicit invocant or argument at /tmp/l5n6Qr0hDp line 1:␤-- say⏏ # that is what rakudo