mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #650] Alphanumeric sort is broken #399
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shelvacu on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/650
When listing folders with edge-case-y filenames (ex
1aand01), dufspanic!s. This is because alphanumeric-sort has a bug which I reported upstream but it doesn't seem like it will be fixed anytime soon.dufs should probably stop using this project or make a fork with a fix if the feature is important to people.
@luneth commented on GitHub (Dec 29, 2025):
It would seem upstream fixed the issue a couple weeks ago magiclen/alphanumeric-sort#11
@sigoden commented on GitHub (Jan 8, 2026):
#655 fixed this.