r27816 - docs/Perl6/Spec

2009-07-30 Thread pugs-commits
Author: moritz Date: 2009-07-30 15:26:44 +0200 (Thu, 30 Jul 2009) New Revision: 27816 Modified: docs/Perl6/Spec/S09-data.pod Log: [S09] standard hash defaults to Object for values We don't want to autothread on assignment to hash. jnthn++ Modified: docs/Perl6/Spec/S09-data.pod ===

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

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

r27822 - docs/Perl6/Spec

2009-07-30 Thread pugs-commits
Author: wayland Date: 2009-07-31 02:08:15 +0200 (Fri, 31 Jul 2009) New Revision: 27822 Modified: docs/Perl6/Spec/S17-concurrency.pod docs/Perl6/Spec/S22-package-format.pod docs/Perl6/Spec/S26-documentation.pod Log: [S17, S22, S26] Turned URLs into links Modified: docs/Perl6/Spec/S17-con