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.
>
>
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
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
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
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
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
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_
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
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