Josh Bleecher Snyder

Results 106 issues of Josh Bleecher Snyder

This is initial work towards #218. DO NOT MERGE I am sending it for discussion. I am not entirely satisfied with this as it stands. * It's a bit cumbersome....

I can't find anywhere that gen/main.go is used. Is it vestigial? If so, I'll send a PR to remove it. If not, I'd like to document it.

go-fuzz finds the following crasher: `"{\"o\":0,\"o\":null}"`. This doesn't survive an Unmarshal/Marshal round trip. However, this is working as intended: The second value for key `o` overwrites the first during Unmarshal,...

In dumpssa mode, we're trying to understand why something changed. The compiler will soon emit a hash of the contents after a pass in ssa.html. We should read the two...

that way changing the commit message won't force us to re-copy and re-compile.

I'm happy to leave off the last commit if you prefer. I really only meant to send the first commit, but kept noticing stuff. :)

``` $ gohack get -vcs github.com/rogpeppe/go-internal/modfile module "github.com/rogpeppe/go-internal/modfile" does not appear to be in use all modules failed; not replacing anything ``` The module is `github.com/rogpeppe/go-internal`. But the intent of...