scala/scala3

Port incremental compilation tests from Zinc

Open

#4.650 geöffnet am 12. Juni 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Scala (1.159 Forks)batch import
area:sbt-bridgearea:testinghelp wanted

Repository-Metriken

Stars
 (6.247 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 18T 14h) (133 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide