Re: r24819 - docs/Perl6/Spec

2009-01-08 Thread Jon Lang
Darren Duncan wrote: > pugs-comm...@feather.perl6.nl wrote: >> >> Log: >> [S02] clarify that Pairs and Mappings are mutable in value, but not in key > > >> >> KeyHash Perl hash that autodeletes values matching default >> KeySet KeyHash of Bool (does Set in list/array context) >>

Re: r24809 - docs/Perl6/Spec

2009-01-08 Thread Geoffrey Broadwell
On Thu, 2009-01-08 at 23:06 +0100, pugs-comm...@feather.perl6.nl wrote: > +=item -0 *octal/hex* > + > +Sets input record separator. Missing due to lack of specification in > +L. There is a comment about this in the L > +section at the end of this document. I use this option quite a bit -- but on

Re: r24819 - docs/Perl6/Spec

2009-01-08 Thread Darren Duncan
pugs-comm...@feather.perl6.nl wrote: Log: [S02] clarify that Pairs and Mappings are mutable in value, but not in key KeyHash Perl hash that autodeletes values matching default KeySet KeyHash of Bool (does Set in list/array context) KeyBag KeyHash of UInt (does Bag

r24823 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
Author: particle Date: 2009-01-09 03:20:40 +0100 (Fri, 09 Jan 2009) New Revision: 24823 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] incorporate more of TimToady++'s notes, and format Notes section as proper Pod Modified: docs/Perl6/Spec/S19-commandline.pod ===

r24822 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
Author: particle Date: 2009-01-09 03:07:28 +0100 (Fri, 09 Jan 2009) New Revision: 24822 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] delimited options use eager matching semantics, are invisible to MAIN, but are available via %+OPTS<...> Modified: docs/Perl6/Spec/S19-commandline.p

r24819 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
Author: lwall Date: 2009-01-09 02:00:04 +0100 (Fri, 09 Jan 2009) New Revision: 24819 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarify that Pairs and Mappings are mutable in value, but not in key Modified: docs/Perl6/Spec/S02-bits.pod ==

r24809 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
Author: particle Date: 2009-01-08 23:06:35 +0100 (Thu, 08 Jan 2009) New Revision: 24809 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] address backward (in)compatibilities Modified: docs/Perl6/Spec/S19-commandline.pod ==

STD proposal: Make capture part of the parsing

2009-01-08 Thread Daniel Ruoso
Hi, I already spoke that on IRC, but this issue seems pretty important, so I decided to post here instead. STD currently doesn't make a difference from foo(1,2,3,a=>1,:b(2),:c<4>) and (1,2,3,a=>1,:b(2),:c<4>) regarding the content inside the parens. But the spec is pretty much clear that

Re: Writing to an iterator

2009-01-08 Thread Daniel Ruoso
Em Qui, 2009-01-08 às 13:42 +1100, Timothy S. Nelson escreveu: > On Wed, 7 Jan 2009, Jon Lang wrote: > > How would I define the method for writing to an iterator? > I guess I'd assumed that writing to an iterator wouldn't be possible, > as there are kinds of iterators where writing to them m