Maxim Belkin
8dcb1636ce
utils/ruby.sh: add explanatory comments
2020-05-20 12:29:45 -05:00
Daniel Bayley
e477a38958
[WIP] cat: Allow 'bat' to find existing configuration file
2020-05-20 16:51:36 +01:00
Bo Anderson
67d1bc6fb7
Merge pull request #7615 from Bo98/test-dep-satisfied
...
formula_installer: fix already-satisfied test deps not being pruned
2020-05-20 15:10:48 +01:00
Bo Anderson
6ac9d43599
formula_installer: fix already-satisfied test deps not being pruned
2020-05-20 13:28:10 +01:00
Mike McQuaid
bfc081ee0b
Merge pull request #7613 from MikeMcQuaid/requirement_test
...
formula_installer: fix :test requirement expansion.
2020-05-20 12:55:55 +01:00
Mike McQuaid
89a0984d42
formula_installer: fix :test requirement expansion.
2020-05-20 12:24:54 +01:00
Mike McQuaid
b75927091e
Merge pull request #7612 from MenkeTechnologies/master
...
add compsys cache for brew casks
2020-05-20 10:55:14 +01:00
Mike McQuaid
4c79270ce1
Merge pull request #7611 from MikeMcQuaid/more-untap-casks
...
os/mac/diagnostic: suggest untapping phinze/cask.
2020-05-20 10:34:41 +01:00
Jacob Menke
159a5bb2d6
add compsys cache for brew casks
2020-05-20 05:13:42 -04:00
Mike McQuaid
0ea2c5f15b
os/mac/diagnostic: suggest untapping phinze/cask.
...
As seen in https://github.com/Homebrew/brew/issues/7605 .
2020-05-20 10:05:23 +01:00
Mike McQuaid
d254730e78
Merge pull request #7610 from MikeMcQuaid/bad-todo
...
audit: remove incorrect TODO.
2020-05-20 09:41:01 +01:00
Mike McQuaid
ceb3513b86
Merge pull request #7609 from Bo98/include_test-dependents
...
Further test dep fixes
2020-05-20 08:22:57 +01:00
Mike McQuaid
633501ab08
audit: remove incorrect TODO.
...
This check can't really be in RuboCop (as it relies on the URL strategy
logic).
2020-05-20 08:17:14 +01:00
Mike McQuaid
1ebb1c2885
Merge pull request #7580 from tharun208/brew-cask-analytics
...
Added analytics for cask info
2020-05-20 08:06:46 +01:00
Bo Anderson
5b5833c33b
dependency: return test deps on all levels
...
Filtering for this is now handled properly in places where this function is used.
In some scenarios, we _want_ test deps on more than the first level (Homebrew.args.include_formula_test_deps?).
2020-05-19 19:17:17 +01:00
Bo Anderson
b8ba083e12
dependencies: fix recursive_includes not handling deps of test deps
2020-05-19 19:14:48 +01:00
Bo Anderson
a2939be08a
formula_installer: don't propagate --include-test unless requested
2020-05-19 19:12:47 +01:00
Markus Reiter
7f400d8e4e
Fix brew cask <command> --help
.
2020-05-19 19:30:46 +02:00
Maxim Belkin
dcc486fa9e
utils/ruby.sh: find usable Ruby from PATH only
2020-05-19 12:24:00 -05:00
Markus Reiter
6d9a20614a
Implement brew cask help <command>
.
2020-05-19 19:23:31 +02:00
Tharun
aeede8374f
fixed review changes
2020-05-19 21:41:02 +05:30
Mike McQuaid
b2fc8ad7b3
Merge pull request #7585 from hyuraku/brew_doctor-shows-deleted_formulae
...
brew doctor shows deleted formulae
2020-05-19 17:07:32 +01:00
hyuraku
fbabeb4468
add a comment
2020-05-19 23:58:41 +09:00
hyuraku
38e0aa8800
change condition
2020-05-19 23:58:33 +09:00
Mike McQuaid
98ad4fe826
Merge pull request #7604 from MikeMcQuaid/more_test_dependency_tweaks
...
Further tweak :test dependency handling
2020-05-19 15:58:21 +01:00
hyuraku
e1cf1b2183
uninstall python2 at test
2020-05-19 23:16:45 +09:00
Tharun
84f2edc884
replaced json and used dictionary
2020-05-19 19:35:30 +05:30
Mike McQuaid
8b98ed1f47
Further tweak :test dependency handling
...
- ensure that cases where `:build` and `:test` both apply to a
dependency that we handle it appropriately
- fix reintroduced regression
(https://github.com/Homebrew/brew/pull/6471#issuecomment-533414923 ).
Fixes #6470 .
2020-05-19 14:25:10 +01:00
hyuraku
c263c755aa
check tap_path size
2020-05-19 22:22:31 +09:00
Tharun
6a50f31feb
fixed proper parsing of mock data for analytics
2020-05-19 17:25:16 +05:30
Mike McQuaid
731c723c4a
Merge pull request #7603 from MikeMcQuaid/include_test_fixes
...
formula_installer: fix test dependencies.
2020-05-19 10:43:27 +01:00
Tharun
7186600a5c
renamed get_formulae_api
2020-05-19 14:59:43 +05:30
Tharun
9e26a451e3
Updated mocking analytics call
2020-05-19 14:58:55 +05:30
Mike McQuaid
2fc643421f
formula_installer: fix test dependencies.
...
Only prune test dependencies from the tree when they aren't also build
dependencies (and vice-versa with build dependencies) and the include
test argument hasn't been passed.
2020-05-19 09:34:50 +01:00
Mike McQuaid
e254e804ee
Merge pull request #7602 from MikeMcQuaid/bottle_arch_sym
...
bottle_arch: ensure a symbol is used when needed.
2020-05-19 09:27:16 +01:00
Mike McQuaid
3588e6a5c6
bottle_arch: ensure a symbol is used when needed.
...
Fixes #7597 .
2020-05-19 08:47:59 +01:00
Mike McQuaid
0e9897c86d
Merge pull request #7577 from vidusheeamoli/add-byebug
...
Set up Byebug debugger
2020-05-19 08:27:53 +01:00
Mike McQuaid
95495bf813
Merge pull request #7586 from mathaeus/audit_migrate_some_version_checks_to_rubocop
...
audit: Port some version checks to RuboCop
2020-05-19 08:27:35 +01:00
Mike McQuaid
ea22276e32
Merge pull request #7596 from Homebrew/SMillerDev-patch-1
...
Specify the stance on mocks in test blocks
2020-05-19 08:23:16 +01:00
Dawid Dziurla
291601ba12
Merge pull request #7600 from alebcay/patch-2
...
docs: mention that bin.install can rename file
2020-05-19 08:01:03 +02:00
Caleb Xu
1cd5d508a1
docs: mention that bin.install can rename file
2020-05-19 00:34:24 -04:00
Issy Long
9de07eaf8f
Merge pull request #7594 from Homebrew/dependabot/bundler/docs/activesupport-6.0.3.1
...
[security] build(deps): bump activesupport from 6.0.3 to 6.0.3.1 in /docs
2020-05-18 22:19:39 +01:00
dependabot-preview[bot]
d12e1fa16c
build(deps): bump activesupport from 6.0.3 to 6.0.3.1 in /docs
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.0.3 to 6.0.3.1.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.0.3...v6.0.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 20:44:15 +00:00
Issy Long
a54999aec3
Merge pull request #7593 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.0.3.1
...
[security] build(deps): bump activesupport from 6.0.3 to 6.0.3.1 in /Library/Homebrew
2020-05-18 21:43:01 +01:00
Mike McQuaid
60776d006e
Merge pull request #7599 from MikeMcQuaid/tests-env
...
workflows/tests: set global environment.
2020-05-18 21:18:18 +01:00
Mike McQuaid
667d87ce67
workflows/tests: set global environment.
...
We never want to auto-update and we want to globally set that we're in
GitHub Actions.
2020-05-18 20:50:21 +01:00
Mike McQuaid
f9050faf8e
brew vendor-gems: commit updates.
2020-05-18 19:32:35 +01:00
vidusheeamoli
afb29035bd
update gitignore
2020-05-18 23:49:44 +05:30
Sean Molenaar
957f318f2c
Specify the stance on mocks in test blocks
2020-05-18 18:28:40 +02:00
dependabot-preview[bot]
bb3985d446
build(deps): bump activesupport in /Library/Homebrew
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.0.3 to 6.0.3.1.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.0.3...v6.0.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-18 15:50:36 +00:00