eugene yokota

Results 741 comments of eugene yokota

@iuliand-db Thanks for the report. Could you provide reproduction steps so we can reproduce your problem on our computers? Also does it happen if you roll back to sbt 1.3.x?

I wonder if there's something is generating some bytecode after Zinc is aware that's indefinitely invalidating the timestamp and/or content hash. Not sure if this is related, but `git clean...

If you type `debug` into the shell, it should bring the log level to debug, and you might see more message from what Zinc (likely falsely) considered to when it...

@jdsalchow Thanks for the reproduction!

@AugustNagro Thanks for the report. This is an interesting one. I think my opinion leans towards fork-by-default as well because I prefer things to be correct-by-default rather than fast-by-default, but...

Now that sbt 1.6.0/1.6.1 is out, I've been thinking about this again. As @adpi2 wrote back in September > Due to #6665 I think we should re-consider making fork :=...

I think this might be related what I reported to JSch? - "JSchException: invalid privatekey" on OpenSSH 7.8 and above https://sourceforge.net/p/jsch/bugs/129/

Closing this as fixed.

@ThStock Thanks for the report. I think you have to set `JAVA_OPTS` environment variable to `-Dfile.encoding=UTF-8`

I mean `JAVA_OPTS` in the system environment variable. You could also try putting that in `sbtconfig.txt`.