eugene yokota

Results 684 comments of eugene yokota

https://github.com/sbt/zinc/pull/667

I realized I'd have to do the same for other submodules.

I think the problem is that if we dumped the debug log without buffering, it will end up flooding Travis CI. We should print out the log when it the...

In scripted plugin there's a setting for it actually. We should probably that over.

> User adds a name of a scripted test to a setting in the build that enables debugging for that scripted test. I actually misread Jorge's comment above before giving...

What you're describing sounds like testQuick - http://www.scala-sbt.org/0.13/docs/Testing.html#testQuick

I've asked Stephane to file the issue here, and I think this is a reasonable request for former Zinc users. Can I remove the "wontfix" tag?

The ones involving `ModuleSerializationProxy` likely are legitimate changes introduced in Scala 2.13.0-RC1.

You might need ``` compilerBridge213/publishLocal ``` from sbt (quicker than publishBridges after first run) then ``` rm -rf internal/compiler-bridge-test/target/zinc-components ``` from shell. This used to be done automatically, but it...

``` [info] ExtractUsedNamesPerformanceSpecification: [info] - should be executed in reasonable time *** FAILED *** [info] java.lang.RuntimeException: ?0 [info] at scala.sys.package$.error(package.scala:30) [info] at xsbt.ExtractUsedNames$JavaSet.add(ExtractUsedNames.scala:65) [info] at xsbt.GlobalHelpers$TypeDependencyTraverser.traverse(GlobalHelpers.scala:74) [info] at xsbt.GlobalHelpers$TypeDependencyTraverser.$anonfun$traverse$6(GlobalHelpers.scala:114) [info]...