Re: Building MoarVM on Solaris

2013-08-22 Thread Jonathan Worthington
On 8/22/2013 20:00, Andy Dougherty wrote: I have attached an updated set of patches I used to build MoarVM. These worked on both Solaris11/x64 and on OpenBSD 5.3. They also seemed to cause no harm under Linux. The patches were made with git format-patch, but to avoid possible corruption through

Rakudo Perl 6 compiler, Development Release #67 ("Bicycle")

2013-08-22 Thread Moritz Lenz
On behalf of the Rakudo development team, I'm proud to announce the August 2013 release of Rakudo Perl #67 "Bicycle". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see ) and the Java Virtual Machine. The tarball for this release is available from

Re: Building MoarVM on Solaris

2013-08-22 Thread Andy Dougherty
I have attached an updated set of patches I used to build MoarVM. These worked on both Solaris11/x64 and on OpenBSD 5.3. They also seemed to cause no harm under Linux. The patches were made with git format-patch, but to avoid possible corruption through the mail, I am attaching them. The subject

[perl #119427] [BUG] Rakudo doesn't parse @a[10] as a shaped array in a signature (but STD.pm6 does)

2013-08-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #119427] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=119427 > r: sub test(@a[10]) { say +@a }; test((1, 2, 3, 4, 5, 6, 7, 8, 9, 10)) rakudo e