From b2b7f10a496fd6732563958b263eb9ac6e8fcf48 Mon Sep 17 00:00:00 2001 From: noti0na1 Date: Mon, 6 May 2024 14:06:37 +0200 Subject: [PATCH] Update remaining comminity projects --- community-build/community-projects/Monocle | 2 +- community-build/community-projects/akka | 2 +- community-build/community-projects/endpoints4s | 2 +- community-build/community-projects/scalaz | 2 +- compiler/src/dotty/tools/dotc/config/Feature.scala | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/community-build/community-projects/Monocle b/community-build/community-projects/Monocle index a0e70744e9b3..a9a12a13a48c 160000 --- a/community-build/community-projects/Monocle +++ b/community-build/community-projects/Monocle @@ -1 +1 @@ -Subproject commit a0e70744e9b3bfb0f12e4ea292151c49c3302cd1 +Subproject commit a9a12a13a48c957535ddd6850ed8c6b0db2dc4fe diff --git a/community-build/community-projects/akka b/community-build/community-projects/akka index 79b294048f89..2dffb6504005 160000 --- a/community-build/community-projects/akka +++ b/community-build/community-projects/akka @@ -1 +1 @@ -Subproject commit 79b294048f893d9d6b9332618f7aebedce9a5340 +Subproject commit 2dffb6504005a6144561c4e3ba7b185639a8ad48 diff --git a/community-build/community-projects/endpoints4s b/community-build/community-projects/endpoints4s index 3a667a3608ff..cc03ddf1c4a0 160000 --- a/community-build/community-projects/endpoints4s +++ b/community-build/community-projects/endpoints4s @@ -1 +1 @@ -Subproject commit 3a667a3608ff9950c24e9b2b5038c71c1690a21d +Subproject commit cc03ddf1c4a03391c8031784e48c057bdc9394db diff --git a/community-build/community-projects/scalaz b/community-build/community-projects/scalaz index 97cccf3b3fcb..4919bdce732f 160000 --- a/community-build/community-projects/scalaz +++ b/community-build/community-projects/scalaz @@ -1 +1 @@ -Subproject commit 97cccf3b3fcb71885a32b2e567171c0f70b06104 +Subproject commit 4919bdce732f53a3316d5e12d9c853fc2141ddfb diff --git a/compiler/src/dotty/tools/dotc/config/Feature.scala b/compiler/src/dotty/tools/dotc/config/Feature.scala index f5fa383c5636..ad458214058f 100644 --- a/compiler/src/dotty/tools/dotc/config/Feature.scala +++ b/compiler/src/dotty/tools/dotc/config/Feature.scala @@ -63,7 +63,7 @@ object Feature: (clauseInterleaving, "Enable clause interleaving"), (pureFunctions, "Enable pure functions for capture checking"), (captureChecking, "Enable experimental capture checking"), - (into, "Allow into clauses in pattern matches") + (into, "Allow into modifier on parameter types") ) private def enabledLanguageFeaturesBySetting(using Context): List[String] =