Re: Any Sign of Beta Yet?
- Posted by mattlewis (admin) Apr 29, 2009
- 1128 views
jimcbrown said...
bernie said...
It will do a crash and not be able to create a ex.err file so the user does not know what function the bad call to allocate() came from. All the user knows is that something caused a type check.
Say what? WHAT?!
If there is no ex.err file then that is either a) your fault or b) a very serious bug.
a) might happen if you are in a directory without write permission, for example.
It's definitely a bug. Try this:
type test( object o ) return 0 end type test foo = 1
I get:
bug.exw:1 type_check failure, Can't create error message file: ex.er Press Enter...However, a new ex.err is created:
bug.exw:1 type_check failure,...but is apparently incomplete.
Matt