ethereum / mix

The Mix Ethereum Dapp Development Tool
http://www.ethereum.org
MIT License
167 stars 257 forks source link

Misleading error message for duplicate contract names #331

Open mocamircea opened 8 years ago

mocamircea commented 8 years ago

Case: a mix-ide project, file f1.sol with contract A, file f2.sol with contract A. Mix-ide shows in the logs window a misleading error message: "Error: Compiled contract not found". Since the symbol exists and is defined, I think a "Error: Identifier not found or not unique" would be more appropriate.