enso/distribution
Radosław Waśko 8749719c19
Fix required launcher version (#11823)
- When comparing pre-release version, the last part is compared lexicographically. In #11796, I did not consider that `rc` is a suffix that is 'larger' than `nightly` (because `r > n`).
- Now, we set this to a relatively recent nightly build.
- The self-upgrade mechanism will use the latest available build, so once the stable version is released it will be preferred.
- The project-manager should be working again because `2024.5.1-nightly.2024.12.10 > 2024.5.1-nightly.2024.11.29` and also `2024.5.1-rc1 > 2024.5.1-nightly.2024.11.29`.
2024-12-10 14:41:18 +00:00
..
bin Convert Array_Like_Helpers.map to a builtin to reduce stack size (#11363) 2024-11-06 11:14:48 +00:00
engine/THIRD-PARTY Ydoc library (#11615) 2024-11-25 17:54:25 +00:00
launcher --jvm tries to find Java executable system-wide. (#11500) 2024-11-18 22:44:54 +00:00
lib/Standard Allow Data.list to cross data links (#11802) 2024-12-10 11:13:03 +00:00
project-manager/THIRD-PARTY Ydoc native image (#10783) 2024-10-31 19:57:50 +00:00
enso.bundle.template Better component handling in the project manager (#1399) 2021-01-15 15:26:51 +00:00
launcher-manifest.yaml Bump the development version number (#1389) 2021-01-06 08:57:02 +00:00
manifest.template.yaml Fix required launcher version (#11823) 2024-12-10 14:41:18 +00:00