[svn:perl6-synopsis] r14313 - doc/trunk/design/syn

2007-03-06 Thread larry
Author: larry Date: Tue Mar 6 21:54:01 2007 New Revision: 14313 Modified: doc/trunk/design/syn/S02.pod Log: Q: Can February March? A: No, but April May... Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/des

[svn:perl6-synopsis] r14312 - doc/trunk/design/syn

2007-03-06 Thread larry
Author: larry Date: Tue Mar 6 21:34:30 2007 New Revision: 14312 Modified: doc/trunk/design/syn/S02.pod Log: Some clarifications and oversights noted by TheDamian++. The &foo\($bar) shorthand for &foo.assuming($bar) is now gone. Modified: doc/trunk/design/syn/S02.pod

Re: [S09] "Whatever" indices and shaped arrays

2007-03-06 Thread Juerd Waalboer
Jonathan Lang skribis 2007-03-06 13:35 (-0800): > Could someone advise me on how to create patches? Single file: diff -u oldfile newfile Entire tree: diff -Nur oldtree/ newtree/ See also diff(1), and note that when diffing trees, you want to distclean them first :) -- korajn salutojn,

Re: [S09] "Whatever" indices and shaped arrays

2007-03-06 Thread Jonathan Lang
Larry Wall wrote: I like it. I'm a bit strapped for time at the moment, but if you send me a patch for S09 I can probably dig up a program to apply it with. :) Could someone advise me on how to create patches? -- Jonathan "Dataweaver" Lang

new Parrot project manager

2007-03-06 Thread Allison Randal
We're splitting off the Parrot project manager role from the Perl 6 project manager role, to make better use of the time and energy of available volunteers. Will "Coke" Coleda has graciously agreed to take on the PM responsibilities for Parrot, and Jesse Vincent will continue as PM for Perl 6.

Re: [S09] "Whatever" indices and shaped arrays

2007-03-06 Thread Larry Wall
I like it. I'm a bit strapped for time at the moment, but if you send me a patch for S09 I can probably dig up a program to apply it with. :) Larry