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 > >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 namespaces > >implementation. > > > 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.
Indeed, the patch has nothing to do with extending full nested namespace support to TGE and PGE. It's just a regression fix now that .namespace [''] doesn't do what it used to. Unless you're planning to do that overhaul before 0.4.6, I'd like to at least avoid those regressions. -- Chip Salzenberg <[EMAIL PROTECTED]>