a67382fdec
Invalid compiler arguments should lead to a compilation error, not internal error. This has been fixed by splitting the "parseArguments(...)" call (which does parsing + validation) in CompileServiceImpl into two calls of parseCommandLineArguments + validateArguments, and returning with a compilation error if the latter did not succeed #KT-16057 Fixed #KT-14848 In Progress