Andy Walker

Results 115 comments of Andy Walker

I think this would compromise the ergonomics of the library by imposing ordering that you'd need to look at the arguments to know. The only two-argument method currently in the...

This is a known issue with running tests with `-json`, since test2json parses the output of Go tests, and direct outputs to stdout and stderr can cause this to become...

Tentatively, a fix for this would involve retrofitting `is.I` to ditch taking function references to `t.Fail` and `t.FailNow` in favor of calling them directly with the log message, and adding...

To avoid breaking pre-1.7 compatibility (if we really care about going that far back), it would probably also be a good idea to denormalize the pre-1.7 code into a single...

I think ergonomics are a founding principle of the module as I understand it. so readability is paramount, and the nested code is much harder to read. Plus, there's already...