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

2009-05-06 Thread pugs-commits
Author: masak Date: 2009-05-06 11:06:07 +0200 (Wed, 06 May 2009) New Revision: 26694 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] fixed minor typo Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

r26700 - docs/Perl6/Spec

2009-05-06 Thread pugs-commits
Author: jnthn Date: 2009-05-06 15:36:27 +0200 (Wed, 06 May 2009) New Revision: 26700 Modified: docs/Perl6/Spec/S12-objects.pod Log: [spec] Rename ^isa() to get list of parents to ^parents so there's no confusion with .^isa(Foo) and consistency with .^does(Foo) and .^roles(). Also fill out the

Re: r26700 - docs/Perl6/Spec

2009-05-06 Thread Jon Lang
> @@ -1836,6 +1836,12 @@ >  prototype objects, in which case stringification is not likely to >  produce something of interest to non-gurus.) > > +The C<.^parents> method by default returns a flattened list of all > +parents sorted in MRO (dispatch) order. Other options are: > + > +    :local      

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

2009-05-06 Thread pugs-commits
Author: masak Date: 2009-05-06 17:20:36 +0200 (Wed, 06 May 2009) New Revision: 26705 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/Containers] added .comb [S32/IO] added .comb Modified: docs/Perl6/Spec/S32-setting-library/C

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

2009-05-06 Thread pugs-commits
Author: masak Date: 2009-05-06 17:20:32 +0200 (Wed, 06 May 2009) New Revision: 26704 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] removed $chars param from .getc See for the discussion about this. Modified: docs/Perl

Re: Docstrings in Perl 6

2009-05-06 Thread Leon Timmermans
2009/5/4 Damian Conway : > > Each approach has advantages and disadvantages. > Feedback via this forum would be most welcome. > Most people seem to lean towards the pod comments, though I disagree with it on a simple ground: aesthetics. Python docstrings aren't just useful, they are reasonably pre

Re: Docstrings in Perl 6

2009-05-06 Thread Hinrik Örn Sigurðsson
On Wed, May 6, 2009 at 3:42 PM, Leon Timmermans wrote: > Most people seem to lean towards the pod comments, though I disagree > with it on a simple ground: aesthetics. Python docstrings aren't just > useful, they are reasonably pretty too, #={} isn't. In fact I'd say > it's pretty fugly. I think t

Re: r26700 - docs/Perl6/Spec

2009-05-06 Thread Moritz Lenz
Jon Lang wrote: >> @@ -1836,6 +1836,12 @@ >> prototype objects, in which case stringification is not likely to >> produce something of interest to non-gurus.) >> >> +The C<.^parents> method by default returns a flattened list of all >> +parents sorted in MRO (dispatch) order. Other options are: >

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

2009-05-06 Thread pugs-commits
Author: masak Date: 2009-05-06 19:03:52 +0200 (Wed, 06 May 2009) New Revision: 26706 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: [S32/Str] comb now defaults to /./, use words for /\S+/ Modified: docs/Perl6/Spec/S32-setting-library/Str.pod

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

2009-05-06 Thread pugs-commits
Author: lwall Date: 2009-05-06 20:20:48 +0200 (Wed, 06 May 2009) New Revision: 26707 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: slight braino Modified: docs/Perl6/Spec/S32-setting-library/Str.pod === --- docs/Perl