For Dotty, download the binary version of the compiler bridge instead of compiling it from sources #591
Labels
feedback wanted
Additional feedback or testing is apreciated
Milestone
Starting with Dotty 0.13.0-RC1, the bridge is a Java-only project (https://github.com/lampepfl/dotty/tree/master/sbt-bridge/src/xsbt) and binary artifacts are published on Maven: https://repo1.maven.org/maven2/ch/epfl/lamp/dotty-sbt-bridge/0.13.0-RC1/. This means you can avoid all the complications caused by having to fetch it sources, compiling these sources, caching the result, etc. In particular, it means #389 ceases to be a problem.
The relevant code in mill is in https://github.com/lihaoyi/mill/blob/master/scalalib/worker/src/ZincWorkerImpl.scala
The text was updated successfully, but these errors were encountered: