# New Ticket Created by Eigil Skjæveland
# Please include the string: [perl #131134]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131134 >
> my Int @a = 1, 2;
> my int @b = 1, 2;
> say so @a[-1 ^ 0];
True
> say so @b[-1 ^ 0]
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 9d446a48afcc4b32d1288a01c4c941c3566c263f
https://github.com/perl6/specs/commit/9d446a48afcc4b32d1288a01c4c941c3566c263f
Author: Zoffix Znet
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M v6d.po
On Tue, 16 Aug 2016 18:25:28 -0700, ddgr...@gmail.com wrote:
> Paraphrasing from IRC where my first comment starts here:
> http://irclog.perlgeek.de/perl6/2016-08-17#i_13035789
>
> My feeling has always been that Perl 6's errors are good, but I'm
> sympathetic to whoever it was that complained tha
# New Ticket Created by Christian Bartolomaeus
# Please include the string: [perl #131145]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131145 >
Some of the newly added tests for IO::Handle.open with different
modes fail on
Hi,
Good catch. I fixed it in master by using LibraryCheck and tested it on
Manjaro Linux (which is ArchLinux-based). Please let me know if it works
for you.
Regards,
Ahmad