[perl #131617] [BUG] Any.tail(Callable) violates Iterator protocol

2017-06-21 Thread via RT
# 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

[perl #131608] [BUG] Apparent improper handling of SIGPIPE

2017-06-21 Thread via RT
# 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

[perl #131610] [BUG] Cannot invoke this object (REPR: Null; VMNull) when doing coercitive type constraint with subset

2017-06-21 Thread via RT
# 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

[perl #131025] [STAR][BUG] p6doc does not work on Mac OS X dmg

2017-06-21 Thread Matt Rosin via RT
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

[perl #127423] The bug is fixed

2017-06-21 Thread Vittore SCOLARI via RT
The bugs seems fixed as of today - 2017.06-13-g6b634a3 Thank you