# 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-
# 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
> 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:
>
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
# 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
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