[perl #128320] [JVM] NullPointerException when using map on array with deleted element

2016-06-04 Thread Christian Bartolomaeus via RT
On Sat Jun 04 13:30:58 2016, barto...@gmx.de wrote: > > I'm not really sure, but I think the NPE happens because somewhere in > 'sub map' or 'method map' is a call to .list and we end up in > List.iterator. Ah, here (src/core/Any-iterable-methods.pm:1371) is what made me assume that map caused u

[perl #128320] [JVM] NullPointerException when using map on array with deleted element

2016-06-04 Thread Christian Bartolomaeus via RT
On Sat Jun 04 13:20:25 2016, elizabeth wrote: > The weird thing here is, is that somehow the List.iterator is used, > instead of the Array.iterator (which *does* take null values into > account, even makes them bindable) > > Is this still a problem on HEAD ? Oops, didn't see your reply before pos

Re: [perl #128320] [JVM] NullPointerException when using map on array with deleted element

2016-06-04 Thread Elizabeth Mattijsen
The weird thing here is, is that somehow the List.iterator is used, instead of the Array.iterator (which *does* take null values into account, even makes them bindable) Is this still a problem on HEAD ? Liz === > On 04 Jun 2016, at 20:45, Christian Bartolomaeus (via RT) > wrote:

Re: [perl #128318] [BUG] infix:<%> gives different result for negative rhs when the lhs is a native int in Rakudo

2016-06-04 Thread Elizabeth Mattijsen
> On 04 Jun 2016, at 12:11, Carl Mäsak (via RT) > wrote: > > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #128318] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=128318 > > > > this may so

[perl #128320] [JVM] NullPointerException when using map on array with deleted element

2016-06-04 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #128320] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128320 > The following code (tested in S32-array/delete.t) started to fail with rakudo-j

[perl #128318] [BUG] infix:<%> gives different result for negative rhs when the lhs is a native int in Rakudo

2016-06-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #128318] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128318 > this may sound outrageous, but I think I've just uncovered a bug in Rakudo m: my $x = 0