eugene yokota

Results 742 comments of eugene yokota

I used CentOS Docker image, but I can't reproduce this - https://gist.github.com/eed3si9n/19ca9ebfb6d1bffad79348229ac82664

Thanks for the report! I don't think I've seen this. Does this happen only with Play? @mkurz Do you know what's happening here?

You can type in `debug` in the sbt shell first to see debug logs. Also could you try with sbt 1.10.0-RC2 please?

https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html > Similarly, the call to the `propertyNames` or `list` method will fail if it is called on a "compromised" `Properties` object that contains a non-`String` key. I wonder if...

If you type `eval sys.props` on the shell, do you see anything weird, like `true` or `false` in the key?

What's `sharing,`? That looks a bit odd without the key entry and/or value entry.

@jtjeferreira Thanks for the report. Given that you've attributed this behavior to Cousier, could you report this to coursier/coursier as well please?

I could be wrong, but I am guessing it's on Coursier side since I am not aware of sbt calling `validateChecksum`.

Yea. As I reported in https://github.com/sbt/sbt/issues/4883 `UpdateReport` persistence is slow. I am totally open to specializing the `update` caching to non-JSON based ways, or try different strategies to speed things...

@facewindu Thanks for the report. Do you mind pasting the stacktrace here plz? If it's super long you can wrap it in `...`: foo...