eugene yokota

Results 115 issues of eugene yokota

migrating from #34 ## steps 1. `cs foo` where calling `foo --version` does something undesirable (like waiting for user input forever). ## problem the installation process calls `foo --version` and...

Enhancement

This fixes GitHub Actions to it builds native image. 1. Use ilammy/msvc-dev-cmd to setup C++ toolchain on Windows. 2. Downgrade to windows-2019, instead of windows-latest 3. Use `setup-java@v3` 4. Use...

## 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)...

Ref https://github.com/sbt/zinc/issues/235

This is yet another example of Zinc lagging Scala language spec change. https://www.scala-lang.org/news/2.12.0/#lambda-syntax-for-sam-types ## steps Haven't minimized it but I noticed while coding. First you have a Java interface in...

area/under_compilation

_Originally posted by @smarter in https://github.com/sbt/zinc/pull/712_ ## steps Create a build under `/tmp/` or use temp directory to compile Scala compiler bridge on macOS. ## expectation Things work without special...

Ref https://github.com/sbt/zinc/pull/267 ## steps zincJVM2_13/testOnly sbt.inc.NameHashingCompilerSpec ```scala testIncrementalCompilation( changes = Seq(Other -> addNewSealedChildren), transitiveChanges = Set(Other3, Other), optimizedSealed = true ) ``` ## problem On Scala 2.13 the test fails....

area/under_compilation

We might need to support new API to call javac and javadoc programmatically.