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