Remove deprecated targetCommitAndReturnError by phatblat · Pull Request #512 · libgit2/objective-git
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 285
Conversation
Conflicts with the non-deprecated method in Swift 2 (Xcode 7b6)
error: ambiguous use of 'targetCommit()'
let gt_commit = try! gt_branch.targetCommit()
^
ObjectiveGit.GTBranch:38:14: note: found this candidate
@objc func targetCommit() throws -> GTCommit
^
ObjectiveGit.GTBranch:86:14: note: found this candidate
@objc func targetCommit() throws -> GTCommit
joshaber added a commit that referenced this pull request
Aug 31, 2015
phatblat
deleted the
ben/targetCommitAndReturnError
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters