Mike McQuaid
db121c7b17
Merge pull request #7167 from MikeMcQuaid/linelength
...
rubocop: set LineLength to 118.
2020-03-13 20:03:22 +00:00
Dawid Dziurla
8db863ff7e
bump-formula-pr: ignore --version argument if equal to detected version
2020-03-13 17:09:58 +01:00
Jonathan Chang
b9aa76a9ba
Merge pull request #7162 from jonchang/supported-archs
...
diagnostic: add doctor check for CPU arch on Linux
2020-03-13 13:10:04 +11:00
Jonathan Chang
57109a175a
diagnostic: add doctor check for CPU arch on Linux
...
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-03-13 11:39:27 +11:00
Mike McQuaid
cd3ced48e9
rubocop: set LineLength to 118.
...
GitHub diff UI wraps beyond 118 characters. This also allows enabling
`Style/IfUnlessModifier` (which autocorrects).
2020-03-12 20:39:53 +00:00
Chris Tompkinson
278bba0523
Use concise method for both header and headers
2020-03-12 11:32:47 +00:00
Mike McQuaid
f5ba503aaa
Merge pull request #7160 from MikeMcQuaid/check_core_git_status
...
diagnostic: check homebrew-core git status.
2020-03-11 19:28:32 +00:00
Mike McQuaid
71c8a696e1
Merge pull request #7159 from MikeMcQuaid/upgrade_full_name
...
upgrade: suggest full_name when appropriate.
2020-03-11 17:29:28 +00:00
Mike McQuaid
4e5b9f57ca
diagnostic: check homebrew-core git status.
...
Also look in Homebrew/homebrew-core for uncommitted files (in some ways
we care about uncommitted stuff there more than Homebrew/brew). Also,
list all the modified files even when on non-CI to make it easier for
users to figure out their own issues and check the contents of the
whole repos rather than just a subdirectory.
In general this is a cleanup that should have been done long ago (when
we split Homebrew/brew and Homebrew/homebrew-core).
2020-03-11 17:25:07 +00:00
Mike McQuaid
020d6e2843
upgrade: suggest full_name when appropriate.
...
Otherwise `brew install foo/bar/baz` when an older version of `baz` is
installed will tell you to run `brew upgrade baz` which won't work.
2020-03-11 17:06:42 +00:00
Mike McQuaid
78e85982f9
Merge pull request #7158 from Homebrew/dependabot/bundler/docs/unicode-display_width-1.7.0
...
build: bump unicode-display_width from 1.6.1 to 1.7.0 in /docs
2020-03-11 14:58:09 +00:00
dependabot-preview[bot]
8f7b549f37
build: bump unicode-display_width from 1.6.1 to 1.7.0 in /docs
...
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases )
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md )
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.6.1...v1.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 13:57:26 +00:00
Mike McQuaid
ee69c5aec3
Merge pull request #7157 from MikeMcQuaid/an-commit
...
formulary: fix typo.
2020-03-11 13:39:37 +00:00
Mike McQuaid
d53176fe13
formulary: fix typo.
...
"an commit" is not valid English.
2020-03-11 13:12:49 +00:00
Mike McQuaid
d0848a512d
Merge pull request #7155 from MikeMcQuaid/formulary-url-warning
...
formulary: strengthen commit URL warning.
2020-03-11 13:07:39 +00:00
Mike McQuaid
40b4eaff05
Merge pull request #7143 from MikeMcQuaid/shell_output_assert_output
...
formula_assertions: print output on assertion failed.
2020-03-11 13:07:29 +00:00
Mike McQuaid
a52e4f6913
Merge pull request #7156 from MikeMcQuaid/manpage-tweaks
...
man: include full help from external commands.
2020-03-11 13:05:30 +00:00
Mike McQuaid
7b933b1022
Merge pull request #7151 from Homebrew/dependabot/bundler/docs/octokit-4.17.0
...
build: bump octokit from 4.15.0 to 4.17.0 in /docs
2020-03-11 12:44:29 +00:00
dependabot-preview[bot]
70fed8d1bb
build: bump octokit from 4.15.0 to 4.17.0 in /docs
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.15.0 to 4.17.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases )
- [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md )
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.15.0...v4.17.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 12:22:59 +00:00
Mike McQuaid
2afeffc91b
man: include full help from external commands.
...
Inspired by https://github.com/Homebrew/brew/issues/7148
2020-03-11 12:22:46 +00:00
Mike McQuaid
7a08691100
commands: helper for official external commands.
2020-03-11 12:17:25 +00:00
Mike McQuaid
f63d2d7887
man: be more exact about global options.
...
Make clear these don't necessarily apply to all subcommands
(see https://github.com/Homebrew/brew/issues/7121 ).
2020-03-11 12:16:47 +00:00
Mike McQuaid
60ec0881fe
Merge pull request #7153 from MikeMcQuaid/uninstall-test-fix
...
cmd/uninstall: handle unparsed arguments.
2020-03-11 11:54:07 +00:00
Mike McQuaid
dbbf824393
formulary: strengthen commit URL warning.
...
Inspired by https://github.com/Homebrew/brew/issues/7154
2020-03-11 11:51:12 +00:00
Mike McQuaid
c88d07eb5a
Merge pull request #7152 from MikeMcQuaid/tap-issue
...
Clarify tap issues should not be reported to Homebrew.
2020-03-11 11:32:28 +00:00
Mike McQuaid
40432d86f9
cmd/uninstall: handle unparsed arguments.
...
If `Homebrew.args` hasn't yet been populated then `named` will return
`nil`. Instead, ensure it is an array before we try to `join` it.
This is pretty much only a test-time problem but has been causing flaky
builds.
2020-03-11 11:21:28 +00:00
Mike McQuaid
776e8fd373
Merge pull request #7149 from EricFromCanada/desc-options
...
desc: fix search options
2020-03-11 11:09:49 +00:00
Mike McQuaid
b5165ed7e8
Clarify tap issues should not be reported to Homebrew.
...
Instead, direct people to the actual tap.
2020-03-11 10:57:36 +00:00
EricFromCanada
d068d87b1d
desc: fix search options
2020-03-10 23:18:40 -04:00
Michka Popoff
30c4383e86
Merge pull request #7141 from iMichka/regex
...
rewrite_python_shebang: make version part optional
2020-03-10 22:29:54 +01:00
Michka Popoff
a0cdfe176e
Merge pull request #7146 from Bo98/virtualenv
...
language/python: fix virtualenv symlinks for versioned Python
2020-03-10 22:29:34 +01:00
Michka Popoff
cccd8d3655
rewrite_python_shebang: make version part optional
...
We forgot about the simplest case:
/usr/bin/env python
2020-03-10 22:11:45 +01:00
Shaun Jackman
89f3a33264
Merge pull request #7145 from dawidd6/linux-mac-sdk-if-needed
...
os/linux: implement sdk_path_if_needed
2020-03-10 12:02:54 -07:00
Dawid Dziurla
e097dcedb4
os/linux: implement sdk_path_if_needed
2020-03-10 16:24:17 +01:00
Bo Anderson
2594e7093e
language/python: fix virtualenv symlinks for versioned Python
2020-03-10 14:17:30 +00:00
Chris Tompkinson
af3010758a
appease rubocop
2020-03-10 10:51:20 +00:00
Chris Tompkinson
160b2c40d0
Add covering test for headers
2020-03-10 10:47:18 +00:00
Chris Tompkinson
38da4dcac0
Add headers option to URLs in forumlas
2020-03-10 10:16:25 +00:00
Mike McQuaid
b6812d2dfb
Merge pull request #7142 from SMillerDev/fix/html_link_check
...
add https checking for links
2020-03-10 09:25:23 +00:00
Mike McQuaid
115aafb9eb
formula_assertions: print output on assertion failed.
...
When doing `brew test --verbose` (as `brew test-bot` does) ensure that
the output is printed when an assertion fails to more easily debug the
test failure.
2020-03-10 09:21:30 +00:00
Mike McQuaid
e4d520e840
Merge pull request #7140 from Bo98/sdk
...
formula: ensure CMake uses the desired SDK
2020-03-10 09:07:09 +00:00
Sean Molenaar
1d6159fe65
add https checking for links
2020-03-10 10:01:15 +01:00
Bo Anderson
2592b93770
formula: ensure CMake uses the desired SDK
2020-03-09 22:40:02 +00:00
Mike McQuaid
cb99abe230
Merge pull request #7132 from Bo98/patch-dir
...
patch: add support for changing directory
2020-03-09 20:10:56 +00:00
Mike McQuaid
82f5b510c1
Merge pull request #7134 from Bo98/sdk
...
Fix SDK issues on Mojave and High Sierra
2020-03-09 19:52:11 +00:00
Bo Anderson
43d6caf0e3
patch: add support for changing directory
2020-03-09 19:51:10 +00:00
Issy Long
a6158d621b
Merge pull request #7133 from issyl0/audit-master-formula-patches-urls
...
rubocops/patches: Make more GitHub patch locations enforce revisions
2020-03-09 16:43:05 +00:00
Mike McQuaid
48a1637b24
Merge pull request #7136 from gromgit/broken_link
...
Fix broken link on docs front page
2.2.10
2020-03-09 12:01:56 +00:00
Adrian Ho
a0df23ec8d
Fix broken link on docs man page
2020-03-09 17:20:59 +08:00
Bo Anderson
26f185b76f
os/mac/xcode: only use SDK for system headers on >= Mojave
2020-03-08 20:32:35 +00:00