| Age | Commit message (Collapse) | Author |
|
Everything that used HOMEBREW_CELLAR/canonical_name
could point to something that doesn't exist because
loader_for tries to load new name formula if no old
name found. However there can be software installed
from path with the same name that renamed formulae
had and we still need to link/unlink/uninstall etc
that software. The solution is Formulary#to_rack
method that returns rack for given name.
- Add Formulary#to_rack
- Update ARGV.kegs
- Update cmd/switch
|
|
|
|
- TapFormulaWithOldnameAmbiguityError is an exception raised when
multiple tap formulae available for given old name
|
|
|
|
- restrict old names as names of new formulae
- warn about dependencies on old names
|
|
- add Formula#oldname to get oldname for formula
- add formula_renames.rb to store information about formula renames
|
|
- Tap#formula_renames is a method used for getting information
about renames in tap formulae.
|
|
Closes Homebrew/homebrew#41736.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#42537.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
When running brew -v install, long post_install output from the formula,
presumably from upstream, may hide the important instructions in the
caveats and confuse the user. For example, postgresql runs initdb which
prints its own instructions for running the database, making the caveats
scroll off screen.
Per xu-cheng's instructions in Homebrew/homebrew#42565 :
Remove the explicit call to caveats from the install, reinstall, and
upgrade commands, as well as the dependency installer code in
FormulaInstaller#install_dependency , and call caveats right before the
summary code in FormulaInstaller#finish .
Closes Homebrew/homebrew#42565.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Came up on Homebrew/homebrew#34573.
|
|
Closes Homebrew/homebrew#42644.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
Closes Homebrew/homebrew#42653.
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
|
|
Closes Homebrew/homebrew#42593.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
Closes Homebrew/homebrew#42558.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
at the beginning of desc.
Closes Homebrew/homebrew#42404.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
This should help to prevent similar situation of Homebrew/homebrew#42553 happening in the
future.
|
|
Code is copied from
https://github.com/marcandre/backports/blob/master/lib/backports/1.9.2/enumerable/flat_map.rb
(MIT License by Marc-Andre Lafortune)
Closes Homebrew/homebrew#42543.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes Homebrew/homebrew#42550.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes Homebrew/homebrew#42540.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#42403.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
Closes Homebrew/homebrew#42433.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
|
|
Closes Homebrew/homebrew#36027.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Fixes Homebrew/homebrew#42470.
|
|
Closes Homebrew/homebrew#42460.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
Closes Homebrew/homebrew#42432.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
Closes Homebrew/homebrew#42421.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Closes Homebrew/homebrew#42418.
|
|
Closes Homebrew/homebrew#42413.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
Closes Homebrew/homebrew#42409.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes Homebrew/homebrew#42408.
|