On Aug 29, 2005, at 19:28, Will Coleda wrote:
Next big issue with tcl in leo-ctx5 seems to be PGE's glob (A quick check shows no tests for glob, which is probably why this fell through the cracks.) Below, find a short PIR snippet that demonstrates the problem. in trunk, it prints:
751 compile P15, P15, S15 - P15=Compiler=PMC(0xea2290), P15=Compiler=PMC(0xea2290), S15=".sub _pge_rule\n ."
The compile opcode in the branch doesn't work (and will be removed, it should print a message, saying so, though).
Anyway, instead of: Px = compile PComp, Scode just invoke the compiler: Px = PComp(Scode) leo