I've gone ahead and applied the "null $P0" patch above (thanks!) -- it's
not exactly correct but it's less wrong than other alternatives at the
moment.
I suspect the correct approach will be to eliminate the existing global
vars and turn them into attributes on the PAST::Compiler object. But
I'll
On Mon, Mar 17, 2008 at 10:21 AM, Will Coleda via RT
<[EMAIL PROTECTED]> wrote:
> On Mon Mar 17 09:34:24 2008, cognominal wrote:
> > $?SUB is not reset between two evals so the outer to an undefined
> > block. I am not sure this is
> > the best place to reset $?SUB.
> > At least if seems to f
On Mon Mar 17 09:34:24 2008, cognominal wrote:
> $?SUB is not reset between two evals so the outer to an undefined
> block. I am not sure this is
> the best place to reset $?SUB.
> At least if seems to fix the bug.
>
>
> Index: /Users/stef/svn/parrot/compilers/pct/src/PAST/Compiler.pir
> ==