sarbian / ModuleManager

178 stars 95 forks source link

Patches should be sorted by URL path before applying #185

Open JonnyOThan opened 2 months ago

JonnyOThan commented 2 months ago

Currently, patches in the same pass are executed in whatever order they were enumerated from the filesystem. Not all filesystems keep their files sorted alphabetically (thumb drives, etc). This can cause hard to diagnose bugs in weird edge cases.