mkitti
January 4, 2024, 7:17am
2
The way things are headed, you probably should think of the “standard library” of just a set of ordinary packages that happen to be in the Julia depot by default.
TL;DR:
Currently standard libraries have an implied version number based of the Julia version. This is changing and will require users to update their Project.toml.
Update – November 9th 2023:
While rolling this change out we encountered some unfortunate interactions . Namely that using Pkg inside the test sandbox would lead to confusing errors like:
Resolving package versions...
ERROR: LoadError: Unsatisfiable requirements detected for package LinearAlgebra [37e2e46d]:
LinearAlgebra [37e2e…