From 9db346db227b204381c6a44dd3060226640adb2b Mon Sep 17 00:00:00 2001 From: Ruslan Shevchenko Date: Mon, 15 Jun 2020 09:27:01 +0300 Subject: [PATCH 1/2] dotty-cps-async is updated to current master --- community-build/community-projects/dotty-cps-async | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-build/community-projects/dotty-cps-async b/community-build/community-projects/dotty-cps-async index dd541bb26161..218faaff977a 160000 --- a/community-build/community-projects/dotty-cps-async +++ b/community-build/community-projects/dotty-cps-async @@ -1 +1 @@ -Subproject commit dd541bb26161b3532f5904e770fa256986f7b3e6 +Subproject commit 218faaff977a66b99eb5851d2259aebb3b2c48ed From 417d88d783e6417ca0b6a7f184fc7a0d920e2044 Mon Sep 17 00:00:00 2001 From: Ruslan Shevchenko Date: Mon, 15 Jun 2020 09:27:59 +0300 Subject: [PATCH 2/2] reenabled dottyCpsAsync after implementing workarounf for #9074 --- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 715fd2ed3f11..439c142b8ec8 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -384,8 +384,7 @@ class CommunityBuildTest: @Test def scodecBits = projects.scodecBits.run() @Test def scodec = projects.scodec.run() @Test def scalaParserCombinators = projects.scalaParserCombinators.run() - // blocked on #9074 - //@Test def dottyCpsAsync = projects.dottyCpsAsync.run() + @Test def dottyCpsAsync = projects.dottyCpsAsync.run() @Test def scalaz = projects.scalaz.run() @Test def endpoints = projects.endpoints.run() end CommunityBuildTest