Move from an Object interface to a type #237

Merged
carlosmn merged 1 commits from object-type into next 2015-08-31 13:12:45 -05:00
carlosmn commented 2015-08-04 07:50:57 -05:00 (Migrated from github.com)

An Object should be about representing a libgit2 object rather than
showing which methods it should support.

Change any return of Object to *Object and provide methods to convert
between this and the particular type.


It's a large change with the types, but we don't get another opportunity to get it into mainline for quite a while.

An Object should be about representing a libgit2 object rather than showing which methods it should support. Change any return of Object to *Object and provide methods to convert between this and the particular type. --- It's a large change with the types, but we don't get another opportunity to get it into mainline for quite a while.
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#237
No description provided.