-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
Ignore dirs/files with perms issues in ListPackages
Introduce monitoredCmd to wrap commands and be able to kill them if no activity is detected in a certain amount of time.
…rocesses Introduce monitoredCmd
1. Remove pipe 2. Indent inner messages over 2 spaces 3. s/3spaces/tab in getprei
Removing nested trace output from trace.go
Not covering this basic aspect of how real project roots actually work allowed a windows bug to hide until real data came through - sdboyer/gps#146.
This was never used, because it wasn't actually needed.
I think we should be ready to proceed here now. |
Helps with golang#170
DEPTESTBYPASS501 is now respected to bypass the tests that are failing
Updating .travis.yml to set new bypass flag
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.
ohboyohboyohboyohboy
@@ -16,7 +20,8 @@ func TestSlowVcs(t *testing.T) { | |||
t.Run("source-gateway", testSourceGateway) | |||
t.Run("bzr-repo", testBzrRepo) | |||
t.Run("bzr-source", testBzrSourceInteractions) | |||
t.Run("svn-repo", testSvnRepo) | |||
// TODO(kris-nova) re-enable syn-repo after gps is merged into dep |
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.
Why disable this one?
I'm not gonna hold up the PR for it, but noting it so we can make an issue 😄
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.
Oh it was failing - let me open an issue with more info and I can get it cleaned up!
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.
Issue: #504
WOOOOOOOOOOOOOO 🎉 🎉 🎉 🎉 |
Adding gps to dep
Moving a copy of gps at sdboyer/gps@da7569e to
github.com/golang/dep/gps
Git history preservation
All git history from gps at sdboyer/gps@da7569e should be preserved.
With the exception of the following
sed
replacement in thegit
commit logs:Global Substitution
dep
is now compiling with thegps
no longer in vendorRemove
vendor/github.com/sdboyer/gps
Changes from code review here