-
Notifications
You must be signed in to change notification settings - Fork 150
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
Conversation
Release Dotty 0.11.0-RC1
Release Dotty 0.12.0-RC1
Added Guillaume Martres' code which is an answer in https://stackoverflow.com/questions/45342846/scala-play-with-dotty
Update README.md
updated url
72ecc71
to
c44c996
Compare
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. |
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 |
Oh! Perfect. Will stay on top of this. Thx! |
mill 0.4.0 has been released so this should work now. |
@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. |
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