-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homebrew sometimes does not sort alphabetically when expected to #3311
Comments
Can you provide some sample output? Thanks. |
This is on my Macbook Pro 11,4 running macOS 10.13
But if I search without a search term,
I don't have sample output from before, but it was sorted alphabetically, starting with |
Are you on APFS? |
Yes, I am.
…On Oct 13, 2017 9:51 PM, "Markus Reiter" ***@***.***> wrote:
Are you on APFS?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3311 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AcWQAfzmEB1N1vK-L648Fd1RQelX5j2Wks5sr437gaJpZM4P4AqG>
.
|
Can reproduce on 10.13.1 + APFS FWIW. Chucking a |
@DomT4 we'll probably just need explicit sort wherever this occurs since no one is particularly interested in seeing things in APFS hash order. 🙈 |
Source on the APFS
|
#3316 is a start. |
If I'm correct here, the last known problematic case remaining should be |
@DomT4 I'm not exactly sure how to figure out which files the |
brew/Library/Homebrew/cmd/tap-info.rb Lines 24 to 26 in 1d54180
|
brew
command and notbrew install
ing or the post-install behaviour of one or more formulae? If it's a formulae-specific problem please file this issue at the relevant tap e.g. for Homebrew/homebrew-core https://github.com/Homebrew/homebrew-core/issues/newbrew update
and retried your prior step?brew doctor
, fixed all issues and retried your prior step?brew config
andbrew doctor
and included their output with your issue?shortened for brevity:
After updating to macOS High Sierra,
brew search
with no search terms does not list available formulae alphabetically. the paths inbrew doctor
andbrew cleanup
, similarly are not sorted alphabetically. Other commands This is likely due to the shift from HFS+ to APFS.The text was updated successfully, but these errors were encountered: