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
I believe it would be beneficial to release go-cmp as v1.
Reasons:
The library is widely used, and I assume there’s no intention to introduce breaking changes while still in v0. If that’s the case, a v1 release would formally acknowledge its stability.
go-cmp is recommended by the official Go test comments guide. Given this endorsement, it would be ideal for the package to be versioned in a way that ensures long-term stability (i.e., avoiding breaking changes without a v2 release).
This will mitigate possible build failures if there if go-cmp is used by different Go test helper modules and they use different (incompatible) versions of go-cmp.
I believe it would be beneficial to release
go-cmpasv1.Reasons:
v0. If that’s the case, av1release would formally acknowledge its stability.v1appears to be a prerequisite for resolving Ideas for a v2 #338.go-cmpis recommended by the official Go test comments guide. Given this endorsement, it would be ideal for the package to be versioned in a way that ensures long-term stability (i.e., avoiding breaking changes without av2release).go-cmpis used by different Go test helper modules and they use different (incompatible) versions ofgo-cmp.