Bo Zhang

Results 166 comments of Bo Zhang

Well, I can't see `github.com/Lunera/electric-imp-enroll` since it seems to be a private repo. If the repo has no package mangement file (e.g. Gopkg.lock), gogradle would parse all `.go` files to...

Also see https://github.com/gogradle/gogradle/blob/master/docs/dependency-management.md#global-exclude-packages

你能给我一个在Maven仓库中的go源码例子么?

No, it's impossible currently: https://github.com/gogradle/gogradle/blob/1fb5682b474c025d89677676d91032ac5f38bad5/src/main/java/com/github/blindpirate/gogradle/build/DefaultBuildManager.java#L241 The working directory of forked processes are hardcoded to be `project.getProjectDir()`.

I'm not sure setting working directory would help. Can you share some examples to reproduce `The filename or extension is too long`? Maybe it's caused by something else, or we...

The cause is unbelievable... you should use ``` mycode.devnulled.com ``` instead of ``` mycode.devnulled.com/ ``` But this should be improved, for sure. :-)

I think a path with or without trailing slashes should be treated equally. Anyway current error is totally uninformative. > I wouldn't mind trying to submit a patch for this?...

Sorry for the delay, I was on a business trip in the past days. Thank you for the question, the intention of this cache was "transparent to users", i.e. users...

We don't set any default timeout. Can you explain what you mean?

Well, unfortunately no, it's not possible for now: https://github.com/gogradle/gogradle/blob/0d66b72408f0db82aa935c2684920ffdcb4f497e/src/main/java/com/github/blindpirate/gogradle/task/go/GoTest.java#L284