18182 Commits

Author SHA1 Message Date
EricFromCanada
705f03ef9f info: support analytics for cask-install 2019-03-13 22:36:12 -04:00
EricFromCanada
fbb28175d8 info: use UsageError, extend timeout 2019-03-13 22:35:51 -04:00
Mike McQuaid
056da8188f
Merge pull request #5816 from jmarshall/asymptote
missing_formula: add message for Asymptote
2019-03-13 16:01:07 +00:00
Mike McQuaid
af0bbc793e
Merge pull request #5864 from morgo/brew-services
caveats: non-macOS platforms warn on services
2019-03-13 13:33:23 +00:00
Mike McQuaid
2e7a3f3da2
caveats: tweak wording/formatting. 2019-03-13 08:56:16 +00:00
Mike McQuaid
ae0332a0f6
Merge pull request #5867 from MikeMcQuaid/linuxbrew-docs-cleanup
Update Linuxbrew references to Homebrew on Linux
2019-03-12 20:39:56 +00:00
Mike McQuaid
710859e300
Update Linuxbrew references to Homebrew on Linux
This is a clearer branding for us to use.

Also, as part of testing this, make some fixes to Jekyll in the docs folder.

Fixes #5835
2019-03-12 20:13:38 +00:00
Morgan Tocker
a1f24748e6 caveats: non-macOS platforms warn on services
Only currently supported by macOS. Attempting to use services
should produce a warning for now.  It is possible it might be
supported in the future.
2019-03-12 13:47:54 -06:00
Mike McQuaid
7ed0627586
Merge pull request #5855 from EricFromCanada/help-wrap-output
help: rewrap output to 80 columns
2019-03-12 19:25:28 +00:00
Mike McQuaid
58ec4098d0
Merge pull request #5868 from kiendang/extract-rename-class
Fix incorrect formula name from file name
2019-03-12 19:20:25 +00:00
kiendang
330015ffbd Fix incorrect formula name from file name 2019-03-13 00:49:56 +08:00
EricFromCanada
560ccddb69 help: rewrap output to 80 columns
Accounts for paragraph breaks and option descriptions. Also fixes some help text nits.
2019-03-11 12:52:07 -04:00
Mike McQuaid
0f07fe5c5c
Merge pull request #5861 from Homebrew/dependabot/bundler/Library/Homebrew/concurrent-ruby-1.1.5
Bump concurrent-ruby from 1.1.4 to 1.1.5 in /Library/Homebrew
2.0.4
2019-03-11 13:16:59 +00:00
Mike McQuaid
2fc5d95d09
Merge pull request #5859 from jonchang/pypy3
python: support pypy3
2019-03-11 12:51:12 +00:00
Mike McQuaid
ea92fa608b
Remove, ignore concurrent_ruby.jar 2019-03-11 12:50:46 +00:00
Mike McQuaid
c93fc1a097
brew vendor-gems: commit updates. 2019-03-11 12:45:20 +00:00
Mike McQuaid
1a102322c7
dev-cmd/vendor-gems: pristine after install. 2019-03-11 12:43:34 +00:00
dependabot[bot]
d106d2c0d8
Bump concurrent-ruby from 1.1.4 to 1.1.5 in /Library/Homebrew
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.4...v1.1.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 12:35:47 +00:00
Mike McQuaid
9a82cd6232
Merge pull request #5860 from jonchang/pretty-arch
arch: actually show required architecture
2019-03-11 12:35:30 +00:00
Mike McQuaid
e1e69da6b3
missing_formula: add brew cask command. 2019-03-11 12:33:51 +00:00
Mike McQuaid
bb66b74717
Merge pull request #5862 from Homebrew/dependabot/bundler/docs/concurrent-ruby-1.1.5
Bump concurrent-ruby from 1.1.4 to 1.1.5 in /docs
2019-03-11 12:32:25 +00:00
dependabot[bot]
ad3d228223
Bump concurrent-ruby from 1.1.4 to 1.1.5 in /docs
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.4...v1.1.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 09:55:35 +00:00
Jonathan Chang
d2e6d04faf arch: actually show required architecture 2019-03-11 20:31:53 +11:00
Jonathan Chang
46af0260f0 python: support pypy3 2019-03-11 20:14:03 +11:00
John Marshall
c508bda668 Further clarify that it is recommended to just install MacTeX
Less wordy.
2019-03-11 07:43:12 +00:00
Michka Popoff
27ec98dfd1
Merge pull request #5696 from iMichka/elf
elf.rb: avoid corrupted elf files
2019-03-10 22:46:54 +01:00
Michka Popoff
5c068ef82c elf.rb: avoid corrupted elf files
Some elf files like unittest files or memory dumps may not be completely
readable by readelf.

Readelf will fail after the following message:
readelf: Warning: possibly corrupt ELF header - it has a non-zero program header offset, but no program headers

This patches avoid these files when there is a non zero offset but no
program headers
2019-03-09 17:16:36 +01:00
Mike McQuaid
d8c6f6b120
Merge pull request #5846 from EricFromCanada/deps-option-fixes
deps: fix --1 and --annotate options
2019-03-08 13:14:31 +00:00
Jonathan Chang
f6b4b470cd
Merge pull request #5844 from maxim-belkin/remove-bash-prune-completion
Brew: remove prune completion for Bash
2019-03-09 00:02:39 +11:00
Jonathan Chang
db3a42e1b6
Merge pull request #5851 from okdana/dana/complete-instal
completions/zsh: Hide *instal from all commands
2019-03-09 00:01:56 +11:00
Jonathan Chang
d9f421d244
Merge pull request #5853 from jonchang/update-cpu-tests
cpu: tests permit new families and architectures
2019-03-08 23:41:37 +11:00
Jonathan Chang
90f402d8a2 cpu: tests permit new families and architectures 2019-03-08 16:05:12 +11:00
EricFromCanada
23c62b8b83 deps: fix --1 and --annotate options 2019-03-07 16:39:42 -05:00
dana
58b52ca36e completions/zsh: Hide *instal from all commands
Aliases like instal and uninstal are unhelpful and noisy; don't offer them

See also PR #3052
2019-03-07 14:31:48 -06:00
Mike McQuaid
a00570be77
Merge pull request #5850 from MikeMcQuaid/shorten-docs-placeholder
docs/_config.yml: shorten search placeholder.
2019-03-07 19:31:24 +00:00
Mike McQuaid
e0db3a214a
docs/_config.yml: shorten search placeholder.
Current one is truncated on macOS.
2019-03-07 19:07:13 +00:00
Mike McQuaid
be0769a11f
Merge pull request #5848 from MikeMcQuaid/docs-search
docs/_config.yml: enable documentation search.
2019-03-07 19:03:38 +00:00
Mike McQuaid
2ac9242562
docs/_config.yml: enable documentation search.
Set the search placeholder badge, the index and trigger a new GitHub
Pages build (by merging this).
2019-03-07 18:38:44 +00:00
Maxim Belkin
adb3a17fef
Brew: remove prune completion for Bash 2019-03-06 10:25:13 -06:00
Mike McQuaid
01bd14be61
Merge pull request #5842 from okdana/dana/complete-caching
completions/zsh: Improve caching behaviour
2019-03-06 09:13:15 +00:00
Mike McQuaid
be6862d4e5
Merge pull request #5843 from chasetopher/cleanup-formula-cask-collision
cleanup: fix for formula/cask name collision
2019-03-06 09:10:54 +00:00
Mike McQuaid
a18867834f
Merge pull request #5838 from JakeConnors376W/patch-1
Improve wording
2019-03-06 09:07:56 +00:00
Chase Stubblefield
2c95d733c2 cleanup: fix for formula/cask name collision
When a formula and cask share the same name, a download can be
incorrectly considered stale. Only check for if a download is a stale
formula or stale cask, but not both.
2019-03-05 19:55:19 -08:00
JakeConnors376W
8f4301fa69
Update Installation.md 2019-03-05 11:44:10 -08:00
JakeConnors376W
ebe7deac95
Update Installation.md 2019-03-05 09:45:54 -08:00
dana
95c1c8eb61 completions/zsh: Improve caching behaviour
Fixes #5839

- Eliminate reliance on external utility calls for cache invalidation
- Update cache policy to also invalidate if cache file is >=2 weeks old or if
  tap indexes are non-existent
- Do not override any cache policy the user might already have set
- Handle default cache policy determination as early as possible to ensure that
  a default is set appropriately for all helpers (this will mostly be useful if
  other helpers need caching in the future)
2019-03-05 11:43:09 -06:00
Mike McQuaid
db68e7e3c1
Merge pull request #5840 from Homebrew/dependabot/bundler/docs/unicode-display_width-1.5.0
Bump unicode-display_width from 1.4.1 to 1.5.0 in /docs
2019-03-05 16:02:07 +00:00
dependabot[bot]
5b0d9a9c34
Bump unicode-display_width from 1.4.1 to 1.5.0 in /docs
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 1.4.1 to 1.5.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.4.1...v1.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-05 10:11:55 +00:00
Mike McQuaid
61bec3cf9c
Merge pull request #5832 from Homebrew/dependabot/bundler/Library/Homebrew/i18n-1.6.0
Bump i18n from 1.5.3 to 1.6.0 in /Library/Homebrew
2019-03-05 09:22:40 +00:00
Mike McQuaid
d9b43928f0
Merge pull request #5837 from EricFromCanada/json-v1-default
outdated & tap-info: set default value for --json
2019-03-05 08:38:22 +00:00