From 5ec4e09bbd0b68f52bb39003a85a5eaa24033c8b Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 3 Jan 2022 10:39:06 +0100 Subject: [PATCH] Reenable protoquill Using workaround 1cc61547a4ed77553ec600e28cab78d536786d4d --- community-build/community-projects/protoquill | 2 +- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community-build/community-projects/protoquill b/community-build/community-projects/protoquill index 41532f2b193e..1cc61547a4ed 160000 --- a/community-build/community-projects/protoquill +++ b/community-build/community-projects/protoquill @@ -1 +1 @@ -Subproject commit 41532f2b193e00aec49dd2fa46247d6cb0a6b64d +Subproject commit 1cc61547a4ed77553ec600e28cab78d536786d4d diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index e57157988b36..4aad0e26d265 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -75,7 +75,7 @@ class CommunityBuildTestC: // @Test def oslibWatch = projects.oslibWatch.run() @Test def playJson = projects.playJson.run() @Test def pprint = projects.pprint.run() - // @Test def protoquill = projects.protoquill.run() // needs to fix new type inference errors + @Test def protoquill = projects.protoquill.run() @Test def requests = projects.requests.run() @Test def scalacheck = projects.scalacheck.run() @Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()