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

Unsustainable dependency graph #8

Closed
toqueteos opened this issue Jan 18, 2015 · 2 comments
Closed

Unsustainable dependency graph #8

toqueteos opened this issue Jan 18, 2015 · 2 comments

Comments

@toqueteos
Copy link

Take a look at http://godoc.org/github.com/shurcooL/Conception-go?import-graph&hide=2

All those gists made repos are not gonna work in the future.

@dmitshur
Copy link
Member

Yes, Conception-go has a large number of dependencies. That is expected because its scope is quite large.

I am actively maintaining and watching all of the dependencies. The Travis build Build Status ensures the project builds with latest versions. If there's ever a problem upstream, I fix it quickly. So I don't think it's a problem.

As far as Go packages with "gist" in the name, they're all contained in a single git repo that I host, so they're only going away when they're no longer needed, not sooner. See https://github.com/shurcooL/go/tree/master/gists. I've been slowly refactoring my code to move those packages so they have a better import path, or deleting unneeded ones. For example, see shurcooL/go@6a87214.

@toqueteos
Copy link
Author

That's good to know. I just saw the repo and I always tend to check the dependency graph first and was.. astonished.

If refactoring is in progress then there's nothing to worry. Closing issue.

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

2 participants