Skip to content

Commit c07dc27

Browse files
committed
Disable protoquill
Protquill had to be disabled since it exhibited deeply nested errors in a function argument that went away once an enclosing function was changed with a conversion or extension, and the full argument was completely typechecked. Retype checking large bodies of code like this was never inteneded and counts as a bug in the compiler. Unfortunately, this means that some type annotations will have to be added to protoquill to make it compiler again.
1 parent 87791a6 commit c07dc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class CommunityBuildTestC:
7575
// @Test def oslibWatch = projects.oslibWatch.run()
7676
@Test def playJson = projects.playJson.run()
7777
@Test def pprint = projects.pprint.run()
78-
@Test def protoquill = projects.protoquill.run()
78+
// @Test def protoquill = projects.protoquill.run() // needs to fix new type inference errors
7979
@Test def requests = projects.requests.run()
8080
@Test def scalacheck = projects.scalacheck.run()
8181
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()

0 commit comments

Comments
 (0)