scala/scala3

Port incremental compilation tests from Zinc

Open

#4650 aperta il 12 giu 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Scala (1159 fork)batch import
area:sbt-bridgearea:testinghelp wanted

Metriche repository

Star
 (6247 star)
Metriche merge PR
 (Merge medio 18g 14h) (133 PR mergiate in 30 g)

Descrizione

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.

Guida contributor