migration-manager Questions
1
Solved
I am confused regarding backward compatibility when adding a method with default implementation to a trait. Like:
Previous Version
trait Foo
New Version
trait Foo {
def verifyConsistency: Opt...
Story asked 21/8, 2013 at 20:14
3
Solved
Because of an issue with package name aux under Windows, I am moving a helper class within the package hierarchy of my library from
de.sciss.scalainterpreter.aux
to
de.sciss.scalainterpreter
...
Watt asked 28/8, 2012 at 19:35
1
© 2022 - 2024 — McMap. All rights reserved.