I ask myself why some of my checks I do in the `Sc...
# scripting
o
I ask myself why some of my checks I do in the
ScriptCompilationConfiguration
are working properly when calling the
eval
on the scripting host, but are ignored when IntelliJ handles the same script file type in its editor... specifically, I added some checks and declare failures using
markFailureResult
in
refineConfiguration { beforeParsing { ... }}
- but even if I just return an error, the editor does not show it at all...