Re: phix updates
- Posted by begin Apr 03, 2019
- 1521 views
hi pete,
running amb2.exw from rosetta displays:
The original: success: {"that","thing","grows","slowly"} Small Pythagorean triples problem: success: {3,4,5} success: {4,3,5} success: {6,8,10} success: {8,6,10} Some strange not 8 problem: success: {2,4}
now i add the trace command at the very top of the file:
with trace trace(1)
the result is:
pDiagN.e line 3322: symtab[220] bad S_NTyp[1] "sleep(5)..." pDiagN.e line 3064: oops, rtn[=8848] out of range[1..1285] pDiagN.e line 3064: oops, rtn[=9140] out of range[1..1285] H:\Phix\demo\rosetta\Amb2.exw:-1 (era=#00739AA9, from_addr=#0, ret_addr=#0) type check failure, ???(varno=8745[or_ecx=#00002229]) is ??? Global & Local Variables --> see H:\Phix\demo\rosetta\ex.err Press Enter...
That is not wanted - or?
btw, may be you can release version and tell everybody about the still persistent linux problems.
richard