ModuleManager icon indicating copy to clipboard operation
ModuleManager copied to clipboard

Patches should be sorted by URL path before applying

Open JonnyOThan opened this issue 1 year ago • 0 comments

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.

JonnyOThan avatar Sep 23 '24 23:09 JonnyOThan