-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
stdlibJulia's standard libraryJulia's standard library
Description
We should have a single source of truth for stdlib dependency knowledge. As it stands, we have 2.5 separate places where this knowledge is encoded:
- In stdlib
Project.toml
such as here - In
pkgimage.mk
, such as here.
2.5. Insysimg.jl
, such as here (Note, this one counts as1/2
because only topological sort order is recorded, rather than a full dependency graph).
This makes it needlessly difficult to alter stdlib dependencies. Instead, we should automatically compute this from the Project.toml files in all cases. We should also record the sysimg/pkgimage decision in the same place, perhaps by setting a preference in the Project.toml
?
Seelengrab, DilumAluthge and LilithHafnerSeelengrab and DilumAluthge
Metadata
Metadata
Assignees
Labels
stdlibJulia's standard libraryJulia's standard library