scala/scala3

Port incremental compilation tests from Zinc

Open

#4,650 建立於 2018年6月12日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Scala (1,159 fork)batch import
area:sbt-bridgearea:testinghelp wanted

倉庫指標

Star
 (6,247 star)
PR 合併指標
 (平均合併 18天 14小時) (30 天內合併 133 個 PR)

描述

In sbt-dotty/sbt-test, some incremental compilation tests ported from Zinc are marked as disabled. The reason is that we are missing some sbt tasks such as:

  • checkRecompilations
  • checkClasses
  • checkDependencies
  • check-products

An example on how to implement these tasks for Dotty can be found here. Zinc reference implementation can be found here.

貢獻者指南