Are there special instructions since the recent repo changes?
testCompilation
fails with what must be a class path problem with the library.
Typically,
at 5: package scala.compiletime does not have a member method summonFrom
or various Bad symbolic reference.
Hi @som-snytt, Iām still porting things and testCompilation
is one of the remaining things. I was hoping I would do that two days ago but some other work came up. Should be available by tomorrow. In the mean time, you can use the underlying command used by testCompilation
: testOnly dotty.tools.dotc.*CompilationTests -- -Ddotty.tests.filter=<arg>
where <arg>
is the usual argument of testCompilation <arg>
. Note that this is not exactly equivalent to testCompilation
but it is good enough for local dev.
Also, please use scala3-nonboostrapped
and scala3-boostrapped-new
now.
1 Like