From fd1af4d6dad53192afa763f22538e0177a24c0a9 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Fri, 22 Jul 2022 13:15:41 +0200 Subject: [PATCH 1/4] dep: update mill to a stable version in community build This updates mill to the latest stable release 0.10.5. --- community-build/src/scala/dotty/communitybuild/projects.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-build/src/scala/dotty/communitybuild/projects.scala b/community-build/src/scala/dotty/communitybuild/projects.scala index 5f0302e8bdf8..52155189a31f 100644 --- a/community-build/src/scala/dotty/communitybuild/projects.scala +++ b/community-build/src/scala/dotty/communitybuild/projects.scala @@ -99,7 +99,7 @@ final case class MillCommunityProject( // uncomment once mill is released // if ignoreDocs then null else s"$baseCommand.docJar" override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion") - override val environment = Map("MILL_VERSION" -> "0.9.6-16-a5da34") + override val environment = Map("MILL_VERSION" -> "0.10.5") final case class SbtCommunityProject( project: String, From c311a39bc885b05f9c4b1ca8adf46a53c7ce6aed Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Tue, 6 Sep 2022 11:11:06 +0200 Subject: [PATCH 2/4] chore: sync all the com-lihoayi projects --- community-build/community-projects/PPrint | 2 +- community-build/community-projects/cask | 2 +- community-build/community-projects/fansi | 2 +- community-build/community-projects/geny | 2 +- community-build/community-projects/os-lib | 2 +- community-build/community-projects/requests-scala | 2 +- community-build/community-projects/sourcecode | 2 +- community-build/community-projects/upickle | 2 +- community-build/community-projects/utest | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/community-build/community-projects/PPrint b/community-build/community-projects/PPrint index bb5162249f9e..2203dc6081f5 160000 --- a/community-build/community-projects/PPrint +++ b/community-build/community-projects/PPrint @@ -1 +1 @@ -Subproject commit bb5162249f9e40e925df49ad1467efd260a3eb2c +Subproject commit 2203dc6081f5e8fa89f552b155724b0a8fdcec03 diff --git a/community-build/community-projects/cask b/community-build/community-projects/cask index 03b6a24ab597..d5fa6d47da5e 160000 --- a/community-build/community-projects/cask +++ b/community-build/community-projects/cask @@ -1 +1 @@ -Subproject commit 03b6a24ab59796ff8f7a3dc5f28041fce816aaf9 +Subproject commit d5fa6d47da5ea99d94887fafd555696ba07aa205 diff --git a/community-build/community-projects/fansi b/community-build/community-projects/fansi index 9f2881ff73aa..953306f8139f 160000 --- a/community-build/community-projects/fansi +++ b/community-build/community-projects/fansi @@ -1 +1 @@ -Subproject commit 9f2881ff73aae30bc860e349bedeed0b4a8b590a +Subproject commit 953306f8139f6eaabf9f4ae7707906f9d2ba236a diff --git a/community-build/community-projects/geny b/community-build/community-projects/geny index 474fc0c12314..d981da16a05f 160000 --- a/community-build/community-projects/geny +++ b/community-build/community-projects/geny @@ -1 +1 @@ -Subproject commit 474fc0c123144aef5e930be46d63e48b4571af3a +Subproject commit d981da16a05ff4978857e7aa88489c873b8d8922 diff --git a/community-build/community-projects/os-lib b/community-build/community-projects/os-lib index 94d229becfed..a4400deb3bec 160000 --- a/community-build/community-projects/os-lib +++ b/community-build/community-projects/os-lib @@ -1 +1 @@ -Subproject commit 94d229becfeda1a3b8bb05e3fade3e4fc9d6cf3b +Subproject commit a4400deb3bec415fd82d331fc1f8b749f3d64e60 diff --git a/community-build/community-projects/requests-scala b/community-build/community-projects/requests-scala index 162fcedd9a9d..6d4a223bc33d 160000 --- a/community-build/community-projects/requests-scala +++ b/community-build/community-projects/requests-scala @@ -1 +1 @@ -Subproject commit 162fcedd9a9d6ff2f5d75a2ec5dc2792ef1980a6 +Subproject commit 6d4a223bc33def14ae9a4def24a3f5c258451e8e diff --git a/community-build/community-projects/sourcecode b/community-build/community-projects/sourcecode index 518af8532f3d..28b4f6c21fdd 160000 --- a/community-build/community-projects/sourcecode +++ b/community-build/community-projects/sourcecode @@ -1 +1 @@ -Subproject commit 518af8532f3df346cf57d8e05d55c55ab5ad325d +Subproject commit 28b4f6c21fddeb33d694dc210f51b0535a2ada68 diff --git a/community-build/community-projects/upickle b/community-build/community-projects/upickle index 0213eea95b28..aa3bc0e43ec7 160000 --- a/community-build/community-projects/upickle +++ b/community-build/community-projects/upickle @@ -1 +1 @@ -Subproject commit 0213eea95b282b1e961b1d5ad68031365c9a8bb2 +Subproject commit aa3bc0e43ec7b618eb087753878f3d845e58277a diff --git a/community-build/community-projects/utest b/community-build/community-projects/utest index b5a04a2f3e35..eae17c7a4d0d 160000 --- a/community-build/community-projects/utest +++ b/community-build/community-projects/utest @@ -1 +1 @@ -Subproject commit b5a04a2f3e35ae340e0821d604dafe9cb10a7fc7 +Subproject commit eae17c7a4d0d63bab1406ca75791d3cb6394233d From 7d03fdadb0c540861fbb33092a57f35be40037e3 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Tue, 6 Sep 2022 12:29:03 +0200 Subject: [PATCH 3/4] dep: bump mill to 0.10.7 in community build --- community-build/src/scala/dotty/communitybuild/projects.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-build/src/scala/dotty/communitybuild/projects.scala b/community-build/src/scala/dotty/communitybuild/projects.scala index 52155189a31f..4740b61b7869 100644 --- a/community-build/src/scala/dotty/communitybuild/projects.scala +++ b/community-build/src/scala/dotty/communitybuild/projects.scala @@ -99,7 +99,7 @@ final case class MillCommunityProject( // uncomment once mill is released // if ignoreDocs then null else s"$baseCommand.docJar" override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion") - override val environment = Map("MILL_VERSION" -> "0.10.5") + override val environment = Map("MILL_VERSION" -> "0.10.7") final case class SbtCommunityProject( project: String, From 1e8ffe2ab3a9732e5ed8c21617ea148a1055fb70 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Tue, 6 Sep 2022 13:43:09 +0200 Subject: [PATCH 4/4] fix: revert bump to 0.10.7 There are some legit cask failures when you bump. Plus it's still on 0.10.5, so leave it as is --- community-build/src/scala/dotty/communitybuild/projects.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-build/src/scala/dotty/communitybuild/projects.scala b/community-build/src/scala/dotty/communitybuild/projects.scala index 4740b61b7869..52155189a31f 100644 --- a/community-build/src/scala/dotty/communitybuild/projects.scala +++ b/community-build/src/scala/dotty/communitybuild/projects.scala @@ -99,7 +99,7 @@ final case class MillCommunityProject( // uncomment once mill is released // if ignoreDocs then null else s"$baseCommand.docJar" override val runCommandsArgs = List("-i", "-D", s"dottyVersion=$compilerVersion") - override val environment = Map("MILL_VERSION" -> "0.10.7") + override val environment = Map("MILL_VERSION" -> "0.10.5") final case class SbtCommunityProject( project: String,