Re: pluralization idea that keeps bugging me

2008-02-10 Thread Richard Hainsworth
Brandon S. Allbery KF8NH wrote: On Feb 9, 2008, at 11:43 , Richard Hainsworth wrote: I posted an idea about pluralisation could be handled in a way that would not be English-centric (Subject: interpolation contextualisation). There were no responses to the idea. Was it so bad? Did no one see

Re: [PROPOSAL] Remove pynie's .tg transformation file

2008-02-10 Thread Klaas-Jan Stol
Done; the file is removed in r25621 On Feb 8, 2008 4:15 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Fri, Feb 08, 2008 at 12:52:43PM +0100, Klaas-Jan Stol wrote: > > languages/pynie directory contains a file in src/PAST/Grammar.tg, which > is > > the tree transformation for pynie. > >

Re: pluralization idea that keeps bugging me

2008-02-10 Thread Ryan Richter
On Sun, Feb 10, 2008 at 12:56:14PM +0300, Richard Hainsworth wrote: > How - in sketch form - would I go about creating a module to do what I > suggest? I am not suggesting someone writes a module I have suggested, > but the barebones steps to creating a new metacharacter. > > I have written infi

Re: [RT#48260] Documentation missing]

2008-02-10 Thread ajr
Patches to events.c and inter_misc.c should be attached to the back bumper. If they're OK, perhaps someone could commit them? -- Email and shopping with the feelgood factor! 55% of income to good causes. http://www.ippimail.comIndex: src/events.c

Re: [perl #50622] "nmake test" bug?

2008-02-10 Thread Paul Cochrane
On 07/02/2008, Ron Blaschke <[EMAIL PROTECTED]> wrote: > jerry gay wrote: > > On Feb 7, 2008 5:38 AM, via RT Ted Neward > > <[EMAIL PROTECTED]> wrote: > >> > >> t/library/pg. > >> > >> Interestingly, a parrot.exe process is left running, even after Ctrl-C'ing > >> th

Re: [svn:parrot] r25630 - trunk/include/parrot

2008-02-10 Thread chromatic
On Sunday 10 February 2008 10:52:26 [EMAIL PROTECTED] wrote: > Modified: >trunk/include/parrot/compiler.h > > Log: > [src] Added Microsoft's standard source code annotation language (SAL) > annotations to NOTNULL, NULLOK, ARGIN, and others. I'm all for this change, but it throws a lot of "_MS

Re: [perl #50492] AutoReply: [PATCH][lolcode] Allow arguments to functions. Pass parameters to the appropriate functions at runtime.

2008-02-10 Thread Stephen Weeks
Okay, this works properly and 'make test' passes, varargs functions work fine, VISIBLE is no longer special-cased, subs aren't stuffed into lexicals when they're defined, they're properly looked up with find_name, a couple of fixes. Function return values are a bit sketchy, but that's waiting on P

Re: [svn:parrot] r25630 - trunk/include/parrot

2008-02-10 Thread Andy Lester
On Feb 10, 2008, at 4:00 PM, chromatic wrote: I'm all for this change, but it throws a lot of "_MSC_VER is not defined" errors in non-Windows platforms. I poked at the defines a little bit, but didn't see an immediately obvious way to make things right (my most recent attempt broke the O

Re: [perl #50492] AutoReply: [PATCH][lolcode] Allow arguments to functions. Pass parameters to the appropriate functions at runtime.

2008-02-10 Thread Stuart Jansen
I'm really glad to see you're still working on this, but I don't think this patch is ready to be merged yet. On Sun, 2008-02-10 at 17:02 -0700, Stephen Weeks wrote: > Okay, this works properly and 'make test' passes, varargs functions work > fine, VISIBLE is no longer special-cased, subs aren't st

[perl #50302] [TODO]: Refactor internals of t/harness

2008-02-10 Thread James Keenan via RT
The patch attach provides the refactoring of t/harness proposed in the OP. Please review. I'll apply in 3 days or so if no one objects. Thank you very much. kid51 (svn merge did not give me the intended results. Only the files that were altered went into the patch; the newly added files did no