scala/compiler-benchmark

Compiler args via source seem not to work anymore

jvican opened this issue · 0 comments

The instructions in scala/scala-dev#392 are not valid anymore -- it seems that the compiler benchmark infrastructure is not setting up the classpath correctly. I've been able to reproduce with latest master of compiler-benchmark and akka.

If I check out gco 84a3854210672d9eed9d770094967f7ac6d5ad85, the problem goes away. I have an intuition that the refactoring of this repository to support Dotty compilation broke it, but I'm not sure since I haven't dug into the issue.