Closed maddyblue closed 10 years ago
Thanks! This is what I get for rushing a patch out for testing before getting on an airplane. :sweat_smile:
I had some trouble installing scollector, but I was able to reproduce what you describe with github.com/heroku/hk.
godep save -r ./...
. Godep follows the convention established by the go tool: for commands that take a list of packages, no argument means the same as just dot (.
).The whitespace formatting problem should be fixed now. Can you confirm @mjibson?
I'll work on the build tags next.
Is the updated code pushed to the branch? I'm not seeing it.
Yes, it's pushed. Github doesn't do such a hot job of indicating revisions to a patch. You can see the newest code on https://github.com/tools/godep/pull/82/files if you search for "Config".
FYI the commit id is 550fdb6a9c9a78bf17c6771a17ceadd88d39e1cb.
Yes, everything is fixed except for the third point. From a linux machine, running godep save -r ./...
in the scollector directory ignores all *_windows.go files. They are not rewritten or added to Godeps.json.
Ok, then the build tag problem is a separate bug. It would happen even if
you didn't use -r
. I'll open an issue for that and track it separately from the
rewriting pull request. Probably fix it after merging this.
Opened #84 to track build constraints.
With that, I think this issue is resolved and I'm almost ready to merge #82.
Thanks for reporting all these issues!
Using
github.com/StackExchange/scollector
as a test program, I rangodep save -r
in the scollector directory.code.google.com/p/winsvc
is imported inservice_windows.go
).