[perl6/specs] 524d26: [S09] fix coercion syntax usage, TimToady++

2012-02-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 524d26c4485a7f010e14f3828d12a1ee6aa522b3 https://github.com/perl6/specs/commit/524d26c4485a7f010e14f3828d12a1ee6aa522b3 Author: Moritz Lenz Date: 2012-02-22 (Wed, 22 Feb 2012) Changed paths: M S09-da

[perl #111288] BUG in regex engine

2012-02-22 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #111288] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111288 > $ perl6 > (grammar { token TOP { ? $='b' }; token a { a } }).parse: 'ab';

[perl #111286] [BUG] Name capture happens in the presence of a quantifier but not in its absence in Rakudo

2012-02-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111286] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111286 > nom: (grammar { token TOP { ? $='b' }; token a { a } }).parse: 'ab'; say $/.k

[perl #111284] [BUG] Values aren't shared between two 'our' declarations of a variable in Rakudo

2012-02-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111284] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111284 > moritz: our both declares a package variable and creates an lexical alias to it