[perl #76432] [BUG] Can't parse functions having a keyword as a prefix and whose body is followed by a newline but not a semicolon in Rakudo

2014-01-17 Thread Will Coleda via RT
On Wed Jul 25 08:49:12 2012, masak wrote: > $ cat foo > class A { > has %!x; > > method m { > sub foo { > } > > %!x = 42; > } > } > > $ nom foo > ===SORRY!=== > CHECK FAILED: > Undefined routine '&x' called (line 8) > > $ nom -v > This is perl6 version 2012.0

[perl #76432] [BUG] Can't parse functions having a keyword as a prefix and whose body is followed by a newline but not a semicolon in Rakudo

2010-07-09 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76432] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76432 > I just found a crazy error in rakudo RT has ~600 of those :-) but do tell you can't