Skip to content

Commit 8593d69

Browse files
committed
semantic-db -> semanticdb
1 parent 7ba35b6 commit 8593d69

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val `dotty-sbt-bridge-bootstrapped` = Build.`dotty-sbt-bridge-bootstrapped`
1212
val `dotty-language-server` = Build.`dotty-language-server`
1313
val `dotty-bench` = Build.`dotty-bench`
1414
val `dotty-bench-bootstrapped` = Build.`dotty-bench-bootstrapped`
15-
val `dotty-semantic-db` = Build.`dotty-semantic-db`
15+
val `dotty-semanticdb` = Build.`dotty-semanticdb`
1616
val `scala-library` = Build.`scala-library`
1717
val `scala-compiler` = Build.`scala-compiler`
1818
val `scala-reflect` = Build.`scala-reflect`

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ object Build {
910910
lazy val `dotty-bench` = project.in(file("bench")).asDottyBench(NonBootstrapped)
911911
lazy val `dotty-bench-bootstrapped` = project.in(file("bench")).asDottyBench(Bootstrapped)
912912

913-
lazy val `dotty-semantic-db` = project.in(file("semantic-db")).asDottySemanticDB(Bootstrapped)
913+
lazy val `dotty-semanticdb` = project.in(file("semanticdb")).asDottySemanticDB(Bootstrapped)
914914

915915
// Depend on dotty-library so that sbt projects using dotty automatically
916916
// depend on the dotty-library

semantic-db/test/dotty/semanticdb/Tests.scala renamed to semanticdb/test/dotty/semanticdb/Tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.junit.Assert._
1010
class Tests {
1111

1212
// TODO: update scala-0.10 on version change (or resolve automatically)
13-
final def testClasspath = "out/bootstrap/dotty-semantic-db/scala-0.10/test-classes"
13+
final def testClasspath = "out/bootstrap/dotty-semanticdb/scala-0.10/test-classes"
1414

1515
@Test def testMain(): Unit = {
1616
testOutput(

0 commit comments

Comments
 (0)