# New Ticket Created by John (ash)
# Please include the string: [perl #71554]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=71554 >
A simple example of where this is useful:
role Foo {
method bar {
ret
# New Ticket Created by John (ash)
# Please include the string: [perl #76606]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=76606 >
Autovivifcation works in a single file, but if you try to do it across files
and use &
# New Ticket Created by John (ash)
# Please include the string: [perl #78004]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78004 >
$ perl6
> class A { method a { 1 } }; A.can('a');
===SORRY!===
# New Ticket Created by John (ash)
# Please include the string: [perl #78068]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78068 >
$ perl6
> my $*a = 1;
1
> say $*a;
===SORRY!===
Contextual $*a not found
Not
# New Ticket Created by John (ash)
# Please include the string: [perl #78142]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78142 >
The S04 section on Statement Level Bare Blocks says:
# Not an error: Equivalent to
# New Ticket Created by John (ash)
# Please include the string: [perl #78156]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78156 >
Some subs can 'does Callable' while other return Null PMC access errors.
# New Ticket Created by John (ash)
# Please include the string: [perl #78188]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78188 >
$ perl6
> &infix:
Could not find sub &infix:
> 1 Xxx 2
1 1
so
Thank you!!
On 9/15/2017 2:03 PM, Timo Paulssen via RT wrote:
> I just committed a hotfix so the upcoming release can go through.
> Hopefully it can be replaced with a proper implementation of optional
> parameters for the nativecall compiler soon.
>
> https://github.com/rakudo/rakudo/commit/1818
Thank you!!
On 9/15/2017 2:03 PM, Timo Paulssen via RT wrote:
> I just committed a hotfix so the upcoming release can go through.
> Hopefully it can be replaced with a proper implementation of optional
> parameters for the nativecall compiler soon.
>
> https://github.com/rakudo/rakudo/commit/1818