On Thu, 26 Sep 2002, Dan Sugalski wrote:

> At 5:05 PM +0200 9/26/02, H.Merijn Brand wrote:
> >
> >perl t/harness
> >t/builtins/array.....Can't bless non-reference value at 
> >../../assemble.pl line 163.
> 
> Hrm. What version of perl are you running?

Doesn't matter (within reason).  It's a 'make test' bug.  Specifically,

        cd languages/perl6 && make test

fails, but

        cd languages/perl6 && ./perl6 --test

might succeed.

I suspect it's actually an imcc calling-convention problem -- I see a
generated a.pasm file in my perl6 directory, but all of the t/*/*.pasm
files are empty.  The assembler (obviously) can't assemble an empty file,
though perhaps a patch to assemble.pl to detect an empty .pasm file and
give a better warning would be in order.

'make test' ought to work.  It ought to automatically handle any
Perl6Grammar regenerations needed.

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to