Reid Spencer

Results 16 comments of Reid Spencer

Also: in response to this from the issue description: > actually I don't think this is good enough: using VarHandle would require adding static fields in any class that has...

Confirmed. I've been experiencing this too. I wonder if this has to do with I/O work within sbt in some version after sbt 1.5 ? This same lack of output...

@rayrobdod - If that's the case then it should be pretty simple to track down the change producing no output: compare 2.0.0 with 2.0.1. I'm going to do this shortly...

I've tested that assertion about sbt 1.9.7 with 2.0.0 producing output and 2.0.1 not producing output. That assertion doesn't hold for me. Neither 2.0.0 nor 2.0.1 produced output with sbt...

> I've tested that assertion about sbt 1.9.7 with 2.0.0 producing output and 2.0.1 not producing output. That assertion doesn't hold for me. Neither 2.0.0 nor 2.0.1 produced output with...

Note that the root cause is a `java.lang.ClassNotFoundException` for a class (`TopLevelParser$`) whose jar file is definitely in the runtime and test classpath (we looked). Note that the exception reports...