-
Notifications
You must be signed in to change notification settings - Fork 534
Conversation
"github.com/src-d/go-git-fixtures" | ||
. "gopkg.in/check.v1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mix of internal and external imports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
plumbing/format/packfile/scanner.go
Outdated
@@ -301,7 +301,7 @@ func (s *Scanner) copyObject(w io.Writer) (int64, error) { | |||
} | |||
|
|||
// Seek sets a new offset from start, returns the old position before the change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You miss to change documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is a very welcome improvement, at last! thanks!
Codecov Report
@@ Coverage Diff @@
## master #360 +/- ##
=========================================
Coverage ? 76.67%
=========================================
Files ? 122
Lines ? 8458
Branches ? 0
=========================================
Hits ? 6485
Misses ? 1261
Partials ? 712
Continue to review full report at Codecov.
|
This has signature and behavior distinct from io.Seeker, go vet complains about this, so we change it to a different name to avoid confusion.
Fixes #349