Skip to content

Commit

Permalink
Merge pull request scala#11874 from lampepfl/revert-11722-psbp4commun…
Browse files Browse the repository at this point in the history
…ity-build

Revert "Add PSBP (old name: PDBP) to community build"
  • Loading branch information
anatoliykmetyuk committed Mar 24, 2021
2 parents ad4853e + 555d8d7 commit 4b32aeb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
[submodule "community-build/community-projects/stdLib213"]
path = community-build/community-projects/stdLib213
url = https://github.com/dotty-staging/scala
[submodule "community-build/community-projects/pdbp"]
path = community-build/community-projects/pdbp
url = https://github.com/dotty-staging/pdbp
[submodule "community-build/community-projects/sourcecode"]
path = community-build/community-projects/sourcecode
url = https://github.com/dotty-staging/sourcecode
Expand Down Expand Up @@ -190,6 +193,3 @@
[submodule "community-build/community-projects/cask"]
path = community-build/community-projects/cask
url = https://github.com/dotty-staging/cask.git
[submodule "community-build/community-projects/psbp"]
path = community-build/community-projects/psbp
url = https://github.com/dotty-staging/psbp-library.github.io
1 change: 1 addition & 0 deletions community-build/community-projects/pdbp
Submodule pdbp added at 0c1fe0
1 change: 0 additions & 1 deletion community-build/community-projects/psbp
Submodule psbp deleted from 8f08f6
10 changes: 5 additions & 5 deletions community-build/src/scala/dotty/communitybuild/projects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,11 @@ object projects:
sbtDocCommand = "set ThisBuild / useEffpiPlugin := false; effpi/doc; benchmarks/doc; examples/doc; pluginBenchmarks/doc",
)

val psbp = SbtCommunityProject(
project = "psbp",
sbtTestCommand = "compile",
)
// TODO @odersky? It got broken by #5458
// val pdbp = test(
// project = "pdbp",
// sbtTestCommand = "compile",
// )

lazy val sconfig = SbtCommunityProject(
project = "sconfig",
Expand Down Expand Up @@ -708,7 +709,6 @@ def allProjects = List(
projects.akka,
projects.protoquill,
projects.onnxScala,
projects.psbp,
)

lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class CommunityBuildTestA extends CommunityBuildTest:
// @Test def scissSpan = projects.scissSpan .run()
@Test def scissLucre = projects.scissLucre.run()
@Test def zio = projects.zio.run()
@Test def psbp = projects.psbp.run()
end CommunityBuildTestA

@Category(Array(classOf[TestCategory]))
Expand Down

0 comments on commit 4b32aeb

Please sign in to comment.