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