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,4 @@
val <error descr="Can't use">java</error> = "j"
val <warning descr="Shouldn't use">scala</warning> = "s"
val result = <error descr="Can't use">java</error> + <warning descr="Shouldn't use">scala</warning>