[perl #130072] Golfed SegV

2016-11-12 Thread via RT
# New Ticket Created by Jason Cole # Please include the string: [perl #130072] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130072 > m: my %h; %h{class { has str $.s }.new.s} = 1 rakudo-moar c541b3: OUTPUT«(signal SEGV)» wh

[perl #130079] Destructuring in “my” creates a null object (my ($x, [@y]) = 24, [40, 50])

2016-11-12 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130079] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130079 > Code: my ($x, [@y]) = 24, [40, 50, 60]; say @y.perl Result: Cannot c

[perl #130081] [@LARRY] Grammar.parse DWIMs only if your TOP rule has $ on the end

2016-11-12 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130081] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130081 > To demonstrate how it works, let's say we have this grammar: grammar