Travis Cline
Travis Cline
fwiw I hacked this up for my own one-off use. ```diff diff --git a/go-fuzz/hub.go b/go-fuzz/hub.go index 9a07b16..cbdfff1 100644 --- a/go-fuzz/hub.go +++ b/go-fuzz/hub.go @@ -413,6 +413,7 @@ func (hub *Hub) updateScores()...
I'd love to see this make it in
I’ll look into it. I opened a PR but the ci job didn’t seem to trigger.. On Tue, Jul 27, 2021 at 5:24 PM Josh Bleecher Snyder < ***@***.***> wrote:...
All of these suggestions sound great. Thoughts on how to evolve testing support? On Wed, Jul 10, 2019 at 7:11 AM Alex Thompson wrote: > @codebreach sorry for the delay....
I meant did you have plans to expand the pytest support. On Fri, Jul 12, 2019 at 10:59 AM Alex Thompson wrote: > @tmc can you elaborate on what you...
@apt-itude how are things going here? might have some spare cycles to help hack on these improvements.
This was apparently added here: https://reviews.llvm.org/D77491
This is based on https://github.com/elliotchance/c2go/pull/882
Could/should this change take into account ValidArgsFunction?
This should make it in -- this is unexpected behavior as-is.