[perl6/specs] 35bcd4: TBD: Redundant material in grammar/parser/syntax a...

2015-05-06 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 35bcd42e4ee055310074999566c2a5d6862e9dd3 https://github.com/perl6/specs/commit/35bcd42e4ee055310074999566c2a5d6862e9dd3 Author: Stéphane Payrard Date: 2015-05-07 (Thu, 07 May 2015) Changed paths: M S

[perl #125116] [BUG] More helpful sorry message for bitwise operators

2015-05-06 Thread via RT
# New Ticket Created by Kevin Colyer # Please include the string: [perl #125116] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125116 > Dear All, This is not a bug, but not sure how to add a suggestion. I love the helpful S

Re: [perl #125123] No X::TypeCheck when pushing something with a wrong type to a native typed array

2015-05-06 Thread Elizabeth Mattijsen
> On 06 May 2015, at 22:15, Christian Bartolomaeus (via RT) > wrote: > > # New Ticket Created by Christian Bartolomaeus > # Please include the string: [perl #125123] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=125123 >

[perl #125123] No X::TypeCheck when pushing something with a wrong type to a native typed array

2015-05-06 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #125123] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125123 > Two tests in S02-types/array-shapes.t fail, because pushing a string to a typed

[perl #125122] [BUG] capturing to lexical variable buggy

2015-05-06 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #125122] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125122 > Here it explodes: my $foo; "abcd" ~~ m/a $foo=(..) d/ rakudo-moar 343474: OUTPUT«===SORR

[perl #125120] [BUG] LTA error message when an enum value occurs in the signature of a routine without a closing curly brace '}' in Rakudo

2015-05-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125120] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125120 > m: enum X; enum Q; multi infix:«~~»(X $a, Q $b) { True # all X match all Q }; say A ~~ F

[perl #125101] Newline before => breaking parse

2015-05-06 Thread Carl Mäsak via RT
labster (>): > It sounds like this is intentional behavior. Indeed. Rejecting ticket.