Closed
Description
Running testCompilation
locally fails for me (Linux, Oracle JDK 1.8.0_192) due to what appears to be a compilation order dependency in compileStdLib
. This isn't normally visible in CI runs, presumably due to platform dependency of the compilation order. Sorting the sources, as done in #5432 causes local and CI builds to fail in the same way.