You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I've noticed that too. I guess the problem is that the whole file name, including the extension is used for sorting. And _ is sorted before .
Not sure if this would be considered a bug or if that just is expected behaviour. It's not a huge deal in my opinion but it would be nice if it could be "fixed"
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Description
Please, improve the sorting of files. Shorten file names should be before longer ones.
Steps to Reproduce
find.rb
andfind_or_create.rb
Expected behavior:
find.rb
is above offind_or_create.rb
.https://repl.it/@AlexWayfer/UnfortunateComfortableOop
Actual behavior:
find_or_create.rb
is above offind.rb
.Reproduces how often:
100%
Versions
The text was updated successfully, but these errors were encountered: