Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.21 KB

README.md

File metadata and controls

39 lines (28 loc) · 2.21 KB

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 contains over 2 million lines of Scala code from 250 repos, and it takes about 14 hours to run, as of September 2023.

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.

Scala 3?

here: VirtusLab/community-build3

News

Read more

Further documentation is in the wiki.