-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scala 2.13/dotty compatibility #68
Comments
Hi, I recently looked into upgrading Scala versions. Unfortunately, we depend on a number of libraries which have not released their own 2.13 versions. It is unclear when that would happen, because some of them (including a few surprisingly prominent packages) have maintainers who have not had much time for maintenance :'( I'm not sure about the error message so I will leave that for others to chime in. |
Ah, that is not surprising. I guess everyone is waiting for scala 3 to do any real maintenance. Well, with no obvious path forward, I'll see about downgrading the other stuff. Thanks for the info. |
There is not much we can do about this until Scala itself is compatible. |
Applied wontfix label until Scala and libraries get more compatible |
The latest KeYmaera X release now works with Scala 2.13. |
Hello,
I'm having a problem with scala versions. I'm trying to use KeymaeraX as a library (I want the parser, printer, expression subsitution, ect. All stuff from core). But I'm using it in a newer scala project. There seems to be a backwards incompatibility between scala 2.13 and scala 2.12 where the standard library broke some methods. Compiling works fine, but at runtime I get the error
Looks like keymaera is using some deprecated methods.
Long story short, is there a plan to upgrade to a newer version of Scala? How hard would it be to fix these issues?
I'd try to post pull request myself, except that I don't reasonable access to mathematica on my dev machine. So the build fails catastrophically.
The text was updated successfully, but these errors were encountered: