| Age | Commit message (Collapse) | Author |
|
Also update command specifications to match descriptions.
|
|
|
|
Also, flag those that we never want to be in a manpage.
|
|
|
|
This reverts commit 080ddd8804be14f4b18f9558b58270456ff313c2.
|
|
This reverts commit 310d7067e01952cdcefe8b2c877bc4c792654de2.
|
|
Adjust the wording to be in sync with the changes made in #424.
|
|
|
|
* take requirements into account.
* handle full qualified formula name.
* filter out build time or unused optional deps/requirements.
Closes #424.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Also allowing access results for LinkageChecker
|
|
For each dylib the keg references, print the dylib followed by the
binaries which link to it.
Closes #431.
|
|
Move check for emptiness into the display method, avoiding repetitive
checks on the call site.
Closes #381.
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
|
|
|
|
Prevent raising an error when `HOMEBREW_RUBY_MACHO=1` is set. Skipping
symlinks and directories while iterating over a directory structure to
find Mach-O binaries makes sense and similar logic is applied elsewhere.
|
|
Library/Homebrew/dev-cmd/linkage.rb:113: warning: shadowing outer local variable - label
|
|
This is to avoid TapFormulaAmbiguityError.
We should load formula based on what we installed,
rather than just name.
|
|
Pulls 'brew linkage' in to main brew repo as a dev-cmd, and has test-bot
use it to detect dylib breakage, which usually means a revision bump is
needed. Checks all dependents, not just those with a 'test do' block
defined, since we can do this without formula support.
Closes #107.
Signed-off-by: Andrew Janke <andrew@apjanke.net>
|