Skip to content

Commit 641c928

Browse files
authored
Merge pull request #11722 from dotty-staging/psbp4community-build
Add PSBP (old name: PDBP) to community build
2 parents 00cf0b7 + df06c34 commit 641c928

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
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
3128
[submodule "community-build/community-projects/sourcecode"]
3229
path = community-build/community-projects/sourcecode
3330
url = https://github.com/dotty-staging/sourcecode
@@ -193,3 +190,6 @@
193190
[submodule "community-build/community-projects/cask"]
194191
path = community-build/community-projects/cask
195192
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
Lines changed: 0 additions & 1 deletion
This file was deleted.
Submodule psbp added at 8f08f65

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

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

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

371370
lazy val sconfig = SbtCommunityProject(
372371
project = "sconfig",
@@ -709,6 +708,7 @@ def allProjects = List(
709708
projects.akka,
710709
projects.protoquill,
711710
projects.onnxScala,
711+
projects.psbp,
712712
)
713713

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ 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()
105106
end CommunityBuildTestA
106107

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

0 commit comments

Comments
 (0)