Josh Bleecher Snyder
Josh Bleecher Snyder
Sorry, `ffcli`.
Let me try migrating to v3 and playing with it a bit. One of the things I appreciate about ffcli is that most of the setup is declarative (I use...
I got distracted. :( I still suspect I’d like automatic propagation best, but I haven’t spent any time digging or thinking about it yet.
Yes. Or not even requiring marking, and just doing it. Note that one way to implement is to try all flag sets of all ancestors, as opposed to registering additional...
@thepudds I'm going to leave this to you to review, if you want. Note that there is a similar outstanding PR at https://github.com/dvyukov/go-fuzz/pull/315. It might be worth looking at it,...
Well, we have a number of unfixed non-trivial bugs that apply to 1.17. The deprecation would be more an acceptance of facts than a statement of policy.
@thepudds no rush. :) Will wait to hear what you have to say.
@huornlmj the built-in toolchain fuzzer is based on go-fuzz. To get it started they imported much of go-fuzz wholesale. I can't say it's exactly the same, but it is similar.
As with the other two, I'm leaving this for @thepudds to review or not as they see fit.
@thepudds you up for reviewing this? You can do the work that goimports does without exec'ing goimports. See golang.org/x/tools/imports.Process.