Skip to content

Commit 4b32aeb

Browse files
Merge pull request #11874 from lampepfl/revert-11722-psbp4community-build
Revert "Add PSBP (old name: PDBP) to community build"
2 parents ad4853e + 555d8d7 commit 4b32aeb

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
[submodule "community-build/community-projects/stdLib213"]
2626
path = community-build/community-projects/stdLib213
2727
url = https://github.com/dotty-staging/scala
28+
[submodule "community-build/community-projects/pdbp"]
29+
path = community-build/community-projects/pdbp
30+
url = https://github.com/dotty-staging/pdbp
2831
[submodule "community-build/community-projects/sourcecode"]
2932
path = community-build/community-projects/sourcecode
3033
url = https://github.com/dotty-staging/sourcecode
@@ -190,6 +193,3 @@
190193
[submodule "community-build/community-projects/cask"]
191194
path = community-build/community-projects/cask
192195
url = https://github.com/dotty-staging/cask.git
193-
[submodule "community-build/community-projects/psbp"]
194-
path = community-build/community-projects/psbp
195-
url = https://github.com/dotty-staging/psbp-library.github.io
Submodule pdbp added at 0c1fe0a
Lines changed: 0 additions & 1 deletion
This file was deleted.

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,11 @@ object projects:
362362
sbtDocCommand = "set ThisBuild / useEffpiPlugin := false; effpi/doc; benchmarks/doc; examples/doc; pluginBenchmarks/doc",
363363
)
364364

365-
val psbp = SbtCommunityProject(
366-
project = "psbp",
367-
sbtTestCommand = "compile",
368-
)
365+
// TODO @odersky? It got broken by #5458
366+
// val pdbp = test(
367+
// project = "pdbp",
368+
// sbtTestCommand = "compile",
369+
// )
369370

370371
lazy val sconfig = SbtCommunityProject(
371372
project = "sconfig",
@@ -708,7 +709,6 @@ def allProjects = List(
708709
projects.akka,
709710
projects.protoquill,
710711
projects.onnxScala,
711-
projects.psbp,
712712
)
713713

714714
lazy val projectMap = allProjects.groupBy(_.project)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class CommunityBuildTestA extends CommunityBuildTest:
102102
// @Test def scissSpan = projects.scissSpan .run()
103103
@Test def scissLucre = projects.scissLucre.run()
104104
@Test def zio = projects.zio.run()
105-
@Test def psbp = projects.psbp.run()
106105
end CommunityBuildTestA
107106

108107
@Category(Array(classOf[TestCategory]))

0 commit comments

Comments
 (0)