Re: [svn:parrot] r17012 - in trunk: runtime/parrot/library/Parrot t/compilers/past-pm

2007-02-15 Thread Nicholas Clark
On Fri, Feb 16, 2007 at 12:42:24AM +0200, Allison Randal wrote: > Nicholas Clark wrote: > > > > What happens if you add a stage with the same name as an existing stage? > > It gets added twice. You might repeat a stage like "optimize_tree" or > "display_benchmarks" after each transformation. > >

Re: [svn:parrot] r17012 - in trunk: runtime/parrot/library/Parrot t/compilers/past-pm

2007-02-15 Thread Allison Randal
Nicholas Clark wrote: > > What happens if you add a stage with the same name as an existing stage? It gets added twice. You might repeat a stage like "optimize_tree" or "display_benchmarks" after each transformation. > Is ambiguity acceptable? What kind of ambiguity? Allison

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

2007-02-15 Thread larry
Author: larry Date: Thu Feb 15 13:04:59 2007 New Revision: 13587 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S12.pod Log: Split statement_modifier category in two. List comprehensions can now be done with statement modifiers. Multiple dispatch

Re: [svn:parrot] r17012 - in trunk: runtime/parrot/library/Parrot t/compilers/past-pm

2007-02-15 Thread Nicholas Clark
On Thu, Feb 15, 2007 at 09:39:28AM -0800, [EMAIL PROTECTED] wrote: > +=item addstage(string stagename [, "option" => value, ... ]) > + > +Add a stage to the compilation process queue. Takes either a "before" or > +"after" named argument, which gives the relative ordering of the stage > +to be adde

Re: [perl #41511] Parrot_call_sub* Incompatible with Multisubs

2007-02-15 Thread Matt Diephouse
via RT chromatic <[EMAIL PROTECTED]> wrote: # New Ticket Created by chromatic # Please include the string: [perl #41511] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41511 > Hi there, Here's a complex one. Define a mul

Re: [perl #41478] [PATCH] add Test::More::skip()

2007-02-15 Thread Allison Randal
Sam Vilain wrote: multi-sub? skip string skip int, string I just committed (r17010) a version of the original patch, shifted over to a multisub. Allison

[svn:parrot-pdd] r17009 - trunk/docs/pdds

2007-02-15 Thread allison
Author: allison Date: Thu Feb 15 06:25:01 2007 New Revision: 17009 Modified: trunk/docs/pdds/pdd22_io.pod Log: [pdd]: Typo fix for I/O PDD, smash++ Modified: trunk/docs/pdds/pdd22_io.pod == --- trunk/docs/pdds/pdd22_

[PATCH] languages/PIR updates

2007-02-15 Thread Klaas-Jan Stol
hi, attached a patch for languages/PIR, fixing: * changed PIRGrammar into PIR::Grammar (changes many files) * updated pirgrammar.pod * updates to ASTGrammar.tg regards, kjs Index: languages/PIR/docs/pirgrammar.pod === --- languages

[svn:parrot-pdd] r17008 - in trunk: . docs/pdds/draft

2007-02-15 Thread chromatic
Author: chromatic Date: Thu Feb 15 01:35:25 2007 New Revision: 17008 Modified: trunk/docs/pdds/draft/pdd15_objects.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: [EMAIL PROTECTED]: chromatic | 2007-02-15 00:34:31 -0800 [Docs] Fix POD error in P