[perl #125690] Rakudo has stopped matching a regex, related to | vs. ||

2015-07-25 Thread via RT
# 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

Re: [perl #125672] [BUG] no strict still requires variables be declared

2015-07-25 Thread Elizabeth Mattijsen
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

[perl #125689] [BUG] No error when doing 'is trait' and the trait is missing in Rakudo

2015-07-25 Thread Carl Mäsak
# 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

[perl6/specs] 6d5f4a: Update S32::Str to align better with S15

2015-07-25 Thread GitHub
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

[perl #125672] [BUG] no strict still requires variables be declared

2015-07-25 Thread via RT
# 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:

[perl6/specs] 9fc6bb: Verb agreement fix

2015-07-25 Thread GitHub
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

[perl #125670] Can't set rx{} as parameter default

2015-07-25 Thread via RT
# 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

[perl6/specs] af82a6: Remove ancient string types

2015-07-25 Thread GitHub
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