solidity/solc
Sergiusz Bazanski f39f36f2c7 Fix file missing error message on imports.
Trying to convert an import path into a Boost canonical path causes
boost to throw an exception if the given file does not exist. Thus,
instead of geting to the 'File not found' error, we instead got into the
cath-all handler for 'Unknown exception in read callback'.

This change rearranges the file checks to happen before we create a
canonical Boost path. It also drive-by removes the unnecessary 'else'
block, as the body of the if is a guard-like return block.
2018-04-06 11:03:52 +02:00
..
CMakeLists.txt Rename jsonCompiler to libsolc 2017-12-11 12:49:08 +00:00
CommandLineInterface.cpp Fix file missing error message on imports. 2018-04-06 11:03:52 +02:00
CommandLineInterface.h Support for error on non-existant or irregular files with command line option to ignore 2018-03-28 10:25:43 +01:00
main.cpp Remove some global symbols 2017-08-09 12:44:53 +01:00