Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support interaction with godep #15

Open
eapache opened this issue Apr 20, 2015 · 3 comments
Open

Support interaction with godep #15

eapache opened this issue Apr 20, 2015 · 3 comments

Comments

@eapache
Copy link

eapache commented Apr 20, 2015

A lot of go programs use https://github.com/tools/godep for dependency management, which also provides a "wrapper" command (godep go build, godep go test, etc) for manipulating GOPATH. Dunno if this is possible, but it would be very handy to be able to godebug projects that use godep.

@jeremyschlatter
Copy link
Contributor

Good point, thanks! godebug could have an option to use an arbitrary wrapper instead of the go command. The two tricky parts that come to mind now are: (1) The initial parsing and type-checking of the program, for which there is probably no godep wrapper command, and (2) Multiple tools manipulating GOPATH could easily run into problems related to this.

I'll look into this more.

@dmitshur
Copy link

easily run into problems related to this.

The latter is being addressed for Go 1.5 in golang/go#10509! \o/

@jeremyschlatter
Copy link
Contributor

The latter is being addressed for Go 1.5 in golang/go#10509! \o/

Nice! That's awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants