scala/scala3

Port incremental compilation tests from Zinc

Open

#4 650 ouverte le 12 juin 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Scala (1 159 forks)batch import
area:sbt-bridgearea:testinghelp wanted

Métriques du dépôt

Stars
 (6 247 stars)
Métriques de merge PR
 (Merge moyen 18j 14h) (133 PRs mergées en 30 j)

Description

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.

Guide contributeur