Re: PGE and TGE vs. .namespace

2006-07-09 Thread Dr.Ruud
Allison Randal schreef: > Chip Salzenberg: >> The below patches are my guess as to how to fix PGE and TGE for the >> recent change in .namespace. (That is, C<.namespace ['']> now means >> what it says, and the HLL root is reachable by C<.namespace> w/o >> parameters.) > > TGE and PGE both need a

Re: PGE and TGE vs. .namespace

2006-07-06 Thread Chip Salzenberg
On Thu, Jul 06, 2006 at 10:01:39PM -0700, Chip Salzenberg wrote: > On Thu, Jul 06, 2006 at 05:22:47PM -0700, Allison Randal wrote: > > jerry gay wrote: > > >On 7/6/06, Allison Randal <[EMAIL PROTECTED]> wrote: > > > > > >meanwhile, back at the ranch, perl6 is failing all > > >t/00-parrot/08-regex.t

Re: PGE and TGE vs. .namespace

2006-07-06 Thread Chip Salzenberg
On Thu, Jul 06, 2006 at 05:22:47PM -0700, Allison Randal wrote: > jerry gay wrote: > >On 7/6/06, Allison Randal <[EMAIL PROTECTED]> wrote: > > > >meanwhile, back at the ranch, perl6 is failing all > >t/00-parrot/08-regex.t tests due to the .namespace changes. chip's > >proposed PGE patch fixes thos

Re: PGE and TGE vs. .namespace

2006-07-06 Thread Allison Randal
jerry gay wrote: On 7/6/06, Allison Randal <[EMAIL PROTECTED]> wrote: meanwhile, back at the ranch, perl6 is failing all t/00-parrot/08-regex.t tests due to the .namespace changes. chip's proposed PGE patch fixes those failures. Oh, I didn't mean "don't apply it", just "there's more work ahead

Re: PGE and TGE vs. .namespace

2006-07-06 Thread Chip Salzenberg
On Thu, Jul 06, 2006 at 04:44:35PM -0700, jerry gay wrote: > On 7/6/06, Allison Randal <[EMAIL PROTECTED]> wrote: > >Chip Salzenberg wrote: > >> The below patches are my guess as to how to fix PGE and TGE for the > >recent > >> change in .namespace. (That is, C<.namespace ['']> now means what it

Re: PGE and TGE vs. .namespace

2006-07-06 Thread jerry gay
On 7/6/06, Allison Randal <[EMAIL PROTECTED]> wrote: Chip Salzenberg wrote: > The below patches are my guess as to how to fix PGE and TGE for the recent > change in .namespace. (That is, C<.namespace ['']> now means what it says, > and the HLL root is reachable by C<.namespace> w/o parameters.)

Re: PGE and TGE vs. .namespace

2006-07-06 Thread Allison Randal
Chip Salzenberg wrote: The below patches are my guess as to how to fix PGE and TGE for the recent change in .namespace. (That is, C<.namespace ['']> now means what it says, and the HLL root is reachable by C<.namespace> w/o parameters.) TGE and PGE both need a thorough going-over for the new n

PGE and TGE vs. .namespace

2006-07-06 Thread Chip Salzenberg
The below patches are my guess as to how to fix PGE and TGE for the recent change in .namespace. (That is, C<.namespace ['']> now means what it says, and the HLL root is reachable by C<.namespace> w/o parameters.) The TGE patch seems to work, but I got test failure from my PGE patch. Patrick? Al