Re: Placeholder variable misuse.

2009-07-30 Thread Patrick R. Michaud
On Thu, Jul 30, 2009 at 10:29:04AM -0500, Kyle Hasselbacher wrote: > In Rakudo right now, this lives: "{$foo;$^foo}(1)" > > However, the spec test expects it to die during compilation (see the > end of S06-signature/positional-placeholders.t). It says, "A > non-twigil variable should not precede

Placeholder variable misuse.

2009-07-30 Thread Kyle Hasselbacher
In Rakudo right now, this lives: "{$foo;$^foo}(1)" However, the spec test expects it to die during compilation (see the end of S06-signature/positional-placeholders.t). It says, "A non-twigil variable should not precede a corresponding twigil variable." In Rakudo right now, this says 3: sub fo