[perl #128703] [BUG] Reversed list separator deletes the operands

2016-07-22 Thread via RT
# New Ticket Created by Itsuki Toyota # Please include the string: [perl #128703] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128703 > See the following results. $ perl6 -e 'say (1 R, 2 R, 3 R, 4)' (2 1) $ perl6 -e 'say

[perl #128702] Range in container coerced to Num inside array subscript

2016-07-22 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #128702] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128702 > my @numbers = <4 8 15 16 23 42>; my $range = 0..2; .say for @numbers[$range]; #

Re: Announce: Rakudo Star Release 2016.07

2016-07-22 Thread James Ellis Osborne III
That is quite a step forward! Happy 22nd, All! On Jul 22, 2016 4:01 AM, "Steve Mynott" wrote: > > On behalf of the Rakudo and Perl 6 development teams, I’m pleased to > announce the July 2016 release of “Rakudo Star”, a useful and usable > production distribution of Perl

Re: Questions on using other "modules" in nqp

2016-07-22 Thread Tom Browder
ping On Thu, Jul 7, 2016 at 7:49 AM, Tom Browder wrote: > I have added a file "DebugPod.nqp" in the directory rakudo/src/Perl6 > and want to use it for debugging other files in that directory. > > Following the format of the "Pod.nqp" file in that directory, I have >

Announce: Rakudo Star Release 2016.07

2016-07-22 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I’m pleased to announce the July 2016 release of “Rakudo Star”, a useful and usable production distribution of Perl 6. The tarball for the July 2016 release is available from http://rakudo.org/downloads/star/. This is the third post-Christmas

Re: [perl #128628] problem using semaphore with many threads

2016-07-22 Thread mt1957
On 07/21/2016 02:52 PM, jn...@jnthn.net via RT wrote: On Fri Jul 15 12:32:30 2016, mt1...@gmail.com wrote: With Rakudo version 2016.06-234-g0189851 built on MoarVM version 2016.06-9-g8fc21d5 implementing Perl 6.c on a Asus laptop running Fedora 23 I see the following happen. Running the code