Open dlion opened 7 years ago
At the moment, the scalac
linter only checks syntax, it doesn't do any semantic analysis. I'll rename this issue to a request for semantic analysis.
Checking for semantic errors might be easier to implement now work has been done for the javac
linter to look for dependencies with maven and gradle.
I have a prova.scala file with an error:
and I have installed
scalac
(usingbrew
)scalac -version Scala compiler version 2.12.3 -- Copyright 2002-2017, LAMP/EPFL and Lightbend, Inc.
but ale doesn't work, here the result of ALEInfo:
As you can see
<<<NO OUTPUT RETURNED>>>
, I tried to reproduce this error from the shell and scalac is not return any errors so I tried without-Ystop-after:parser
parameter and it works fine:and with the
-Ystop-after:parser
parameterso is the parameter the problem?
Thanks