| Age | Commit message (Collapse) | Author |
|
|
|
Closes Homebrew/homebrew#39470.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes Homebrew/homebrew#37592.
Closes Homebrew/homebrew#38268.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#39463.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
1. Remove dead code (RubyRequirement always has a version)
2. Perfer `Utils.popen_read` instead of backticks.
|
|
Closes Homebrew/homebrew#39326.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
This is a little code refactoring splited from Homebrew/homebrew#36753
The idea is to eliminate `Formula#path` outside of `formulary.rb`.
And I indent to deprecate `Formula#path` method when I reimplement
symlink free tap function.
Closes Homebrew/homebrew#39313.
|
|
Closes Homebrew/homebrew#39513.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Closes Homebrew/homebrew#39486.
|
|
Verifies that CPython extension modules are not explicitly linked to a
Python framework, which should never be necessary.
Python's distutils uses -undefined dynamic_lookup, as seen here:
https://github.com/python/cpython/blob/9a77656/configure.ac#L2214-L2245
Closes Homebrew/homebrew#39405.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
|
|
|
|
The link for the page that allows creation of API tokens has changed
from /settings/applications to /settings/tokens. Also the wording
on that page calls them "personal access tokens", so update
Homebrew to be consistent with that.
Closes Homebrew/homebrew#39378.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
Closes Homebrew/homebrew#39290.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
Closes Homebrew/homebrew#39304.
|
|
Just makes the audit cough out this:
```
* :libtool is deprecated. Usage should be "libtool"
* :autoconf is deprecated. Usage should be "autoconf"
* :automake is deprecated. Usage should be "automake"
```
Closes Homebrew/homebrew#39303.
Closes Homebrew/homebrew#39322.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes Homebrew/homebrew#39359.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes Homebrew/homebrew#39206.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes Homebrew/homebrew#39307.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
This reverts commit b95f27ce9f956c56d080b6dc29ba8efb841c6690.
|
|
Honestly, I don't know why git is broken under sandbox. But this seems
fix the problem in Homebrew/homebrew#38978.
Closes Homebrew/homebrew#39138.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
|
|
This reverts commit b4c2b8f3b4b58ef10ab8f748c743a3352f4cee7d.
|
|
Closes Homebrew/homebrew#39214.
|
|
|
|
|
|
|
|
|
|
|
|
This allows global.rb to be safely loaded in the test environment.
|
|
|
|
|
|
Closes Homebrew/homebrew-versions#791.
Closes Homebrew/homebrew#39137.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
We don't use at_exit anywhere that matters, but the test framework does.
|
|
|
|
|
|
Closes Homebrew/homebrew#39078.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes Homebrew/homebrew#39074.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#38351.
Closes Homebrew/homebrew#38960.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
Tell users that we will soon be migrating `--all` so it is required if
you wish to upgrade all formulae.
Closes Homebrew/homebrew#38572.
|
|
|