julia: deprecate julia_1 alias

This is potentially controversial, but it is unclear to me whether
julia_1 should refer to either the latest stable or LTS release of 1.x.
We may want to revisit this when/if we get 2.x, but as it stands the
Julia release process [1] makes it clear that there will only ever be a
single supported stable and LTS release at any given time which should
speak in favour of using the julia-stable and julia-lts aliases instead.

[1]: https://julialang.org/blog/2019/08/release-process/#long_term_support
master
Pontus Stenetorp 2021-03-12 16:14:11 +00:00
parent fc3c17c5ac
commit 0f3096d039
No known key found for this signature in database
GPG Key ID: D430287500E6483C
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,8 @@ mapAliases ({
kodiPlain = kodi;
kodiPlainWayland = kodi-wayland;
jellyfin_10_5 = throw "Jellyfin 10.5 is no longer supported and contains a security vulnerability. Please upgrade to a newer version."; # added 2021-04-26
julia_07 = throw "julia_07 is deprecated in favor of julia_10 LTS"; # added 2020-09-15
julia_07 = throw "julia_07 has been deprecated in favor of the latest LTS version"; # added 2020-09-15
julia_1 = throw "julia_1 has been deprecated in favor of julia_10 as it was ambiguous"; # added 2021-03-13
julia_11 = throw "julia_11 has been deprecated in favor of the latest stable version"; # added 2020-09-15
julia_13 = throw "julia_13 has been deprecated in favor of the latest stable version"; # added 2021-03-13
kdeconnect = plasma5Packages.kdeconnect-kde; # added 2020-10-28

View File

@ -10992,7 +10992,6 @@ in
julia = julia_15;
julia-lts = julia_10;
julia-stable = julia_15;
julia_1 = julia_10;
jwasm = callPackage ../development/compilers/jwasm { };