Wish Better reporting of name conflicts between code modules and variables

Sandman

Expert
Licensed User
Longtime User
Reference thread:

In a project I had a code module called base, which worked fine. But then I added some b4xlibs that also (unknown to me) held variables with this exact name. So the compiler didn't know which base was referred to during compilation, which caused a very strange and difficult-to-understand crash message.

It seems possible to stop compilation when there is a name ambiguity and inform the user about the issue.
 
Top