zinc
zinc copied to clipboard
Scala incremental compiler library, used by sbt and other build tools
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.8 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.8...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.4 to 3.21.5. [GitHub Release Notes](https://github.com/protocolbuffers/protobuf/releases/tag/v3.21.5) - [Version Diff](https://github.com/protocolbuffers/protobuf/compare/v3.11.4...v3.21.5) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [net.openhft:zero-allocation-hashing](https://github.com/OpenHFT/Zero-Allocation-Hashing) from 0.10.1 to 0.16. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
## steps - https://github.com/davidB/scala-maven-plugin/issues/615 ## problem ``` [ERROR] ## Exception when compiling 669 sources to /basedir/spark-mine/core/target/scala-2.12/classes java.lang.RuntimeException: rt.jar (class sbt.internal.inc.DummyVirtualFile) is not supported scala.sys.package$.error(package.scala:27) sbt.internal.inc.Locate$.definesClass(Locate.scala:92) sbt.internal.inc.Locate.definesClass(Locate.scala) sbt_inc.SbtIncrementalCompiler$1.definesClass(SbtIncrementalCompiler.java:119) sbt.internal.inc.Locate$.$anonfun$entry$1(Locate.scala:60) scala.collection.Iterator$$anon$9.next(Iterator.scala:575) scala.collection.IterableOnceOps.collectFirst(IterableOnce.scala:1079)...
I'm using mill to build using ``` > mill reds.compile ``` In order to isolate the problem to zinc I modified the run task to call: ``` val r =...
## steps See https://github.com/lampepfl/dotty/issues/14691 ## problem On the compiler side, we implement CompilerInterface2 in https://github.com/lampepfl/dotty/blob/main/sbt-bridge/src/dotty/tools/xsbt/CompilerBridge.java, but as far as I know this interface doesn't expose the sourcePositionMappers. ## expectation I...
@eed3si9n have you given this any thought yet? might it be fair game for 1.7? or not until 2.0? my observation is that it is now quite rare for any...
Ref https://github.com/sbt/zinc/issues/235
I am working on improving the debug logs (https://github.com/sbt/zinc/issues/338). I changed a couple of things ## diff There is this diff thing displayed for interface changes. "Detected a change in...