Alan Donovan
Alan Donovan
Use "unset GOPATH" in a shell to remove the variable from the environment. Could you try that, and re-run the go env command shown above, to see if it succeeds,...
We've seen a similar problem related to parser error recovery, but that doesn't trigger on every keystroke. Can you confirm that this does indeed occur even when you type something...
How would this work with 'go run', which delegates its stdin/out/err to the target process?
> should the libraries be individually updated to utilize the new flag/pipe? I suspect this thread was at least in part motivated by some of the cancellation problems we've seen...
> Are there even any other drivers? I'm aware of at least two: [golangci-lint](https://github.com/golangci/golangci-lint/blob/master/pkg/golinters/goanalysis/runner_action.go#L331), [lintcmd](https://github.com/dominikh/go-tools/blob/master/lintcmd/runner/runner.go). > Did you crosscheck this with the authors (e.g. @ldez ) of golangci-lint? > I...
Many thanks for tracking this down so quickly.
One implementation caveat: a 64-bit address space isn't quite the inexhaustible vastness it first seems because many environments impose tighter restrictions. (I recently used a 4GB mmap as an [optimization](https://github.com/google/starlark-go/pull/280)...
Thanks for the feature request. I have assigned it to one of our experts.
The only reason the kill system call can fail (at least in this situation) is when the child process has already exited, so failure of kill is unlikely to be...
Nice. Well, that test process seems very much alive, falsifying my hypothesis.