Changes between Initial Version and Version 3 of Ticket #952

Show
Ignore:
Timestamp:
08/26/09 20:57:24 (12 years ago)
Author:
coke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #952

    • Property summary changed from pcc_arg_unify branch doesn't build. to pcc_arg_unify branch fails tests.
  • Ticket #952 – description

    initial v3  
    1 Build ends with: 
     1To test on this branch, use 
    22 
    33{{{ 
    4 make[1]: Entering directory `/home/coke/sandbox/pcc_rewiring/compilers/tge' 
    5 ../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pbc --output=TGE/Parser.pir TGE/Parser.pg 
    6 shift_string() not implemented in class 'String' 
    7 current instr.: 'parrot;P6metaclass;register' pc 750 (runtime/parrot/library/P6object.pir:480) 
    8 called from Sub 'parrot;P6object;onload' pc 34 (runtime/parrot/library/P6object.pir:86) 
    9 called from Sub 'parrot;PGE;Match;' pc -1 ((unknown file):-1) 
    10 ... call repeated 1 times 
    11 called from Sub 'parrot;PGE;Perl6Grammar;Compiler;__onload' pc -1 ((unknown file):-1) 
    12 ... call repeated 1 times 
    13 called from Sub 'parrot;PGE;Perl6Grammar;Compiler;main' pc -1 ((unknown file):-1) 
    14 ... call repeated 1 times 
    15 make[1]: *** [TGE/Parser.pir] Error 1 
    16 make[1]: Leaving directory `/home/coke/sandbox/pcc_rewiring/compilers/tge' 
    17 make: *** [compilers.dummy] Error 2 
     4make corevm coretest 
    185}}} 
    196 
    20 This is on feather.perl6.nl (linux 386) 
     7There are a few hundred test failures that need to be resolved before this work can be merged back to trunk. 
     8 
     9Once we get the core tests passing, we'll expand our testing to the non-core bits, and then to the HLLs.