Skip to content

Commit cc22a36

Browse files
Merge pull request #8025 from dotty-staging/remove-old-semanticdb-project
Remove old semanticdb project
2 parents 4b9333a + 7d756f4 commit cc22a36

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
[submodule "community-build/community-projects/xml-interpolator"]
4848
path = community-build/community-projects/xml-interpolator
4949
url = https://github.com/lampepfl/xml-interpolator.git
50-
[submodule "community-build/community-projects/semanticdb"]
51-
path = community-build/community-projects/semanticdb
52-
url = https://github.com/lampepfl/dotty-semanticdb.git
5350
[submodule "community-build/community-projects/effpi"]
5451
path = community-build/community-projects/effpi
5552
url = https://github.com/dotty-staging/effpi
Lines changed: 0 additions & 1 deletion
This file was deleted.

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,6 @@ object projects
233233
sbtUpdateCommand = "update"
234234
)
235235

236-
lazy val semanticdb = SbtCommunityProject(
237-
project = "semanticdb",
238-
sbtTestCommand = "test:compile",
239-
sbtUpdateCommand = "update"
240-
)
241-
242236
lazy val effpi = SbtCommunityProject(
243237
project = "effpi",
244238
// We set `useEffpiPlugin := false` because we don't want to run their
@@ -339,7 +333,6 @@ class CommunityBuildTest {
339333
@Test def stdLib213 = projects.stdLib213.run()
340334
@Test def shapeless = projects.shapeless.run()
341335
@Test def xmlInterpolator = projects.xmlInterpolator.run()
342-
@Test def semanticdb = projects.semanticdb.run()
343336
@Test def effpi = projects.effpi.run()
344337
@Test def sconfig = projects.sconfig.run()
345338
}

0 commit comments

Comments
 (0)