[perl #127771] [JVM] Inconsistency between handling of elements of aggregate type handles between nqp-j and nqp-m

2016-03-23 Thread via RT
# New Ticket Created by Pepe Schwarz # Please include the string: [perl #127771] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127771 > Commit 93d597f unveiled the following inconsistency between nqp-j and nqp-m: 11:36 nqp-

[perl #127772] mkdir($file) succeeds if $file exists and is a regular file

2016-03-23 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #127772] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127772 > To reproduce: $ touch /tmp/my-fake-directory $ perl6 -e 'say ?mkdir("/tmp/my-fake-d

Re: [perl #127772] mkdir($file) succeeds if $file exists and is a regular file

2016-03-23 Thread Elizabeth Mattijsen
> On 23 Mar 2016, at 14:16, Rob Hoelz (via RT) > wrote: > > # New Ticket Created by Rob Hoelz > # Please include the string: [perl #127772] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127772 > > > > To reproduce: >

Re: [perl #127772] mkdir($file) succeeds if $file exists and is a regular file

2016-03-23 Thread Parrot Raiser
If a name's already in use, what's the right response to an attempt to over-write it? For a regular file, if it's write-enabled, doing so might be the right response, since that's consistent with the current behaviour. For a directory, attempting to re-use an existing name is more likely to be an e

[perl #127769] [BUG] Linking error during build on amd64

2016-03-23 Thread via RT
# New Ticket Created by Joel Roth # Please include the string: [perl #127769] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127769 > /usr/bin/ld: i386 architecture of input file `3rdparty/libuv/libuv.a(timer.o)' is incompatib

Announce: Rakudo Perl 6 compiler, Release #97 (2016.03)

2016-03-23 Thread Will Coleda
On behalf of the Rakudo development team, I’m very happy to announce the March 2016 release of Rakudo Perl 6 #97. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations on t