[perl #131134] [BUG] Native array[int] accepts junction with negative index

2017-04-13 Thread via RT
# 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]

[perl6/specs] 9d446a: Add reminder to deprecate IO::Handle.slurp-rest in...

2017-04-13 Thread GitHub
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

[perl #128969] [RFC] Proposal to move grammar related part of error messages behind a runtime flag

2017-04-13 Thread Zoffix Znet via RT
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

[perl #131145] Modes for IO::Handle.open need clarification

2017-04-13 Thread via RT
# 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

Re: Perl6 NCurses module under Arch: libncursesw.so.6

2017-04-13 Thread Ahmad Zawawi
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