Folder with partial name loaded AFTER folder with full name except when using a dash? #4300
Labels
Comments
I was able to reproduce this bug, and I hope to have a fix soon! |
Fantastic! I thought I was missing something. |
The root cause is that |
Wouldn't it be enough to replace |
benjamn
added a commit
that referenced
this issue
May 5, 2015
We should be doing a lexicographical comparison of path components, rather than including the `/` characters in the comparison, to match the order given by the Unix `find` or `ls` commands. Fixes #4300.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I seemed to be having some problems with load order, so I tested it by placing a file (
test.js
) in each folder containing only the lineconsole.log("<folder name>")
– here sorted by the OS:To my great chagrin, this was the output in both server and browser console:
However, if I append a dash/hyphen to the two names that are moving place:
... it gives the expected result:
What gives???
I'm running OS X 10.9.5.
The text was updated successfully, but these errors were encountered: