[perl #127093] gist missing for non-native typed array that doesn't get initialized

2018-03-13 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
OK this issue is resolved with the commit mentioned above. Tests needed. As for *int* native array having NaNs in it, that's not going to happen. It's an array of native ints, it just can't and won't ever store any other type of a value. A native int can't be NaN. On 2016-01-02 06:34:50,

Re: [perl #127093] gist missing for non-native typed array that doesn't get initialized

2016-01-02 Thread Elizabeth Mattijsen
> On 30 Dec 2015, at 19:41, Leandro Hermida (via RT) > wrote: > > # New Ticket Created by Leandro Hermida > # Please include the string: [perl #127093] > # in the subject line of all future correspondence about this issue. > #

[perl #127093] gist missing for non-native typed array that doesn't get initialized

2015-12-31 Thread via RT
# New Ticket Created by Leandro Hermida # Please include the string: [perl #127093] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127093 > > my @a[4] [(Any) (Any) (Any) (Any)] > my Int @a[4] = 0..3 [0 1 2 3] > my Int @a[4]