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

Incremental Scala compile with Zinc isn't working right #6

Closed
lihaoyi opened this issue Nov 22, 2017 · 0 comments
Closed

Incremental Scala compile with Zinc isn't working right #6

lihaoyi opened this issue Nov 22, 2017 · 0 comments
Assignees
Labels
solved The issue was fixed/resolved
Milestone

Comments

@lihaoyi
Copy link
Member

lihaoyi commented Nov 22, 2017

To repro:

git clean -xdf
sbt scalaplugin/test:assembly
scalaplugin/target/mill run ScalaPlugin.assembly
echo " " >> core/src/main/scala/mill/define/Graph.scala
scalaplugin/target/mill run ScalaPlugin.assembly

The last command will run into a bunch of compile errors, when it should compile successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved The issue was fixed/resolved
Projects
None yet
Development

No branches or pull requests

3 participants