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

Non-registered packages #34

Open
baggepinnen opened this issue Sep 1, 2021 · 1 comment
Open

Non-registered packages #34

baggepinnen opened this issue Sep 1, 2021 · 1 comment

Comments

@baggepinnen
Copy link

I was playing around with an example ploting a dependency graph between packages,
http://juliaplots.org/GraphMakie.jl/stable/generated/depgraph/
but I struggled to bend PkgDeps to my will since it was working with a list of registries, and the package structure I wanted to analyse was completely unregistered, existing only locally.

Is there any way at the moment to analyse code bases that are not registered in a registry? Other than setting up a mock registry to this purpose?

@ericphanson
Copy link
Member

PkgDeps.jl right now is totally registry based, so unfortunately I don't think it can help much. Having a registry is pretty convenient for this since it stores all the dependency relationships in one place.

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