File tree 5 files changed +10
-9
lines changed
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 25
25
[submodule "community-build/community-projects/stdLib213 "]
26
26
path = community-build/community-projects/stdLib213
27
27
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
31
28
[submodule "community-build/community-projects/sourcecode "]
32
29
path = community-build/community-projects/sourcecode
33
30
url = https://github.com/dotty-staging/sourcecode
193
190
[submodule "community-build/community-projects/cask "]
194
191
path = community-build/community-projects/cask
195
192
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -362,11 +362,10 @@ object projects:
362
362
sbtDocCommand = " set ThisBuild / useEffpiPlugin := false; effpi/doc; benchmarks/doc; examples/doc; pluginBenchmarks/doc" ,
363
363
)
364
364
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
+ )
370
369
371
370
lazy val sconfig = SbtCommunityProject (
372
371
project = " sconfig" ,
@@ -709,6 +708,7 @@ def allProjects = List(
709
708
projects.akka,
710
709
projects.protoquill,
711
710
projects.onnxScala,
711
+ projects.psbp,
712
712
)
713
713
714
714
lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
102
102
// @Test def scissSpan = projects.scissSpan .run()
103
103
@ Test def scissLucre = projects.scissLucre.run()
104
104
@ Test def zio = projects.zio.run()
105
+ @ Test def psbp = projects.psbp.run()
105
106
end CommunityBuildTestA
106
107
107
108
@ Category (Array (classOf [TestCategory ]))
You can’t perform that action at this time.
0 commit comments