Make all non-user-creatable structures non-comparable (#802) #805

Merged
lhchavez merged 1 commits from cherry-pick-802-release-0.27 into release-0.27 2021-09-05 16:06:59 -05:00
lhchavez commented 2021-09-05 16:03:19 -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.

(cherry picked from commit dbe032c347)

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. (cherry picked from commit dbe032c347b1a1308a4b880e7c5a06d8dfb4d507)
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#805
No description provided.