Commit Graph
16613 Commits
Author SHA1 Message Date
dependabot-preview[bot]andGitHub 38e5773ee8 build: bump thor from 0.20.3 to 1.0.1 in /Library/Homebrew
Bumps [thor](https://github.com/erikhuda/thor) from 0.20.3 to 1.0.1.
- [Release notes](https://github.com/erikhuda/thor/releases)
- [Changelog](https://github.com/erikhuda/thor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/erikhuda/thor/compare/v0.20.3...v1.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-17 15:14:55 +00:00
Mike McQuaid 4a7a16e39b brew vendor-gems: commit updates. 2019-12-17 11:43:08 +00:00
dependabot-preview[bot]andGitHub 53986e9b9a build: bump rubocop-rspec from 1.37.0 to 1.37.1 in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.37.0...v1.37.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-17 05:24:26 +00:00
Mike McQuaidandGitHub 4973f6707b Merge pull request #6844 from MikeMcQuaid/download_strategy_typeerror
download_strategy: use (more consistent) TypeError.
2019-12-16 12:07:30 +00:00
Mike McQuaid dccedbf104 download_strategy: use (more consistent) TypeError.
Rather than a base `RuntimeError`.

Fixes https://github.com/Homebrew/brew/issues/6839
2019-12-16 11:34:31 +00:00
Mike McQuaid 4f732a0170 cmd/info: fix --json argument handling.
`--all` and `--installed` do not require formulae arguments.

Fixes https://github.com/Homebrew/brew/issues/6842
2019-12-16 11:23:55 +00:00
Mike McQuaidandGitHub d556d02cd4 Merge pull request #6835 from EricFromCanada/input-handling
cmd/dev-cmd: improve handling of invalid input
2019-12-15 15:37:21 +00:00
EricFromCanada aea6d79d21 option parser: check for extra named args 2019-12-15 00:04:45 -05:00
EricFromCanada 0c8eae8d9c command: handle multiple named args 2019-12-15 00:04:45 -05:00
EricFromCanada 90e830c19e cmd: add raises for invalid input 2019-12-15 00:04:45 -05:00
EricFromCanada 2f7c3afeb8 cmd: improve wording of messages, spacing 2019-12-15 00:04:45 -05:00
Mike McQuaid afb8fd1007 brew vendor-gems: commit updates. 2019-12-14 15:56:22 +00:00
dependabot-preview[bot]andMike McQuaid f670f91e82 build: bump activesupport from 6.0.1 to 6.0.2 in /Library/Homebrew
Bumps [activesupport](https://github.com/rails/rails) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.2/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-14 15:54:38 +00:00
EricFromCanada c246207ba0 cmd: updates for command descriptions 2019-12-13 15:24:00 -05:00
EricFromCanada f0270a585c desc/audit: remove messages obviated by new arg parser 2019-12-13 15:23:38 -05:00
dependabot-preview[bot]andGitHub cc4b78214a build: bump json from 2.2.0 to 2.3.0 in /Library/Homebrew
Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](https://github.com/flori/json/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-11 14:54:20 +00:00
Mike McQuaid ebc764e878 os/mac/xcode: clarify latest_version comes from clang. 2019-12-11 13:50:21 +00:00
Mike McQuaid 2d5f6dd79f os/mac/xcode: improve CLT clang version detection. 2019-12-11 13:49:56 +00:00
Mike McQuaid 8d3e7cf028 os/mac: remove CLT header package stuff.
We never care about it and it's not relevant anywhere except 10.14.
2019-12-11 13:49:13 +00:00
Mike McQuaid dda80c6938 os/mac/xcode: bump Xcode/CLT versions. 2019-12-11 13:48:32 +00:00
Gautham Goli 2b95755afe CLI::Args: Make processed_options read-only 2019-12-11 16:36:23 +05:30
Gautham Goli 28e62b52d1 cli_args: Remove cyclic dependency on ARGV 2019-12-11 16:36:23 +05:30
Gautham Goli 22e25dd593 argv: move formulae to cli/args 2019-12-11 16:36:23 +05:30
Mike McQuaid a755bec6a8 formula: handle missing runtime dependency formulae.
This is most likely an old formula with bad dependency data so output
the path so it can be uninstalled.
2019-12-10 16:56:10 +00:00
Mike McQuaid 3f348286f9 cmd/leaves: handle missing formula.
Use `runtime_formula_dependencies` which does this for us.

Fixes #6827.
2019-12-10 15:44:14 +00:00
dependabot-preview[bot]andGitHub 4fd14e7fc0 build: bump parallel_tests from 2.29.2 to 2.30.0 in /Library/Homebrew
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.29.2 to 2.30.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.29.2...v2.30.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 07:14:31 +00:00
Markus ReiterandGitHub 2fe99bd982 Merge pull request #6820 from vitorgalvao/cask-version-mmp-regex
cask version MAJOR_MINOR_PATCH_REGEX: allow any word character instead of only digits
2019-12-09 04:14:11 +01:00
Vítor Galvão 497a160cda cask version MAJOR_MINOR_PATCH_REGEX: allow any word character instead of only digits 2019-12-07 14:04:55 +00:00
Mike McQuaidandGitHub 40c6fbdccf bump-formula-pr: tweak fix syntax. 2019-12-07 11:27:27 +00:00
Fred Emmott 3339d5af32 Fix bump-formula-pr on a file with no tap
fixes #6821
2019-12-06 11:10:01 -08:00
Michka Popoff 50bb8f3fc1 linkage_checker: whitelist libthread_db.so.1
openjdk links against this library, which is provided by glibc.
2019-12-05 21:44:09 +01:00
Bob Lail a26390be05 Fix bug with printing pinned dependencies.
Brew prints this error:
```
Error: undefined method `join' for nil:NilClass
```

because, in this code:

```ruby
puts pinned_dependents.map do |f|
  "#{f.full_specified_name} #{f.pkg_version}"
end.join(", ")
```
the block is passed to `puts` and not to `map`. `.join(",")` is called on the output of `puts`.

(I think the regression was introduced in this commit: e12a7b0808)
2019-12-04 12:31:01 -06:00
Steven PetersandGitHub 97c575b6c3 Merge pull request #6807 from scpeters/formula_installer_rescue_already_attempted
FormulaInstaller: rescue already attempted install
2019-12-04 09:58:18 -08:00
Mike McQuaidandGitHub 86b1ac9d57 Merge pull request #6814 from Homebrew/dependabot/bundler/Library/Homebrew/nokogiri-1.10.7
build: bump nokogiri from 1.10.5 to 1.10.7 in /Library/Homebrew
2019-12-04 17:31:49 +00:00
dependabot-preview[bot]andGitHub 67831d8f17 build: bump nokogiri from 1.10.5 to 1.10.7 in /Library/Homebrew
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.7.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 17:14:53 +00:00
dependabot-preview[bot]andGitHub e7e70fa5ac build: bump mustache from 1.1.0 to 1.1.1 in /Library/Homebrew
Bumps [mustache](https://github.com/mustache/mustache) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/mustache/mustache/releases)
- [Changelog](https://github.com/mustache/mustache/blob/master/HISTORY.md)
- [Commits](https://github.com/mustache/mustache/compare/v1.1.0...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 16:57:50 +00:00
Mike McQuaid bed5297b6c .github/workflows/tests: run config, doctor.
This should help with debugging why the `brew bundle` tests are now
failing.
2019-12-04 15:35:31 +00:00
Steven PetersandMike McQuaid 13e34ec90d FormulaInstaller: rescue already attempted install 2019-12-04 09:08:22 +00:00
Figroc Chen 3c09ab0d06 extract: semver aware 2019-12-03 21:45:55 +08:00
Mike McQuaidandGitHub 6decac5875 Merge pull request #6803 from MikeMcQuaid/latest_version_installed
Rename Formula#installed? to Formula#latest_version_installed?
2019-12-03 12:09:01 +00:00
Mike McQuaid 5dd8ead51a Rename Formula#installed? to Formula#latest_version_installed?
This naming has always been a bit weird and confusing so let's change
it and provide a `compat` fallback for later deprecation.
2019-12-03 11:42:42 +00:00
EricFromCanada b817796562 Grammar fixes for status messages 2019-12-02 11:38:06 -05:00
EricFromCanada 9bfd597991 Format debug messages with odebug 2019-12-02 11:33:19 -05:00
EricFromCanada fcdda8d481 commands: add formatting to headings 2019-12-02 11:32:33 -05:00
Mike McQuaid ea44760f8c os/mac/xcode: add additional CLT download link.
Sadly Apple don't seem to be providing these reliably.

Fixes #6796
2019-12-02 13:25:43 +00:00
Mike McQuaid 5246e9f4ab brew vendor-gems: commit updates. 2019-12-02 12:12:58 +00:00
dependabot-preview[bot]andGitHub 6f2102d43f build: bump zeitwerk from 2.2.1 to 2.2.2 in /Library/Homebrew
Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/fxn/zeitwerk/releases)
- [Changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fxn/zeitwerk/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-02 05:25:23 +00:00
Mike McQuaid c1b00297e0 cask/cmd/style_spec: add rubocop test.
This verifies the cask configuration hasn't been broken.
2019-12-01 15:04:32 +00:00
Mike McQuaid 2101de77cf .rubocop_cask: fix RuboCop names.
Broken since a RuboCop update.
2019-12-01 14:51:39 +00:00
Mike McQuaid ef34fbc634 cask/cmd/style: don't hide warnings.
These sometimes display useful RuboCop deprecations.
2019-12-01 14:19:26 +00:00