Closed lrytz closed 7 months ago
might interest @Friendseeker ? though anyone who wants to look into it should go right ahead
might interest @Friendseeker ? though anyone who wants to look into it should go right ahead
Sure! Due to my personal circumstance (As a 4th year Canadian undergrad student studying & SWE job searching in a post-apocalyptic job market), I am in a time management crisis right now. But I will work on it as soon as I am free.
I can't reproduce the issue right now, so maybe this resolved itself, or it was something on my machine?
I was still having the bug on the latest commit, but it went away after I did a git clean -dfx
.
It seems that Zinc didn't want to recompile scala3-interfaces
, but its analysis was invalidating everything that depended on it. So cleaning scala3-interfaces
should fix the issue.
I'm getting incremental compilation invalidated each time I start sbt.
So I run
scala3-compiler/compile
, then in the same sessionscala3-compiler/compile
again does nothing as expected. But when I restart sbt I'm seeingcompiling 11 Scala sources
and then iteratively the entire project is recompiled.sbt -debug
shows