Semantic ordering for mod migration files
Posted: Mon Sep 04, 2023 9:58 pm
If I have these 3 files:
It would be helpful to be able to order migrations with the same semantic version number orderings used by mods and the main game. I do acknowledge that it's harder to sort files like this than with lexicographical ordering.
- migration-1.1.lua
- migration-1.2.lua
- migration-1.10.lua
- migration-1.1.lua
- migration-1.10.lua
- migration-1.2.lua
It would be helpful to be able to order migrations with the same semantic version number orderings used by mods and the main game. I do acknowledge that it's harder to sort files like this than with lexicographical ordering.