From: Emery C. <ec...@vt...> - 2005-10-03 06:17:49
|
Nick, I spent about three hours tonight getting rid of 95% of the errors you detect with the test suite... of the remaining fails, only ONE of them is an actual problem--though it's questionable who's to blame! (The arcsin test bombs because of a rounding error on 1.0--if you run the test with the initial value at 0.9999999, it works fine...). The rest of the remaining fails are simply unimplemented features, like "if/then/else" or "&" or "|" or blah blah... no crashes or hangs anymore on anything; I've at least disallowed the syntax for these tests (if you use the -l option of o8core, you'd get the error messages in a log file). You can get the new version at the usual place, v1.10.1. Enjoy, Emery |