From 89ad511719346354925bf9c024747722e290b6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Mon, 18 Oct 2021 12:22:44 +0200 Subject: [PATCH] Publish 3.1.0 --- project/Build.scala | 4 ++-- project/MiMaFilters.scala | 9 --------- tasty/src/dotty/tools/tasty/TastyFormat.scala | 2 +- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 7d4db31eccfa..da31ed31d45b 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -63,9 +63,9 @@ object DottyJSPlugin extends AutoPlugin { } object Build { - val referenceVersion = "3.1.0-RC2" + val referenceVersion = "3.1.0-RC3" - val baseVersion = "3.1.0-RC3" + val baseVersion = "3.1.0" // Versions used by the vscode extension to create a new project // This should be the latest published releases. diff --git a/project/MiMaFilters.scala b/project/MiMaFilters.scala index 0199e471dfe2..d4d837e271a8 100644 --- a/project/MiMaFilters.scala +++ b/project/MiMaFilters.scala @@ -4,15 +4,6 @@ import com.typesafe.tools.mima.core.ProblemFilters._ object MiMaFilters { val Library: Seq[ProblemFilter] = Seq( - // Experimental API for saferExceptions - exclude[MissingClassProblem]("scala.CanThrow"), - exclude[MissingClassProblem]("scala.CanThrow$package"), - exclude[MissingClassProblem]("scala.CanThrow$package$"), - exclude[MissingClassProblem]("scala.unsafeExceptions"), - exclude[MissingClassProblem]("scala.unsafeExceptions$"), - exclude[MissingFieldProblem]("scala.runtime.stdLibPatches.language#experimental.saferExceptions"), - exclude[MissingClassProblem]("scala.runtime.stdLibPatches.language$experimental$saferExceptions$"), - // New APIs that will be introduced in 3.1.0 exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.Wildcard"), exclude[ReversedMissingMethodProblem]("scala.quoted.Quotes#reflectModule.WildcardTypeTest"), diff --git a/tasty/src/dotty/tools/tasty/TastyFormat.scala b/tasty/src/dotty/tools/tasty/TastyFormat.scala index 64771e4cb202..e7edd8d77b3b 100644 --- a/tasty/src/dotty/tools/tasty/TastyFormat.scala +++ b/tasty/src/dotty/tools/tasty/TastyFormat.scala @@ -301,7 +301,7 @@ object TastyFormat { * is able to read final TASTy documents if the file's * `MinorVersion` is strictly less than the current value. */ - final val ExperimentalVersion: Int = 2 + final val ExperimentalVersion: Int = 0 /**This method implements a binary relation (`<:<`) between two TASTy versions. *