[perl #128927] [BUG] coercions don't ensure result type

2016-08-14 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128927] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128927 > The description of coercion in S02 says: # The type outside the parens indicates the desired e

[perl #128928] [BUG] Regex returned by method has duff .perl

2016-08-14 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128928] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128928 > > (method { /foo/ })(2).perl method /foo/ This .perl result does not parse as Perl code, and i

[perl #128931] [BUG] .WHICH doesn't distinguish identically-named classes

2016-08-14 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128931] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128931 > > ({ my class Aa {} }(), { my class Aa {} }()).map({ ($_.WHICH, $_.WHERE) }) ((Aa 4704039386114

[perl #128934] [BUG] .WHICH doesn't distinguish between instances of identically-named classes

2016-08-14 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128934] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128934 > > my $n = { my class Num {} }().new; my $m = $n.WHICH.Str.split("|")[1].Num; > for $n, $m { sa

[perl #128935] "where" clauses are parsed, but not enforced, in "my" expressions

2016-08-14 Thread via RT
# New Ticket Created by Timo Paulssen # Please include the string: [perl #128935] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128935 > gfldex: m: dd my ($i, $k where * == 4) = (1,3); dd $i, $k +camelia: rakudo-mo

[perl #128936] X::Placeholder::NonPlaceholder is unused

2016-08-14 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128936] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128936 > It appears that X::Placeholder::NonPlaceholder exists in the code but is unused anywhere.

[perl #128937] Supply.throttle should return a Supply of pairs

2016-08-14 Thread via RT
# New Ticket Created by 刘刊 # Please include the string: [perl #128937] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128937 > Supply.throttle returns a Supply of promises, which in practice may be inadequate. It should retur