Call for review: traits, lift

2009-05-03 Thread Moritz Lenz
Hi, I've written a few tests for two things that I feel I don't really understand, traits and the `lift' statement prefix. You can find them in t/spec/S14-traits/basic.t t/spec/S04-statements/lift.t I'd appreciate it if you could take a look at them and tell me if they conform to what the spec

Re: Call for review: traits, lift

2009-05-03 Thread Moritz Lenz
Moritz Lenz wrote: sub f (lift $a + $b); I mean 'sub f() { lift $a + $b }', sorry.

r26645 - docs/Perl6/Spec

2009-05-03 Thread pugs-commits
Author: moritz Date: 2009-05-03 21:17:22 +0200 (Sun, 03 May 2009) New Revision: 26645 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] a quantified capture that matches zero times produces a Nil Modified: docs/Perl6/Spec/S05-regex.pod

r26647 - docs/Perl6/Spec

2009-05-03 Thread pugs-commits
Author: moritz Date: 2009-05-03 21:17:38 +0200 (Sun, 03 May 2009) New Revision: 26647 Removed: docs/Perl6/Spec/update docs/Perl6/Spec/update.bat Log: [docs] remove update scripts Those are now unnecessary after the syn documents moved from perl.org to the pugs repo Deleted:

r26648 - docs/Perl6/Spec

2009-05-03 Thread pugs-commits
Author: moritz Date: 2009-05-03 21:17:43 +0200 (Sun, 03 May 2009) New Revision: 26648 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] a few more X... tags Modified: docs/Perl6/Spec/S04-control.pod === ---

Re: Docstrings in Perl 6

2009-05-03 Thread Damian Conway
Hinrik Örn Sigurðsson wrote: I've been thinking lately about how Perl 6 might offer functionality similar to Python's docstrings. That is, documentation which is tied directly to a particular routine, class or module[1]. This is something which would is very useful in a REPL, and for

r26655 - docs/Perl6/Spec

2009-05-03 Thread pugs-commits
Author: lwall Date: 2009-05-04 05:36:15 +0200 (Mon, 04 May 2009) New Revision: 26655 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] clarify parsing of statement controls Modified: docs/Perl6/Spec/S04-control.pod === ---

r26657 - docs/Perl6/Spec

2009-05-03 Thread pugs-commits
Author: lwall Date: 2009-05-04 05:39:46 +0200 (Mon, 04 May 2009) New Revision: 26657 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] random minor cleanup Modified: docs/Perl6/Spec/S02-bits.pod === ---

r26658 - docs/Perl6/Spec/S32-setting-library

2009-05-03 Thread pugs-commits
Author: lwall Date: 2009-05-04 05:42:39 +0200 (Mon, 04 May 2009) New Revision: 26658 Modified: docs/Perl6/Spec/S32-setting-library/Callable.pod docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [Callable] defined defined on Code [Containers] de-List routines that should return Capture

r26659 - docs/Perl6/Spec/S32-setting-library

2009-05-03 Thread pugs-commits
Author: lwall Date: 2009-05-04 05:55:43 +0200 (Mon, 04 May 2009) New Revision: 26659 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: incomplete plural to singular tranformation on key tests Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

r26660 - docs/Perl6/Spec

2009-05-03 Thread pugs-commits
Author: lwall Date: 2009-05-04 05:57:29 +0200 (Mon, 04 May 2009) New Revision: 26660 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] previous patch confused statement prefixes with statement controls Modified: docs/Perl6/Spec/S04-control.pod

r26662 - docs/Perl6/Spec

2009-05-03 Thread pugs-commits
Author: lwall Date: 2009-05-04 06:29:35 +0200 (Mon, 04 May 2009) New Revision: 26662 Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod Log: [S14] syntax category declarations need symbol in brackets Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod