From f507f0f6f74a8bef223b788e62da29632e2c5cae Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Tue, 28 Oct 2025 16:32:18 +0100 Subject: [PATCH 1/2] Set developedVersion to 3.8.1 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index dfb496fad7d0..78223cd4c1dd 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -70,7 +70,7 @@ object Build { * * Warning: Change of this variable might require updating `expectedTastyVersion` */ - val developedVersion = "3.8.0" + val developedVersion = "3.8.1" /** The version of the compiler including the RC prefix. * Defined as common base before calculating environment specific suffixes in `dottyVersion` From 62ea515e970e5b29a7d6dad56520bd0d48edaf01 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Tue, 28 Oct 2025 16:50:03 +0100 Subject: [PATCH 2/2] Adjust MiMa filters for tasty-core --- project/MiMaFilters.scala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/MiMaFilters.scala b/project/MiMaFilters.scala index 3c6af327bb68..c0da185a9c4b 100644 --- a/project/MiMaFilters.scala +++ b/project/MiMaFilters.scala @@ -593,6 +593,8 @@ object MiMaFilters { Build.mimaPreviousDottyVersion -> Seq( ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.FLEXIBLEtype"), ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.TRACKED"), + ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.INTO"), + ProblemFilters.exclude[DirectMissingMethodProblem]("dotty.tools.tasty.TastyFormat.SUBMATCH"), ), // Additions since last LTS