Matthias Kurz
Matthias Kurz
So I did some testing with the fix (exportedMappings = Nil) locally and the nice side effect of it is that if you have many files and/or big files inside...
This is not fixed yet, #12483 "only" fixed #5765.
Fasten your seatbelts: This is finally fixed after 8,5 years :tada: Turns out that setting `exportedMappings` to `Nil` is not always desired and (according to our scripted tests) can lead...
Not possible currently in Scala 3: * https://github.com/lampepfl/dotty/pull/17022 * https://github.com/lampepfl/dotty/pull/17023
Pretty sure I know what's going on, need to find a workaround. Details follow...
Finally, done! However, this PR now "only" fixes the duplicate assets bug, but not also the "pipelines run multiple times" problem (as intented at the beginning). Even if it looks...
You can apply this fix yourself right now already, see - https://github.com/playframework/playframework/issues/5765#issuecomment-2167504627
You are using Scala 3.4.1, can you try Scala 3.3.3?
Do you have `scalacOptions` and/or `javacOptions` defined in `build.sbt` (or in a `.scala` file in the `project/` folder? Also is this a fresh project or an existing one? When did...
> Same issue started happening for me when Play reloads. Environment is as follows: > > * Java: 17.0.6 > > * sbt: 1.9.8 > > * Scala: 2.13.12 >...