Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned
repositories
233 contributions in the last year
Activity overview

Contribution activity
February 2019
Created a pull request in google/go-cmp that received 2 comments
Always ignore _ fields
The _ field in Go is special in that it cannot be read from or written to. Thus, skip it by default. It is pointless to require the user to use cmp…
+7
−0
•
2
comments
- Derive the default transformer name from the function pointer
- Refactor reporter implementation
- Add the Travis script to explicitly test intervening Go versions
- Commit to not comparing NaN keys
- Relax Transformer name rules
- Reorder logic to be consistent
- Move function name logic to function package
- Make debug mode more explicit