Currently it is possible to have two modules containing the same identifier, but it's not possible to create an application importing both modules. Normally this doesn't matter since it's not often that two (or more) modules contain functions/variables/types with the same name, however I now got problems with it - I got the same identifier TTCPStream in pub.bnetex and btbn.easytcp. Currently I don't understand why I can't compile any app importing these two modules, since I can exactly describe in the code which of these types I want to use by writing either pub.bnetex.TTCPStream or btbn.easytcp.TTCPStream.
It would be nice if this will be possible in the next compiler version.
It would be nice if this will be possible in the next compiler version.