solidity/libsolidity/interface
Rhett Aultman 58e75c7a48 Unimplemented features moved to their own exception (#1361)
Unimplemented features moved to their own exception

InternalCompilerError is an exception that really should be reserved for
actual internal errors of the compiler.  Unimplemented features can now
use either solUnimplemented( ) or, if it should be conditional, then
solUnimplementedAssert( ).

* Revert some unimplemented exceptions, add handlers

The jsonCompiler and CommandLineInterface needed handlers for the
new UnimplementedFeatureException, and some cases I had moved on to
the new exception were better treated as real internal compiler
errors.

* Standardize on "Unimplemented feature" message
2016-11-14 20:41:58 +00:00
..
CompilerStack.cpp Suggest correct version for pragma and complain about pre-release version. 2016-10-25 13:45:50 +02:00
CompilerStack.h Remove standard contracts 2016-08-19 10:34:50 -04:00
Exceptions.cpp check whether break/continue is in the loop 2016-01-15 15:12:23 +08:00
Exceptions.h Unimplemented features moved to their own exception (#1361) 2016-11-14 20:41:58 +00:00
GasEstimator.cpp Rename dev::sha3 to dev::keccak256 2016-10-06 14:53:40 +01:00
GasEstimator.h File reorganisation. 2015-10-21 00:46:01 +02:00
InterfaceHandler.cpp Reject constant modifier on the fallback function 2016-09-06 11:40:00 +01:00
InterfaceHandler.h remove solidity --interface 2016-08-17 12:39:10 +03:00
SourceReferenceFormatter.cpp Remove code duplication in source references formatter. 2016-04-01 00:54:12 +02:00
SourceReferenceFormatter.h Remove code duplication in source references formatter. 2016-04-01 00:54:12 +02:00
Utils.h Unimplemented features moved to their own exception (#1361) 2016-11-14 20:41:58 +00:00
Version.cpp Fix problem with release version string. 2016-09-08 17:56:28 +02:00
Version.h File reorganisation. 2015-10-21 00:46:01 +02:00