You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feels like some sort of property based testing might be a good fit. Google's fuzztest is one interesting option. It might take a bit of work to get things set up but I think it's appealing long term for discovering these sorts of issues
We should have a methodical way of catching all the places where the wrong-sized variable is used (e.g.
int
in place ofint64
)Inspiration: #186
The text was updated successfully, but these errors were encountered: