File tree 2 files changed +2
-2
lines changed
semanticdb/src/dotty/semanticdb
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pipeline:
31
31
image : lampepfl/dotty:2019-02-06
32
32
commands :
33
33
- cp -R . /tmp/2/ && cd /tmp/2/
34
- - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test ;sjsSandbox/run"
34
+ - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-semanticdb/compile; dotty-semanticdb/test ;sjsSandbox/run"
35
35
- ./project/scripts/bootstrapCmdTests
36
36
37
37
community_build :
Original file line number Diff line number Diff line change @@ -756,7 +756,7 @@ class SemanticdbConsumer(sourceFilePath: java.nio.file.Path) extends TastyConsum
756
756
757
757
override def traverseTree (tree : Tree )(implicit ctx : Context ): Unit = {
758
758
tree match {
759
- case Import (path, selectors) =>
759
+ case Import (_, path, selectors) =>
760
760
val key = (tree.symbol.trueName, tree.pos.start)
761
761
if (! packageDefinitions(key)) {
762
762
packageDefinitions += key
You can’t perform that action at this time.
0 commit comments