area:sbt-bridgearea:testinghelp wanted
仓库指标
- Star
- (6,247 star)
- PR 合并指标
- (平均合并 18天 14小时) (30 天内合并 133 个 PR)
描述
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.