1. minor 2.4 problems
- Posted by Martin Stachon <martin.stachon at worldonline.cz> Feb 25, 2003
- 489 views
Hello, this are small problems, probably don't need to fix, just for fun... constant big=1e10 ? repeat(0,big) C:\DOCUME~1\Martin\Plocha\test.ex:2 repetition count must not be negative --> see ex.err The report should say "repetition count too large". But chances are low a mortal will ever create a sequence with 1e10 items---------------------------- include machine.e machine_proc(1e318, 5) if getc(0) then end if C:\Documents and Settings\Martin\Plocha\test.exw:2 an integer was expected, not a sequence --> see ex.err ---------------------------- Also, in 2.4, when a machine level exception is caught, it might be sometimes useful to know what kind of exception happened. Regards, Martin Stachon martin.stachon at tiscali.cz http://www.webpark.cz/stachon
2. Re: minor 2.4 problems
- Posted by Robert Craig <rds at RapidEuphoria.com> Feb 26, 2003
- 443 views
Martin Stachon wrote: > this are small problems, probably don't need to fix, > just for fun... Thanks. I was aware of a couple of them. Maybe you mentioned them to me before. I think the fixes are a bit complicated, and I thought no one would run into them, and if they did, no real harm would be done ... I guess I'm forced to fix them now. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com