Skip to content

Commit 4d06960

Browse files
committed
restore ScalaPB and build it with 2.13 stdlib
1 parent 67052f1 commit 4d06960

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
Submodule ScalaPB updated 382 files

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,11 @@ class CommunityBuildTest {
139139
updateCommand = "dotty-community-build/update"
140140
)
141141

142-
// removing for now as the project migrated to using fastparse 2, which does not play well with type inference
143-
// @Test def ScalaPB = test(
144-
// project = "ScalaPB",
145-
// testCommand = "dotty-community-build/compile",
146-
// updateCommand = "dotty-community-build/update"
147-
// )
142+
@Test def ScalaPB = test(
143+
project = "ScalaPB",
144+
testCommand = "dotty-community-build/compile",
145+
updateCommand = "dotty-community-build/update"
146+
)
148147

149148
@Test def minitest = test(
150149
project = "minitest",

0 commit comments

Comments
 (0)