]> gerrit.simantics Code Review - simantics/platform.git/commit
Show imports of nonexistent modules as errors 92/1692/1
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 5 Apr 2018 10:28:31 +0000 (13:28 +0300)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 5 Apr 2018 10:28:31 +0000 (13:28 +0300)
commit8ede4cc47cef9f74682972f88bcf7730a64e7fcd
tree49fb344ec39f8b907bc71778f3be73fe17bfb0fe
parent694c553a3c402b9397ff99e904b4f99b77b51df1
Show imports of nonexistent modules as errors

Previously there was a separate error category IMPORT_ERROR for all
import errors that was sorted with WARNINGS. Now IMPORT_ERROR category
is also used for import failures whose reason is compilation problem in
the upstream module (although this is fatal for compilation, the problem
is not located in the current module).

refs #7857

Change-Id: Id9227a69d045b68a3e94c1562eb6d24f70d7aaa1
bundles/org.simantics.modeling/src/org/simantics/modeling/ComponentTypeScriptRequest.java
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/compilation/Elaboration.java