Re: [perl #61870] [BUG] [META] Trac system borks authenticated user's privileges

2009-01-13 Thread Allison Randal
Bob Rogers wrote: I can't log in, though that may just be because I've forgotten the password. But the odd thing is that the "Reset Password" page says "The email and username do not match a known account", even though I know my ID is "rgrjr" and there are only a few possible email addresses I

Re: [perl #48014] [DEPRECATED] PMC union struct

2009-01-13 Thread Will Coleda
On Tue, Jan 13, 2009 at 10:17 PM, Will Coleda via RT wrote: > On Wed Nov 05 13:04:11 2008, chroma...@wgz.org wrote: >> On Wednesday 22 October 2008 09:28:38 Bernhard Schmalhofer via RT wrote: >> >> > Does this mean that this ticket can be closed and the deprecation item >> > in DEPRECATED.pod be r

Re: [PATCH] Add .trim method

2009-01-13 Thread jason switzer
On Mon, Jan 12, 2009 at 6:26 PM, Ovid wrote: > - Original Message > > > From: jason switzer > > > If we wanted language dependent version, use :leading, :trailing, and > :both. > > That will require each implementation properly handle the language > > variations. > > I think :start and :

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

2009-01-13 Thread kjs
Author: kjs Date: Tue Jan 13 06:52:29 2009 New Revision: 35488 Modified: trunk/docs/pdds/pdd19_pir.pod Log: [pdd19] Be more explicit; if you don't specify a :main flag, execution starts at the top. Modified: trunk/docs/pdds/pdd19_pir.pod =

Re: [PATCH] Add .trim method

2009-01-13 Thread Ovid
- Original Message > From: jason switzer > If we wanted language dependent version, use :leading, :trailing, and :both. > That will require each implementation properly handle the language > variations. I think :start and :end are my favorites. Huffman++ (maybe :begin and :end for c

Re: [PATCH] Add .trim method

2009-01-13 Thread jason switzer
On Mon, Jan 12, 2009 at 9:07 AM, jesse wrote: > > 'left' and 'right' are probably not the right names for functions which > trim leading and/or trailing space, since their meanings get somewhat > ambiguous if a language renders right-to-left instead of left-to-right > or vice-versa > I'm in favo

Re: [PATCH] Revised .trim patch

2009-01-13 Thread Moritz Lenz
Ovid wrote: > Seems Larry's agreed to the .trim method. There are bits that are not agreed > upon, so this patch only implements what we've agreed upon. It relies on the > new S29-str/trim.t test in pugs. I committed that earlier and updated > t/spectest.data. > > > In other words, the pat