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

Allow URLs (unregistered packages) in REQUIRE #7737

Closed
swadey opened this issue Jul 27, 2014 · 8 comments
Closed

Allow URLs (unregistered packages) in REQUIRE #7737

swadey opened this issue Jul 27, 2014 · 8 comments
Labels
domain:packages Package management and loading status:help wanted Indicates that a maintainer wants help on an issue or pull request

Comments

@swadey
Copy link
Contributor

swadey commented Jul 27, 2014

We can clone URLs to install unregistered packages, but it doesn't seem possible to install unregistered dependencies in any way other than manually.

@MikeInnes
Copy link
Member

See also this thread.

@ihnorton
Copy link
Member

ihnorton commented Jul 2, 2015

Bumping this to up-for-grabs as it keeps coming up (also discussed at JuliaCon).

@quinnj
Copy link
Member

quinnj commented Jul 2, 2015

We probably want to think about this in the context of JuliaLang/METADATA.jl#2777 though. I guess we could just require that the unregistered package's tests be passing as well, though the "unregistered" part seems to conflict with the idea of having everything in METADATA be super solid.

@StefanKarpinski
Copy link
Sponsor Member

It seems fine for untagged packages to depend on other untagged packages, but wrong for tagged packages to depend on untagged ones.

@tkelman
Copy link
Contributor

tkelman commented Jul 2, 2015

It seems fine for untagged packages to depend on other untagged packages, but wrong for tagged packages to depend on untagged ones.

+1

@cossio
Copy link
Contributor

cossio commented Nov 11, 2017

Any updates on this? Perhaps a simple solution is to only register packages that REQUIRE already registered packages.

@StefanKarpinski
Copy link
Sponsor Member

REQUIRE files are going away in Pkg3, so yes.

@cossio
Copy link
Contributor

cossio commented Nov 11, 2017

REQUIRE files are going away in Pkg3, so yes.

+1 Thanks. Awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:packages Package management and loading status:help wanted Indicates that a maintainer wants help on an issue or pull request
Projects
None yet
Development

No branches or pull requests

8 participants