Currently most of the input file handling machinery is dependent on conventions in the checker bundles and ad-hoc in nature: - As the input file locations are not (relative-) URIs, but rather paths, the config files are potentially OS-dependent - There is no clear handling of relative file names (most bundles just resolve them against the CWD not relative to e.g. the config file: See e.g. OpenSimulationInterface/qc-osi-trace#22 - No centralized handling of input file name display (see #196) - No batch processing of input files, see #209 and #177 This should be revised to serve as a better foundation for the framework going forward.
Currently most of the input file handling machinery is dependent on conventions in the checker bundles and ad-hoc in nature:
This should be revised to serve as a better foundation for the framework going forward.