# New Ticket Created by Rob Hoelz
# Please include the string: [perl #123446]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123446 >
The following should fail to compile, even if foo is never called:
sub foo(&cb:(Str)) {
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #123445]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123445 >
For example:
sub doing-stringy-thing(&action:(Str)) {
action 'Hello';
}
The following fa
# New Ticket Created by Rob Hoelz
# Please include the string: [perl #123444]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123444 >
The attached file has code and example output for this bug.
closure-parameter-arity-mismatc
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: e15acbc12ed5c800c3c905faecb450c28bf16535
https://github.com/perl6/specs/commit/e15acbc12ed5c800c3c905faecb450c28bf16535
Author: Jonathan Worthington
Date: 2014-12-17 (Wed, 17 Dec 2014)
Changed paths:
http://parrot.org/news/2014/Parrot-6.11.0
On behalf of the Parrot team, I'm proud to announce Parrot 6.11.0, also known
as "Fischer's Lovebird". Parrot (http://parrot.org/) is a virtual machine aimed
at running all dynamic languages.
Highlights:
Performance: 15-25% faster, fixed GC, exp