From 0ddfc9f4a819b51055903c07cfeca5bbcda82bba Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 10 Sep 2019 20:23:53 -0500 Subject: [PATCH] Scala 2.12.10 --- _config.yml | 2 +- _overviews/jdk-compatibility/overview.md | 7 +------ api/all.md | 22 +++++++++++++++------- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/_config.yml b/_config.yml index f7dafbb769..dfa3669ab8 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ keywords: - Guide scala-version: 2.13.0 -scala-212-version: 2.12.9 +scala-212-version: 2.12.10 collections: style: diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 5230fe6aad..762820a2ff 100644 --- a/_overviews/jdk-compatibility/overview.md +++ b/_overviews/jdk-compatibility/overview.md @@ -61,12 +61,7 @@ Scala has not been extensively tested on JDK 12. However, the Scala 2.12 community build is [up and running](https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk12-integrate-community-build/) on an early-access JDK 12 build, and most projects are green. -Two significant known issues with Scala 2.12.8 on JDK 12 are: - -* the `-release` flag doesn't work ([scala/bug#11403](https://github.com/scala/bug/issues/11403)) -* the optimizer doesn't work ([scala/bug#11372](https://github.com/scala/bug/issues/11372)) - -Both issues have already been fixed. The fixes will be included in [Scala 2.12.9](https://github.com/scala/scala/milestone/77). 2.12.9 is tentatively planned for release in June 2019. In the meantime, consider using a [Scala nightly build](https://stackoverflow.com/questions/40622878/how-do-i-tell-sbt-to-use-a-nightly-build-of-scala-2-12-or-2-13) to test the fixes. +Some JDK 12 specific fixes were included in 2.12.9; you'll want to use the latest 2.12 minor release (as of September 2019, that's 2.12.10). In other respects, so far it appears that 12 is similar to 11 with respect to Scala compatibility. diff --git a/api/all.md b/api/all.md index 7ded820651..ea6bf10180 100644 --- a/api/all.md +++ b/api/all.md @@ -10,14 +10,14 @@ includeTOC: true * [Library API](https://www.scala-lang.org/api/2.13.0/) * [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/) * [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/) -* Scala 2.12.9 - * [Library API](https://www.scala-lang.org/api/2.12.9/) - * [Compiler API](https://www.scala-lang.org/api/2.12.9/scala-compiler/scala/) - * [Reflection API](https://www.scala-lang.org/api/2.12.9/scala-reflect/scala/reflect/) +* Scala 2.12.10 + * [Library API](https://www.scala-lang.org/api/2.12.10/) + * [Compiler API](https://www.scala-lang.org/api/2.12.10/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.12.10/scala-reflect/scala/reflect/) * Scala Modules - * [XML API](https://www.scala-lang.org/api/2.12.9/scala-xml/scala/xml/) - * [Parser Combinators API](https://www.scala-lang.org/api/2.12.9/scala-parser-combinators/scala/util/parsing/) - * [Swing API](https://www.scala-lang.org/api/2.12.9/scala-swing/scala/swing/) + * [XML API](https://www.scala-lang.org/api/2.12.10/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.10/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.10/scala-swing/scala/swing/) * Scala 2.11.12 * [Library API](https://www.scala-lang.org/api/2.11.12/) * [Compiler API](https://www.scala-lang.org/api/2.11.12/scala-compiler/) @@ -53,6 +53,14 @@ includeTOC: true ## Previous releases +* Scala 2.12.9 + * [Library API](https://www.scala-lang.org/api/2.12.9/) + * [Compiler API](https://www.scala-lang.org/api/2.12.9/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.12.9/scala-reflect/scala/reflect/) + * Scala Modules + * [XML API](https://www.scala-lang.org/api/2.12.9/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.9/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.9/scala-swing/scala/swing/) * Scala 2.12.8 * [Library API](https://www.scala-lang.org/api/2.12.8/) * [Compiler API](https://www.scala-lang.org/api/2.12.8/scala-compiler/scala/)