Propagate reports from script dependency resolver

Compiler: show as compiler messages
IDE: annotate code in a separate highlighting pass
This commit is contained in:
Pavel V. Talanov
2017-06-19 19:58:51 +03:00
parent 96c2a589c0
commit 10e14103b6
16 changed files with 393 additions and 20 deletions
@@ -0,0 +1,5 @@
val <error descr="Can't use">java = "j"</error>
val <warning descr="Shouldn't use">scala = "s"</warning>
val result = <error descr="Can't use">java +</error>
<warning descr="Shouldn't use">scala</warning>