thepudds

Results 11 issues of thepudds

During Go 1.17 development, fd inheritance on Windows was changed in: [CL 288297](https://golang.org/cl/288297) - "syscall: restrict inherited handles on Windows" As a result, running go-fuzz with Go 1.17 on at...

go-fuzz has reasonable support for targeting modules (#274), but is not itself a module. Currently, the easiest way to build go-fuzz locally with a recent Go toolchain might be to...

There is a decent chance I am just confused here, but as far as I can tell, I suspect if your starting point is a clean environment, then running `go...

This is not something I would personally suggest doing right now or in the near term, but wanted to at least record the suggestion. (Also, perhaps this is already tracked...

Hi there👋, I would be interested in sending a PR to add a new diff package to go-internal based on the [patience diff](https://bramcohen.livejournal.com/73318.html?noscroll&utm_medium=endless_scroll) implementation Russ added in [CL 384255](https://golang.org/cl/384255/) during...

In the README, maybe very briefly explain how to use a fork you created in GitHub, how to push a change back to that fork on GitHub, and then mention...

dvyukov/go-fuzz supports modules now (https://github.com/dvyukov/go-fuzz/pull/274), so it is now feasible to support modules with fzgo.

I switched strategies here and currently do not follow 'go test' as closely as I should for what goes to stdout vs. stderr. Would also need to update the tests,...

The ability to more easily see what are test-only dependencies for modules is a common request for cmd/go. Consider supporting it here, either by highlighting a test-only dependency or by...

DO NOT SUBMIT. Test PR for CL 513397.