Re: Any Sign of Beta Yet?

new topic     » goto parent     » topic index » view thread      » older message » newer message
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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu