| Age | Commit message (Collapse) | Author |
|
|
|
Fixes https://github.com/caskroom/homebrew-cask/issues/32840.
Fixes https://github.com/Homebrew/brew/issues/2529.
|
|
If an alias has the same name as a formula then weirdness will result
so ensure this causes `readall` to fail.
|
|
|
|
This will become particularly relevant when there’s a new version of a
formula and the existing alias needs to be removed.
|
|
|
|
|
|
* readall: move readall logic to new class.
* tap: run readall when tapping.
This will prevent tapping an tap with syntax errors from causing issues
for users.
Fixes #58.
|