-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Comments
See also this thread. |
Bumping this to up-for-grabs as it keeps coming up (also discussed at JuliaCon). |
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. |
It seems fine for untagged packages to depend on other untagged packages, but wrong for tagged packages to depend on untagged ones. |
+1 |
Any updates on this? Perhaps a simple solution is to only register packages that REQUIRE already registered packages. |
REQUIRE files are going away in Pkg3, so yes. |
+1 Thanks. Awesome. |
We can clone URLs to install unregistered packages, but it doesn't seem possible to install unregistered dependencies in any way other than manually.
The text was updated successfully, but these errors were encountered: