Brett Randall

Results 156 comments of Brett Randall

@7yl4r Best to do some more problem-isolation, especially checking whether you have succeeded in eliminating the desired data locally, after your step 1., before attempting any remote push/clones and tests....

This sounds more like a post-BFG problem - did you try asking on StackOverflow? What system is your remote? Did you follow all the instructions for cloning etc.?

Note that compile-on-JDK9 support is going to require some code-changes due to http://openjdk.java.net/jeps/260 hiding some internal JDK APIs and `sun.*` internal packages and classes currently imported by Gretty e.g. https://github.com/akhikhl/gretty/blob/master/libs/gretty-runner-jetty7/src/main/java/org/akhikhl/gretty/FilteringClassLoader.java#L12...

@mariuspaval do you have a sample project demonstrating this problem, and also Gretty 2.2.0 currently lives here: https://github.com/gretty-gradle-plugin/gretty .

@siddhuKantipudi consider testing with latest https://github.com/gretty-gradle-plugin/gretty and see if this problem is still present.

@gpjt Interesting - I had started on some changes to make `` expected and allowed ... otherwise there's no hook to check-out source for the site. That said, the current...

@jkstrauss Whilst I don't doubt that this is a well-implemented and clever feature ... I do wonder whether it is the sort of thing that it is typically worth re-writing...

I don't use IntelliJ so I can't comment on if/why it can't work with `scalatest`.

Accepting that BFG memoizes trees and does not need to do-so for blobs; would it be technically feasible to start a BFG run with a tree-walk of the trees of...

@rwinch @wolfs So this issue has achieved something good and got me to learn to run the gradle-profiler, nice. I ran this for myself a couple of times on spring-security....