[perl #128393] [BUG] "fail" inside BUILD is ignored

2016-06-12 Thread via RT
# New Ticket Created by Salvador Ortiz # Please include the string: [perl #128393] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128393 > In latest nom failing inside BUILD can't be detected anymore: star-m: class Foo {

[perl #128306]

2016-06-12 Thread Daniel Green
Fixed in Rakudo PR #785 (https://github.com/rakudo/rakudo/pull/785).

[perl #128156] dependency errors

2016-06-12 Thread Tobias Leich via RT
These patches fix and test the remaining issue: https://github.com/rakudo/rakudo/commit/d0a00164e9 https://github.com/perl6/roast/commit/716b94f7ff

[perl #128392] [BUG] Signature with Callable type constraint deparses incorrectly

2016-06-12 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128392] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128392 > > :(Int $a).perl :(Int $a) > :(Numeric $a).perl :(Numeric $a) > :(Callable $a).perl :($a) The

[perl #128391] [BUG] Parameter deparses bogusly

2016-06-12 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128391] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128391 > > :($a).params[0].WHAT.perl Parameter > :($a).params[0].perl Mu $a > :($a).params[0].perl.EVAL

[perl #128390] Slip inside Scalar deparses badly

2016-06-12 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128390] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128390 > > my $a = slip(2,3,4) (2 3 4) > $a.perl slip$(2, 3, 4) > $a.perl.EVAL ===SORRY!=== Error while