Josh Bleecher Snyder

Results 321 comments of Josh Bleecher Snyder
trafficstars

Aha. Yes, `compilecmp` needs an updated copy of `compilebench` to work. Not sure how best to test for that. You should delete `github.com/josharian/compilebench` and use `golang.org/x/tools/cmd/compilebench`. The former was only...

Hey, @rogpeppe. No prob if you're busy, but it'd be nice to know what kind of response time I should expect on PRs and issues. It'll help me gauge how...

Thanks for taking a look! (I don't suppose you want to also take a peek at the issues I filed here recently? :P) Will add tests and update. Currently all...

The test failures are due to https://github.com/rogpeppe/go-internal/issues/84.

(Still working on adding tests.)

Sigh. Testing this requires `list` support from goproxytest: ``` go get golang.org/x/text: unexpected status (http://127.0.0.1:61947/mod/golang.org/x/text/@v/list): 404 Not Found ``` I had hoped that using Go 1.12 would allow me not...

Feel free to take it over! I’ve lost momentum and don’t have a pressing need for it any more.

Somewhere in cmd/go there must be a method that maps import paths to their containing modules. But I can't find it. I'm happy to work on implementing this if anyone...

`go list -m all` is a decent approximation. But `gohack` can do a bit better, by also indicating which modules are currently being hacked on (and what directory they are...

Erm. There is already a `gohack status`. I was about to start working on a PR, but I think I'll wait for more feedback.