On Mon May 24 07:37:14 2010, masak wrote: > <masak> rakudo: sub foo(Str $x) #`{LOL IMA COMMENT} { ... } > <p6eval> rakudo a4d326: OUTPUT«Unable to parse postcircumfix:sym<( )>, > couldn't find final ')' [...] > <masak> std: sub foo(Str $x) #`{LOL IMA COMMENT} { ... } > <p6eval> std 30775: OUTPUT«ok 00:01 116m» > * masak submits rakudobug > <masak> there are variants, too. > <masak> rakudo: sub foo($x) #`{LOL IMA COMMENT} { ... } > <p6eval> rakudo a4d326: OUTPUT«Symbol '$ss_SS_S_S__S_S_s' not > predeclared [...] > <masak> er. > <masak> locally, that gives "Lexical '$x' not found" > <pmichaud> I don't think that Rakudo ng knows #`{....} comments yet. > I could be wrong about that. > <pmichaud> (alpha did.) > <masak> hence the rakudobug.
Fixed; giving to moritz++ to re-enable appropriate spectests, or write some if missing. Thanks, Jonathan