Mark some symbols to be deprecated #minor #698

Merged
lhchavez merged 1 commits from deprecated-symbols into master 2020-12-05 09:23:45 -06:00
lhchavez commented 2020-12-05 08:50:37 -06:00 (Migrated from github.com)

This change introduces the file deprecated.go, which contains any
constants, functions, and types that are slated to be deprecated in the
next major release.

These symbols are deprecated because they refer to old spellings in
pre-1.0 libgit2. This also makes the build be done with the
-DDEPRECATE_HARD flag to avoid regressions.

This, together with
gorelease[1] should
make releases safer going forward.

1: More information about how that works at
https://go.googlesource.com/exp/+/refs/heads/master/apidiff/README.md

This change introduces the file deprecated.go, which contains any constants, functions, and types that are slated to be deprecated in the next major release. These symbols are deprecated because they refer to old spellings in pre-1.0 libgit2. This also makes the build be done with the `-DDEPRECATE_HARD` flag to avoid regressions. This, together with [gorelease](https://godoc.org/golang.org/x/exp/cmd/gorelease)[1] should make releases safer going forward. 1: More information about how that works at https://go.googlesource.com/exp/+/refs/heads/master/apidiff/README.md
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#698
No description provided.