Skip to content

sbt-dotty: various fixes, bump to 0.1.0 #2549

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

Merged
merged 4 commits into from
May 26, 2017

Conversation

smarter
Copy link
Member

@smarter smarter commented May 26, 2017

Thanks to @sjrd for writing code that I could steal to delete .tasty files ;).

smarter added 2 commits May 26, 2017 22:47
Needs to work for dotty 0.2 and onwards too.
This way you can do for example:

libraryDependencies ~= (_.map(_.withDottyCompat()))
@smarter smarter requested a review from felixmulder May 26, 2017 21:21
smarter added 2 commits May 26, 2017 23:23
Since 1293e2f we emit empty .tasty
files by default (and already before that, non-empty ones if
-YemitTasty is used). But these files were never deleted by sbt when the
corresponding classfiles got deleted. This commit fixes that by stealing
some code from Scala.js
@felixmulder
Copy link
Contributor

MTGL

@sjrd
Copy link
Member

sjrd commented May 26, 2017

My pleasure :)

@smarter smarter merged commit 5fbf6b4 into scala:master May 26, 2017
@smarter
Copy link
Member Author

smarter commented May 26, 2017

@felixmulder Plz release sbt-dotty 0.1.0, kthxbye.

@felixmulder
Copy link
Contributor

:shipit: done!

@allanrenucci allanrenucci deleted the fix-sbt-dotty branch December 14, 2017 19:21
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.

3 participants