| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Closes Homebrew/homebrew#43506.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#43618.
|
|
|
|
Library/Homebrew/formula_installer.rb:636: warning: shadowing outer local variable - conflict_file
Library/Homebrew/formula_installer.rb:636: warning: shadowing outer local variable - backup_file
Closes Homebrew/homebrew#43602.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Library/Homebrew/test/test_integration_cmds.rb:68: warning: ambiguous first argument; put parentheses or even spaces
|
|
Library/Homebrew/cmd/outdated.rb:27: warning: shadowing outer local variable - dir
|
|
The previous code would fail to reset stdout after thread jobs are finshed.
|
|
|
|
|
|
It's been more trouble than it's worth.
Fixes Homebrew/homebrew#43607.
Closes Homebrew/homebrew#43049.
Closes Homebrew/homebrew#43615.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Also simplify the condition branch by early return
Closes Homebrew/homebrew#43574.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
The ASF now has a preferred .lua mirror script on top of the .cgi file
Closes Homebrew/homebrew#43521.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#42945.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#42944.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes Homebrew/homebrew#43561.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#43534.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
Closes Homebrew/homebrew#43517.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#43473.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Renamed from 'cv'.
Closes Homebrew/homebrew#42984.
|
|
The referenced issue was fixed in Rubocop 0.30.0 (Homebrew uses 0.33.0).
Closes Homebrew/homebrew#43515.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#43463.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
|
|
Two methods:
* `Utils.git_available?` checks whether git is installed.
* `Utils.ensure_git_installed!` installs git for users who don't install
Xcode or CLT.
|
|
Closes Homebrew/homebrew#43453.
|
|
It's never used since a0a93f1b3b7b2be9b8a319be91086ffe220f8e32.
Closes Homebrew/homebrew#43462.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
By directly modifying the results array with
`results[i] = "#{name} (installed)"`, it appeared on successive
iterations that the canonical name was no longer in the array, so
aliases were not removed.
See https://github.com/Homebrew/homebrew/commit/9efe5b554ce9cf6626d9794173725f5e063e5806#commitcomment-12969631
Closes Homebrew/homebrew#43433.
|
|
Closes Homebrew/homebrew#43423.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Closes Homebrew/homebrew#41279.
Closes Homebrew/homebrew#43415.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
`brew search emacs`, with homebrew/emacs tapped:
```
real 0m2.586s
user 0m1.138s
sys 0m0.121s
```
Previously:
```
real 0m2.831s
user 0m1.385s
sys 0m0.087s
```
`brew search s`:
```
real 0m2.260s
user 0m1.201s
sys 0m0.114s
```
Previously:
```
real 0m5.953s
user 0m4.827s
sys 0m0.226s
```
Closes Homebrew/homebrew#35696.
Closes Homebrew/homebrew#42662.
|
|
|
|
And remove the documented stuff from the `example-formula.rb`.
Closes Homebrew/homebrew#43241.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes Homebrew/homebrew#43361.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Closes Homebrew/homebrew#43360.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
String#undent behavior
Closes Homebrew/homebrew#43303.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
indentation level is gsubbed, change test_undent to reflect change and add test_undent_nested to test new behavior
|
|
* use syslog filter instead of grep.
* output sandbox log to stdout when verbose and failed.
* output nothing if sandbox log is empty.
Closes Homebrew/homebrew#43325.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
sudo -k cannot be used inside sandbox
Closes Homebrew/homebrew#43345.
Signed-off-by: Xu Cheng <xucheng@me.com>
|