# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131617]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131617 >
The "Died" message should never occur:
m: my $s = Seq.new: class :: does Iterator { h
# New Ticket Created by Jan Ingvoldstad
# Please include the string: [perl #131608]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131608 >
According to a brief mail discussion on perl6-users
(https://www.nntp.perl.org/group/p
# New Ticket Created by Daniel Ruoso
# Please include the string: [perl #131610]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131610 >
> subset StrToInt of Str where +*; multi foo(Int(StrToInt) $f) { say $f };
foo("42");
Can
Confirmed bug still appears in Rakudo 2017.04 Mac OS X .dmg install.
None of the examples given in the p6doc command help actually work.
Given that a dmg install is the first thing a newbie would try, this is
important to growing the Perl 6 community.
Based on a clean install on a new 2016 MacBo
The bugs seems fixed as of today - 2017.06-13-g6b634a3
Thank you