scala/scala3

Port incremental compilation tests from Zinc

オープン

#4,650 opened on 2018/06/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (1,159 件のフォーク)batch import
area:sbt-bridgearea:testinghelp wanted

Repository metrics

Stars
 (6,247 個のスター)
PR merge metrics
 (平均マージ 18d 14h) (30d で 133 merged PRs)

説明

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.

コントリビューターガイド