Joe Tsai

Results 341 comments of Joe Tsai

That would be preferred, but unfortunately, generic methods cannot currently be defined on `C` (golang/go#49085).

I've been playing around with https://pkg.go.dev/github.com/dsnet/golib/try in quick throwaway programs and I actually like how it improves my development velocity. Since a panic in a `Test` function causes the test...

Given the existence of https://pkg.go.dev/github.com/dsnet/try, which works decently alongside `quicktest`, I think we can put this proposal on hold. The only way that I see `quicktest` can have better ergonomics...

@greatroar, what you described in your last comment is what I would expect as the behavior. > A remaining question is whether EOF in the middle of a stream is...

Thanks for the PR, but this repository does not accept GitHub Pull Requests since it is just a mirror. See #6

Thanks for the PR, but this repository does not accept GitHub Pull Requests since it is just a mirror. See #6

Friendly ping @neild . We're using cmp to display some diffs of things at Tailscale and this would improve the verbosity of that service.

The original intention was to design a comparison library that was highly extensible with a *small* number of options. Implementing `cmpopts` as a separate package kept the implementation of `cmp`...