solidity/libsolidity/interface
Rhett Aultman e3b0827721 Push the error instead of throwing it
Throwing a CompilerError on multiple contract definition violates the
expectations of the test suite, which thinks that compile() will
return false if the code can't compile.  This brings contract
collision reporting in line with most of the other errors.
2017-01-16 12:32:57 -05:00
..
CompilerStack.cpp Push the error instead of throwing it 2017-01-16 12:32:57 -05:00
CompilerStack.h Only avoid collision if it's the same file 2017-01-16 12:32:57 -05:00
Exceptions.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
Exceptions.h Fix licensing headers 2016-11-23 12:22:33 +01:00
GasEstimator.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
GasEstimator.h Fix licensing headers 2016-11-23 12:22:33 +01:00
InterfaceHandler.cpp Include payable for the constructor in the ABI 2016-11-17 17:23:35 +00:00
InterfaceHandler.h Fix licensing headers 2016-11-23 12:22:33 +01:00
SourceReferenceFormatter.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SourceReferenceFormatter.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Utils.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Version.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
Version.h Fix licensing headers 2016-11-23 12:22:33 +01:00