Added server option to allow --connect (adding it as first parameter, wouldn't work with extra) + handling of the error thrown when the compilation server cannot be reached.
Also fixed errors in initialization macros (with position being in --macro instead of a real file, the formatter was trying to load source code... and failing).
Also supported grouping errors for warnings, forgot them when implementing this for errors.
Added
server
option to allow--connect
(adding it as first parameter, wouldn't work withextra
) + handling of the error thrown when the compilation server cannot be reached.Also fixed errors in initialization macros (with position being in
--macro
instead of a real file, the formatter was trying to load source code... and failing).Also supported grouping errors for warnings, forgot them when implementing this for errors.