From 952c61dd4ba8e88083c03f15500abf31d9b653cb Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 2 Nov 2021 09:38:09 -0700 Subject: [PATCH 1/5] add finch --- community.conf | 1 + proj/finch.conf | 10 ++++++++++ projs.conf | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100644 proj/finch.conf diff --git a/community.conf b/community.conf index bee51531e..dc791b72e 100644 --- a/community.conf +++ b/community.conf @@ -229,6 +229,7 @@ include "proj/fast-string-interpolator.conf" include "proj/fastparse.conf" include "proj/fetch.conf" include "proj/finagle.conf" +include "proj/finch.conf" include "proj/fs2-chat.conf" include "proj/fs2.conf" include "proj/geny.conf" diff --git a/proj/finch.conf b/proj/finch.conf new file mode 100644 index 000000000..0c586af86 --- /dev/null +++ b/proj/finch.conf @@ -0,0 +1,10 @@ +// https://github.com/finagle/finch.git#master + +vars.proj.finch: ${vars.base} { + name: "finch" + uri: "https://github.com/finagle/finch.git#298889b2d4663e821516b63c67f10cd52a8451b5" + + extra.commands: ${vars.default-commands} [ + "set every semanticdbEnabled := false" + ] +} diff --git a/projs.conf b/projs.conf index d37b6880a..ed1d50cb6 100644 --- a/projs.conf +++ b/projs.conf @@ -630,6 +630,15 @@ build += { sbt-java-options: ${vars.sbt-java-options} projects: [${vars.proj.finagle}] } +build += { + space: scala.finch + check-missing: [false, false] + cross-version: [disabled, standard] + extraction-version: ${vars.scala-version} + sbt-version: ${vars.sbt-version} + sbt-java-options: ${vars.sbt-java-options} + projects: [${vars.proj.finch}] +} build += { space: scala.fs2 check-missing: [false, false] From a3d624d721854e23ec16368fc31749e189e8462e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 15 Dec 2021 12:16:52 -0800 Subject: [PATCH 2/5] 2.13: new Scala SHA --- nightly.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightly.properties b/nightly.properties index e7b7ee619..66fc69e55 100644 --- a/nightly.properties +++ b/nightly.properties @@ -1,2 +1,2 @@ -# November 30, 2021 -nightly=2.13.8-bin-e814d78 +# December 15, 2021 +nightly=2.13.8-bin-b59fa66 From 5aecb9d037064530c44c380e32bacc987376173c Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 15 Dec 2021 13:52:53 -0800 Subject: [PATCH 3/5] wip --- proj/finch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/proj/finch.conf b/proj/finch.conf index 0c586af86..417184425 100644 --- a/proj/finch.conf +++ b/proj/finch.conf @@ -4,6 +4,7 @@ vars.proj.finch: ${vars.base} { name: "finch" uri: "https://github.com/finagle/finch.git#298889b2d4663e821516b63c67f10cd52a8451b5" + extra.exclude: ["benchmarks"] extra.commands: ${vars.default-commands} [ "set every semanticdbEnabled := false" ] From 5c32468d55769eff7ec8ca6417b2c1d122747f5b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 15 Dec 2021 13:59:29 -0800 Subject: [PATCH 4/5] wip --- proj/finch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/finch.conf b/proj/finch.conf index 417184425..4a75b505d 100644 --- a/proj/finch.conf +++ b/proj/finch.conf @@ -4,7 +4,7 @@ vars.proj.finch: ${vars.base} { name: "finch" uri: "https://github.com/finagle/finch.git#298889b2d4663e821516b63c67f10cd52a8451b5" - extra.exclude: ["benchmarks"] + extra.exclude: ["benchmarks", "docs"] extra.commands: ${vars.default-commands} [ "set every semanticdbEnabled := false" ] From 7320f9c19daac64ffe8931185e0d664389979caf Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 17 Dec 2021 10:13:54 -0800 Subject: [PATCH 5/5] wip --- nightly.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightly.properties b/nightly.properties index 66fc69e55..e77b770f5 100644 --- a/nightly.properties +++ b/nightly.properties @@ -1,2 +1,2 @@ -# December 15, 2021 -nightly=2.13.8-bin-b59fa66 +# December 16, 2021 +nightly=2.13.8-bin-4b2151c