Skip to content
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

Release Dotty 0.13.0-RC1 for mill #26

Merged
merged 15 commits into from
May 20, 2019
Merged

Release Dotty 0.13.0-RC1 for mill #26

merged 15 commits into from
May 20, 2019

Conversation

biboudis
Copy link
Contributor

@biboudis biboudis commented Feb 26, 2019

Update the versions and rebase to get the changes of the new files.
Now it raises the good old CompilerInterface, this is related to the broken bridge issue, right?

Related to scala/scala3#5596

root.compile java.lang.ClassNotFoundException: xsbt.CompilerInterface
    java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    java.lang.Class.forName0(Native Method)
    java.lang.Class.forName(Class.java:348)
    sbt.internal.inc.AnalyzingCompiler.getInterfaceClass(AnalyzingCompiler.scala:267)
    sbt.internal.inc.AnalyzingCompiler.call(AnalyzingCompiler.scala:234)
    sbt.internal.inc.AnalyzingCompiler.newCachedCompiler(AnalyzingCompiler.scala:134)
    sbt.internal.inc.AnalyzingCompiler.newCachedCompiler(AnalyzingCompiler.scala

@biboudis biboudis self-assigned this Feb 26, 2019
@biboudis biboudis mentioned this pull request Feb 26, 2019
@smarter
Copy link
Member

smarter commented Feb 27, 2019

Now it raises the good old CompilerInterface, this is related to the broken bridge issue, right?

Someone needs to add support for the new bridge setup based on a binary jar instead of sources, until then, we can't upgrade the mill project.

@smarter
Copy link
Member

smarter commented Mar 17, 2019

Looks like someone fixed mill to get the compile-the-bridge-from-sources working, so you should be able to merge this PR once a new mill release is out: com-lihaoyi/mill#569

@biboudis
Copy link
Contributor Author

Oh! Perfect. Will stay on top of this. Thx!

@smarter
Copy link
Member

smarter commented May 20, 2019

mill 0.4.0 has been released so this should work now.

@biboudis
Copy link
Contributor Author

biboudis commented May 20, 2019

@anatoliykmetyuk this PR rebased the changes for mill on top of master. Maybe we should re-rebase and check if mill works. If yes then we can re-include it on our release cycle.

Ok, just tried it. works.

@biboudis biboudis merged commit 17b2981 into mill May 20, 2019
@biboudis biboudis deleted the dotty-0.13-mill branch May 20, 2019 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants