Mike McQuaid
1aee4e1e1c
Xcode 9.2
...
Update all the necessary versions but also cleanup some related
indentation and point the `Xcode.md` document to the code rather than
duplicating it there (which means it sometimes ends up outdated).
2017-12-08 14:59:15 +00:00
Mike McQuaid
f52d69abea
Merge pull request #3539 from MikeMcQuaid/nil_req_dep
...
formula_installer: handle nil req_dependency.
2017-12-07 17:16:18 +00:00
Mike McQuaid
360d7bc6f4
Merge pull request #3537 from MikeMcQuaid/avoid-irrelevant-build-deps
...
formula_installer: avoid irrelevant build deps.
2017-12-07 16:19:23 +00:00
Mike McQuaid
4ca9831da6
formula_installer: handle nil req_dependency.
...
Closes #3538 .
2017-12-07 16:17:55 +00:00
Markus Reiter
34b03dea52
Merge pull request #3532 from reitermarkus/to_s
...
Add missing `to_s`.
2017-12-07 17:08:19 +01:00
Mike McQuaid
b9cf7b2bbc
formula_installer: avoid irrelevant build deps.
...
If dependents are already installed ensure their build dependencies (and
requirements) don't end up in the dependency/requirement tree.
Fixes #3033 .
2017-12-07 14:56:12 +00:00
Mike McQuaid
286d74eec2
Merge pull request #3536 from MikeMcQuaid/prune_default_formula_only_if_installed
...
formula_installer: fix default formula prune.
2017-12-07 14:10:13 +00:00
Mike McQuaid
0245b2cfea
formula_installer: fix default formula prune.
...
Only prune it if it's not already installed.
Fixes bug with https://github.com/Homebrew/brew/pull/3479
Closes https://github.com/Homebrew/brew/pull/3535 .
2017-12-07 08:55:36 +00:00
Mike McQuaid
9cabda83e4
Merge pull request #3533 from MikeMcQuaid/force-brewed-curl-docs
...
Document HOMEBREW_FORCE_BREWED_CURL
2017-12-06 14:37:45 +00:00
Mike McQuaid
1d344cf2f5
Document HOMEBREW_FORCE_BREWED_CURL
...
Should have been in #3482 .
2017-12-06 12:56:15 +00:00
Markus Reiter
683bfee8b0
Add missing to_s.
2017-12-06 11:46:30 +01:00
Markus Reiter
497348a8b7
Merge pull request #3318 from Git-Jiro/improve_audit
...
Add audit check for URL schema
2017-12-05 21:34:50 +01:00
Mike McQuaid
8de97dca14
Merge pull request #3528 from MikeMcQuaid/brew-aspell-dictionaries
...
brew-aspell-dictionaries: move to homebrew/core.
2017-12-05 09:00:18 +00:00
Martin Schimandl
b1328adaa9
Use cask.url.user_agent when available
2017-12-05 06:13:09 +01:00
Mike McQuaid
0465278254
brew-aspell-dictionaries: move to homebrew/core.
...
Experiment with moving this from Homebrew/brew to Homebrew/homebrew-core
(to allow future additions of formula-specific `cmd`s).
2017-12-04 16:13:57 +00:00
Mike McQuaid
4f5e938a5d
Merge pull request #3517 from sjackman/linkage
...
Implement linkage for Linux
1.3.9
2017-12-04 08:46:23 +00:00
Shaun Jackman
d79c5ade1a
Implement linkage for Linux
2017-12-03 16:22:51 -08:00
Shaun Jackman
e5847b652f
extend/pathname: Add os/linux/elf.rb
2017-12-03 16:22:51 -08:00
Markus Reiter
0ad42ebbcb
Merge pull request #3522 from reitermarkus/caskroom
...
Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`.
2017-12-03 19:35:51 +01:00
Mike McQuaid
c37d4b85b7
Merge pull request #3523 from MikeMcQuaid/x11-requirement-no-custom-minimum-version
...
x11_requirement: remove custom minimum version.
2017-12-03 14:37:27 +00:00
Mike McQuaid
8b9ac2b2e0
x11_requirement: remove custom minimum version.
...
This isn't desired or needed. Ensure older code still works, though.
2017-12-03 13:33:16 +00:00
Martin Schimandl
0db069602e
Refactor: Move FormulaAudit.check_http_content to utils/curl
2017-12-03 14:02:55 +01:00
Martin Schimandl
5ed5e500e5
Reuse FormulaAuditor to check Cask's URLs
2017-12-03 11:37:18 +01:00
Martin Schimandl
b2abc0b3ab
Add --head to curl to speedup audit
2017-12-03 11:37:18 +01:00
Martin Schimandl
e363889d27
Add audit check for URL schema
2017-12-03 11:37:18 +01:00
Mike McQuaid
0d53831b90
Merge pull request #3515 from sjackman/popen
...
Utils.popen_read: Nonexistent program should fail
2017-12-03 09:23:01 +00:00
Mike McQuaid
d0e893fab6
Merge pull request #3516 from sjackman/system-config-version
...
config: Print the linked_version [Linux]
2017-12-03 09:19:22 +00:00
Markus Reiter
9d1573c040
Fix unused variable.
2017-12-03 10:10:54 +01:00
Markus Reiter
a02ce4f8e9
Also remove writer method for Hbc.binarydir.
2017-12-03 10:09:09 +01:00
Markus Reiter
e4bb09dd40
Remove unused writer methods for Hbc.caskroom and Hbc.cache.
2017-12-03 09:58:01 +01:00
Markus Reiter
c1b85a6f9d
Merge pull request #3514 from reitermarkus/system_command
...
Fix SystemCommand escaping … again.
2017-12-03 08:15:22 +01:00
Shaun Jackman
7adee6d62f
Utils.popen_read: Nonexistent program should fail
...
Ensure that $CHILD_STATUS.success? is false when the command does not exist.
2017-12-02 15:52:01 -08:00
Shaun Jackman
06b9f1c50d
config: Print the linked_version [Linux]
...
Otherwise when the keg was installed but out-of-date, it would display "N/A".
2017-12-02 09:27:39 -08:00
Mike McQuaid
780e86904b
Merge pull request #3518 from GauthamGoli/audit_bug_fix
...
lines_cop: Convert ARGV audit to negative look ahead
2017-12-02 17:22:14 +00:00
Mike McQuaid
e3a8f815b3
Merge pull request #3519 from sjackman/svn
...
Fix a test failure when svn is not installed
2017-12-02 17:22:03 +00:00
Shaun Jackman
7c6d2c95f6
Fix a test failure when svn is not installed
2017-12-02 09:04:42 -08:00
Gautham Goli
fb85ed01bc
lines_cop: Convert ARGV audit to negative look ahead
2017-12-02 17:03:11 +05:30
Mike McQuaid
dfe0a1eb89
Merge pull request #3507 from sjackman/cpu
...
Hardware::CPU: Implement OS-agnostic methods
2017-12-02 10:30:47 +00:00
Shaun Jackman
0ce7a74c58
Hardware::CPU: Implement OS-agnostic methods
2017-12-01 15:18:35 -08:00
Markus Reiter
36c0dbfe13
Simplify PATH usage in Formula.
2017-12-02 00:12:21 +01:00
Markus Reiter
96733bcb2e
Support environment filtering in Casks.
2017-12-02 00:10:55 +01:00
Markus Reiter
76c64f9bbf
Fix SystemCommand escaping … again.
2017-12-01 22:16:49 +01:00
Mike McQuaid
1b28922628
Merge pull request #3505 from MikeMcQuaid/unify-proxy-docs
...
Unify proxy documentation.
2017-11-30 15:13:46 +00:00
Mike McQuaid
022303f96c
Unify proxy documentation.
...
Specify under the list of environment variables how to set each of those
that we passthrough and use.
2017-11-30 14:05:06 +00:00
Mike McQuaid
de338055db
Merge pull request #3509 from MikeMcQuaid/version-null-to-i
...
version/null: add to_i method.
2017-11-30 13:50:11 +00:00
Mike McQuaid
74433968f6
version/null: add to_i method.
...
Fixes #3504 .
2017-11-30 09:42:14 +00:00
Mike McQuaid
3d96cd156a
Merge pull request #3506 from MikeMcQuaid/cleaner_spec_os
...
cleaner_spec: have a single "cleans files" test.
2017-11-30 09:30:10 +00:00
Mike McQuaid
23d99b4155
Merge pull request #3493 from Noctem/ssh_env
...
Include SSH_AUTH_SOCK in filtered environment
2017-11-30 09:29:42 +00:00
David Christenson
489eae91ba
Include SSH_AUTH_SOCK in filtered environment
...
Include SSH_AUTH_SOCK (if set) in the filtered environment to avoid SSH
issues with git.
2017-11-29 15:30:57 -07:00
Mike McQuaid
a907ecd819
Merge pull request #3486 from sjackman/portable-ruby-arm
...
vendor-install: Add ARM bottle for portable-ruby
2017-11-29 18:31:57 +00:00