/community-build

Scala 2 community build — a corpus of open-source repos built against Scala nightlies

Primary LanguageScalaApache License 2.0Apache-2.0

Scala 2 Community Build

In this repository we build and test a large corpus of open-source Scala 2 projects. Everything is built from source using Lightbend's dbuild.

The project is financed and primarily maintained by Lightbend, as part of our overall maintenance of the Scala compiler and standard library.

How big is it? The 2.13 build is 3.4 million lines of Scala code, total, from 209 repos, and takes about 9 hours to run, as of March 2020.

Why do this? The main goal is to guard against regressions in new versions of Scala (language, standard library, and modules). This complements the regression test suite we maintain in scala/scala. It's also a service to the open source community, providing early notice of issues and incompatibilities.

Can I run it myself? Sure, just clone the repo and run ./run.sh.

News

Read more

Further documentation is in the wiki.