scala / scala-dev

Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
Apache License 2.0
130 stars 15 forks source link

Release 2.12.9 #639

Closed eed3si9n closed 5 years ago

eed3si9n commented 5 years ago

Variables to be expanded in this template (or export them in a local terminal, so that you can copy/paste the commands below without replacing anything):

Key links:

previously

https://github.com/scala/scala-dev/issues/582

N weeks before the release

Release announcement / notes

N days before release

Point of no return

Check availability

When everything is on maven central

Modules

Announcements

Afterwards

eed3si9n commented 5 years ago

scala/scala PR is down to 4 PRs - https://github.com/scala/scala/milestone/77 /cc @retronym, @diesalbla

eed3si9n commented 5 years ago

scala/bug down to 3. https://github.com/scala/bug/milestone/98 two related to Saladoc with "help wanted" tag and one about fresh name.

eed3si9n commented 5 years ago

scala/scala PR have all been merged. If all goes well 2.12.9-bin-82e3405 is the current candidate. No further PRs will be committed unless there's a last-minute bug fix.

SethTisue commented 5 years ago

community build SHA updated, runs on all three JDKs (8/11/12) in progress

eed3si9n commented 5 years ago

We might include this - https://github.com/scala/scala/pull/8289

eed3si9n commented 5 years ago

ok. New commit SHA is https://github.com/scala/scala/commit/87d43d092060c8dbf216ef2580e116cebea4a828.

Scala 2.12.9-bin-87d43d0 is the current candidate.

SethTisue commented 5 years ago

community builds restarted

eed3si9n commented 5 years ago

Ran scala-collection-laws:

$ git diff
diff --git a/build.sbt b/build.sbt
index e6cb9f6..a05d13a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,4 +2,4 @@ name := "collections-laws"

 version := "0.3.2"

-scalaVersion in ThisBuild := "2.12.2"
+scalaVersion in ThisBuild := "2.12.9-bin-87d43d0"
$ sbt -J-XX:MaxMetaspaceSize=1G -J-Xmx6G "tests/runMain tests.generated.collection.Test_All"
....
[info] Running tests.generated.collection.Test_All
Test lines 86, 206 were not used.
103 collections run against suite of 353 tests (18112 total)
[success] Total time: 473 s, completed Aug 1, 2019 11:56:18 AM
eed3si9n commented 5 years ago

Community Builds

eed3si9n commented 5 years ago

Note to self: previous Travis trigger - https://travis-ci.org/scala/scala/builds/542650556/config

before_install: "export SCALA_VER_BASE=2.12.9 SCALA_VER_SUFFIX=\"\""
eed3si9n commented 5 years ago

New commit SHA is https://github.com/scala/scala/commit/cca78e1e18c55e5b0223b9dfa4ac230f7bc6a858. This is comment change, so we can reuse the result on Community Build of any other testing.

eed3si9n commented 5 years ago

https://travis-ci.org/scala/scala/jobs/567895759 failed because scala/scala now uses before_install. trying before_script..

eed3si9n commented 5 years ago

before_script worked. https://travis-ci.org/scala/scala/jobs/567900531

eed3si9n commented 5 years ago

Triggering https://travis-ci.org/scala/scala-dist/builds/568002492:

before_install: export version=2.12.9 scala_sha=cca78e1e18c55e5b0223b9dfa4ac230f7bc6a858 mode=archives

https://travis-ci.org/scala/scala-dist/builds/568004143

before_install: export version=2.12.9 scala_sha=cca78e1e18c55e5b0223b9dfa4ac230f7bc6a858 mode=update-api
eed3si9n commented 5 years ago
SethTisue commented 5 years ago

@eed3si9n let's close this out...? (I'm about to make a ticket for 2.12.10.)