scala/scala3

Port incremental compilation tests from Zinc

Open

#4.650 aberto em 12 de jun. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (1.159 forks)batch import
area:sbt-bridgearea:testinghelp wanted

Métricas do repositório

Stars
 (6.247 stars)
Métricas de merge de PR
 (Mesclagem média 18d 14h) (133 fundiu PRs em 30d)

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.

Guia do colaborador