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
Zach Auten
75b9eec7ef
Renamed print_caveats, updated an info_spec test to macos only
2019-03-11 21:20:02 -04:00
William Woodruff
02216eedaf
mac/keg_relocate: Don't relocate loader_paths
2019-03-11 20:59:11 -04: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
William Woodruff
82dd5011e2
mac/keg_relocate: Delete loader_paths
...
Fix the call to expand_rpath.
2019-03-10 21:29:59 -04:00
William Woodruff
a8c4136e9e
os/mac: Use delegation for Mach-O methods
2019-03-10 21:07:05 -04:00
William Woodruff
54aca0d14f
os/mac: Flush RPATHs from Mach-Os when possible
2019-03-10 21:07:04 -04:00
William Woodruff
2e2dea6131
mac/keg_relocate: Style nit
2019-03-10 21:07:04 -04:00
William Woodruff
d2dc4e5599
mac/keg_relocate: Drop unnecessary parens
2019-03-10 21:07:04 -04:00
William Woodruff
c4363e8c58
mac/keg_relocate: Remove short-circuit, cleanup
2019-03-10 21:07:04 -04:00
William Woodruff
a6bcbdb20d
mac/keg_relocate: Prefer String#/, add ENV check
2019-03-10 21:07:04 -04:00
William Woodruff
27d6cfb12e
[WIP] mac/keg_relocate: Emulate dylinker behavior
...
Instead of assuming that #{lib} is the correct RPATH expansion,
test all RPATHS and substitute the first one that works.
2019-03-10 21:07:03 -04:00
William Woodruff
618c5cd01a
os/mac: Expose rpaths
2019-03-10 21:07:03 -04:00
William Woodruff
54e6cbb343
mac/keg_relocate: Rewrite rpaths in install names
2019-03-10 21:07:03 -04: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
Zach Auten
18a20986e7
Addressed style issues
2019-03-06 18:06:50 -05:00
Zach Auten
dd4daa247f
Merge branch 'master' of https://github.com/Homebrew/brew into brew-info-display-casks
2019-03-06 17:56:22 -05: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
Zach Auten
fe643758d7
Updated get_info
...
- get_info builds info string by appending helper functions
- removed unnecessary returns
- fixed indentation in missing_formula
- reduced size of regex in info_spec
- missing_formula will indicate when it finds a cask with same name
2019-03-06 00:27:48 -05: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