solidity/solc
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
..
CMakeLists.txt wrap solc add_executable 2016-05-01 00:43:16 +01:00
CommandLineInterface.cpp Unimplemented features moved to their own exception (#1361) 2016-11-14 20:41:58 +00:00
CommandLineInterface.h Allow remappings to change depending on the context. 2016-06-08 18:16:46 +02:00
jsonCompiler.cpp Unimplemented features moved to their own exception (#1361) 2016-11-14 20:41:58 +00:00
main.cpp Corrected accidental non-ANSI characters in comments. 2016-08-31 13:01:48 -07:00