diagnostic: ignore FUSE-T files#21650
Merged
carlocab merged 1 commit intoHomebrew:mainfrom Mar 2, 2026
Merged
Conversation
FUSE-T is an alternative FUSE implementation for macOS. Before: ``` % brew doctor [...] Warning: Some installed formulae are deprecated or disabled. You should find replacements for the following formulae: sshfs-mac icu4c@76 icu4c@77 Warning: Unbrewed dylibs were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae and may need to be deleted. Unexpected dylibs: /usr/local/lib/libfuse-t-1.0.49.dylib Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig. If you didn't put them there on purpose they could cause problems when building Homebrew formulae and may need to be deleted. Unexpected '.pc' files: /usr/local/lib/pkgconfig/fuse-t.pc Warning: Unbrewed static libraries were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae and may need to be deleted. Unexpected static libraries: /usr/local/lib/libfuse-t-1.0.49.a Warning: You have uncommitted modifications to Homebrew/brew. If this is a surprise to you, then you should stash these modifications. Stashing returns Homebrew to a pristine state but can be undone should you later need to do so for some reason. git -C "/opt/homebrew" stash -u && git -C "/opt/homebrew" clean -d -f Uncommitted files: ?? Library/Homebrew/traildepot/.gitignore ?? Library/Homebrew/traildepot/config.textproto [...] ``` After: ``` % brew doctor [...] Warning: Some installed formulae are deprecated or disabled. You should find replacements for the following formulae: sshfs-mac icu4c@76 icu4c@77 Warning: You have uncommitted modifications to Homebrew/brew. If this is a surprise to you, then you should stash these modifications. Stashing returns Homebrew to a pristine state but can be undone should you later need to do so for some reason. git -C "/opt/homebrew" stash -u && git -C "/opt/homebrew" clean -d -f Uncommitted files: ?? Library/Homebrew/traildepot/.gitignore ?? Library/Homebrew/traildepot/config.textproto [...] ``` Resolves macos-fuse-t/fuse-t#36.
p-linnane
approved these changes
Mar 2, 2026
carlocab
approved these changes
Mar 2, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FUSE-T is an alternative FUSE implementation for macOS.
Before:
After:
Resolves macos-fuse-t/fuse-t#36.
brew lgtm(style, typechecking and tests) with your changes locally?