Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解如何在 sbt 上完成增量编译。经过一些研究,我发现锌是实现这一目标的一种方式。样品锌实施。
希望听到人们必须最好地衡量锌的有效性的任何建议
免责声明:我是 Zinc 和 Bloop 的维护者。
Zinc 是在 Scala 中进行增量编译的标准(也是唯一)方法。您可以期望它做正确的事情并有效地编译您的代码。
如果您想与之集成,我建议使用Bloop,它改进了锌,以比自定义锌集成更快地编译您的代码。