Make all non-user-creatable structures non-comparable #802

Merged
lhchavez merged 1 commits from do-not-compare into main 2021-09-05 15:59:36 -05:00
lhchavez commented 2021-09-05 15:56:29 -05:00 (Migrated from github.com)

This change makes all non-user-creatable structures non-comparable. This
makes it easier to add changes later that don't introduce breaking
changes from the go compatibility guarantees perspective.

This, of course, implies that this change is a breaking change, but since
these structures are not intended to be created by users (or de-referenced),
it should be okay.

This change makes all non-user-creatable structures non-comparable. This makes it easier to add changes later that don't introduce breaking changes from the go compatibility guarantees perspective. This, of course, implies that this change _is_ a breaking change, but since these structures are not intended to be created by users (or de-referenced), it should be okay.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#802
No description provided.