Announce: Rakudo Perl 6 compiler, Development Release #93 (“Bend”)

2015-11-20 Thread Will Coleda
On behalf of the Rakudo development team, I’m very happy to announce the November 2015 release of Rakudo Perl 6 #93 “Bend”. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1] and the Java Virtual Machine. This is the final pre-Christmas release of Rakudo Perl 6. It’s the second

[perl #126688] bug detecting circular dependencies

2015-11-20 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #126688] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126688 > Circular dependencies on modules are not detected anymore. Golfed code; File 1 use v6;

[perl #75002] [TODO] Shaped variables

2015-11-20 Thread jn...@jnthn.net via RT
On Tue May 29 12:02:02 2012, diakopter wrote: > Well, it now outputs: > > 14:01 r: https://gist.github.com/2830046 > 14:01 rakudo e2d876: OUTPUT«===SORRY!===␤Shaped variable > declarations not yet >implemented. Sorry. ␤at /tmp/0vgPqDbaIV:1␤» Shaped arrays, both object and

[perl #126692] wrong line number in error message using Promise

2015-11-20 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #126692] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126692 > Hi, When using 'my $p = Promise.start($code)' and die in that code for some reason, I will