[perl #130859] [WEIRD] WhateverCode subscript inside WhateverCode inside block doesn't properly close over lexical

2017-02-25 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #130859] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130859 > A WhateverCode containing an array subscript that is itself a WhateverCode, usually works fine.

[perl6/specs] a4cead: Remove dummy precision parameters from...

2017-02-25 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: a4ceadef10995ad844501cac0c5ad54415a6fd8d https://github.com/perl6/specs/commit/a4ceadef10995ad844501cac0c5ad54415a6fd8d Author: Zoffix Znet Date: 2017-02-25 (Sat, 25 Feb 2017) Changed paths: M v6d.po

[perl6/specs] 2253c2: Add Int to .Rat/.FatRat tossage proposal too

2017-02-25 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 2253c29713f442565e4e7b3f13d4e25adbd6d813 https://github.com/perl6/specs/commit/2253c29713f442565e4e7b3f13d4e25adbd6d813 Author: Zoffix Znet Date: 2017-02-25 (Sat, 25 Feb 2017) Changed paths: M v6d.po

[perl #130862] [LTA] line number for `Too few possionals passed` error incorrectly points to last block in a HEREDOC

2017-02-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130862] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130862 > 02:30 IOninja m: sub x (% (:$made-on, :$routines, :$total, :$unique)) {␤ Q:

[perl #130863] [LTA][BUG] Cannot extract partially dimensioned view of array from fixed-size array

2017-02-25 Thread via RT
# New Ticket Created by Itsuki Toyota # Please include the string: [perl #130863] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130863 > See the following example: $ perl6 -e 'my @a; @a = [[1, 2], [3, 4]]; @a[0;*].say;' (1 2