Julia: Allow URLs (unregistered packages) in REQUIRE

Created on 27 Jul 2014  ·  8Comments  ·  Source: JuliaLang/julia

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

help wanted packages

Most helpful comment

REQUIRE files are going away in Pkg3, so yes.

All 8 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 https://github.com/JuliaLang/METADATA.jl/issues/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.

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.

REQUIRE files are going away in Pkg3, so yes.

+1 Thanks. Awesome.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wilburtownsend picture wilburtownsend  ·  3Comments

iamed2 picture iamed2  ·  3Comments

StefanKarpinski picture StefanKarpinski  ·  3Comments

StefanKarpinski picture StefanKarpinski  ·  3Comments

m-j-w picture m-j-w  ·  3Comments