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
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
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:
> 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
# 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
# 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