Closed jobjo closed 3 years ago
Currently all shrinking is using the same approach (halving the int32 numbers down to 0). Custom shrinking would consider the tags and shrink strings, bools etc differently.
int32
tag
Some inspiration here.
Addressed.
Currently all shrinking is using the same approach (halving the
int32
numbers down to 0). Custom shrinking would consider thetag
s and shrink strings, bools etc differently.Some inspiration here.