-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove redundant symbol order from sorting algorithm (#608)
We were already using the same sorting algorithm as autoload.lua, but with the addition of a custom symbol order. However that symbol order was only applied to the first character, so when sorting absolute paths it doesn't actually make a difference. Using the exact same algorithm for autoload.lua and uosc also makes it easier to apply any future improvements from one to the other.
- Loading branch information
1 parent
68b5b2a
commit 6606f3e
Showing
1 changed file
with
16 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters