# New Ticket Created by Moritz Lenz
# Please include the string: [perl #125690]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125690 >
This script here:
# BEGIN SCRIPT
my grammar PgTokenizer {
token double_quote_normal
Hi,
> On 23 Jul 2015, at 21:59, Jeff Linahan (via RT)
> wrote:
>
> # New Ticket Created by Jeff Linahan
> # Please include the string: [perl #125672]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=125672 >
>
>
> Spec g
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #125689]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125689 >
m: multi trait_mod:(Mu:U $type, :$data!){ say
$type.attributes; say 1 }; class X is data
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 6d5f4ac192392c383b8831df9d29c4e70ce2e675
https://github.com/perl6/specs/commit/6d5f4ac192392c383b8831df9d29c4e70ce2e675
Author: ShimmerFairy
Date: 2015-07-24 (Fri, 24 Jul 2015)
Changed paths:
M S32-s
# New Ticket Created by Jeff Linahan
# Please include the string: [perl #125672]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125672 >
Spec gives an example use of no strict, but Rakudo still requires variables
be declared:
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 9fc6bb74cf103627f619505cd4eea856f65d5766
https://github.com/perl6/specs/commit/9fc6bb74cf103627f619505cd4eea856f65d5766
Author: Geoffrey Broadwell
Date: 2015-07-23 (Thu, 23 Jul 2015)
Changed paths:
M
# New Ticket Created by Geoffrey Broadwell
# Please include the string: [perl #125670]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125670 >
It appears you can't use an rx{} literal as a parameter default:
$ perl6 -e 'sub f
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: af82a6f86b9a6b3efbd85fa6df828c0a07412d8d
https://github.com/perl6/specs/commit/af82a6f86b9a6b3efbd85fa6df828c0a07412d8d
Author: ShimmerFairy
Date: 2015-07-23 (Thu, 23 Jul 2015)
Changed paths:
M S03-o