18933 Commits

Author SHA1 Message Date
Markus Reiter
da0ff4feb0 Remove PYTHON_VIRTUALENV_* constants. 2020-08-19 10:45:56 +02:00
Markus Reiter
e909ea2471 Refactor and document Language::Python. 2020-08-19 10:45:56 +02:00
Markus Reiter
5540eac625 Refactor and document Options. 2020-08-19 10:40:33 +02:00
Alexander Bayandin
b43f17b2d0 formula_versions: handle references to too old MacOS in formulae 2020-08-19 09:25:32 +01:00
miccal
73b4ad3647 cmd/update-report: consistency for formulae and casks 2020-08-19 14:31:54 +08:00
Seeker
ffcf06867a Use rescue instead of yield 2020-08-18 23:06:42 -07:00
Seeker
d0c7c4fd71 utils/github: add forked_repo_info! 2020-08-18 23:06:42 -07:00
Baffour Adu Boampong
5d9e1f2bc7 filter out packages only when a limit is set 2020-08-18 22:37:28 +00:00
Baffour Adu Boampong
0021ed45d0 brew style fixes 2020-08-18 22:25:17 +00:00
Baffour Adu Boampong
27ee9cf7b9 Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages 2020-08-18 22:19:32 +00:00
Baffour Adu Boampong
afe9a48373 Add limit to repology api 2020-08-18 22:18:03 +00:00
Markus Reiter
77db066ae2 Add missing summarize method for StageOnly. 2020-08-18 23:12:05 +02:00
Markus Reiter
c3874580a4
Merge pull request #8377 from reitermarkus/document-install
Refactor and document `Install`.
2020-08-18 22:23:04 +02:00
Markus Reiter
5b8c4d242e
Merge pull request #8378 from reitermarkus/document-cleanup
Refactor and document `Cleanup`.
2020-08-18 22:22:36 +02:00
Mike McQuaid
6106580cd3
Merge pull request #7294 from Bo98/tab-built_on
tab: add built_on & arch information
2020-08-18 19:33:06 +01:00
William Ma
e088918128 cask home: Remove deprecation comment 2020-08-18 12:28:12 -04:00
William Ma
543f421702 cask --cache: Remove deprecation comment 2020-08-18 12:28:12 -04:00
William Ma
b123fca227 cask: Add TODOs to deprecate integrated cask cmds 2020-08-18 12:27:49 -04:00
Vítor Galvão
5f8b20849d
Merge pull request #8388 from vitorgalvao/audit-help-lines
Cask audit help: breakup desc string
2020-08-18 16:57:58 +01:00
Mike McQuaid
16eae0feda
Merge pull request #8369 from Homebrew/dependabot/bundler/Library/Homebrew/simplecov-0.19.0
build(deps): bump simplecov from 0.18.5 to 0.19.0 in /Library/Homebrew
2020-08-18 16:36:57 +01:00
Vítor Galvão
eb095eb899 Cask audit help: breakup desc string 2020-08-18 16:21:23 +01:00
Mike McQuaid
e2fb26b855
Merge pull request #8387 from MLH-Fellowship/deprecate-cask-cache
cask --cache: Deprecate command
2020-08-18 16:01:47 +01:00
Mike McQuaid
82fc9506ad
simplecov: enable for subprocesses.
Follow instructions in:
https://github.com/simplecov-ruby/simplecov#running-simplecov-against-subprocesses
2020-08-18 15:58:46 +01:00
Bo Anderson
b338398a8c tab: add built_on & arch information 2020-08-18 15:58:00 +01:00
Elizabeth Tackett
647b229d3c display verification msg if parsing large amount of data 2020-08-18 09:42:32 -05:00
William Ma
3918e13070 cask --cache: Deprecate command 2020-08-18 10:37:29 -04:00
dependabot-preview[bot]
e03c1a22c0
build(deps): bump simplecov from 0.18.5 to 0.19.0 in /Library/Homebrew
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.18.5 to 0.19.0.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.18.5...v0.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-18 14:03:15 +00:00
Mike McQuaid
e8d28881a1
Merge pull request #8385 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.2.6
build(deps): bump codecov from 0.2.5 to 0.2.6 in /Library/Homebrew
2020-08-18 15:01:57 +01:00
Dustin Rodrigues
631b60d3f2
Merge pull request #8366 from dtrodrigues/license-audit
Always audit GitHub license
2020-08-18 09:41:51 -04:00
dependabot-preview[bot]
67d7d85361
build(deps): bump codecov from 0.2.5 to 0.2.6 in /Library/Homebrew
Bumps [codecov](https://github.com/codecov/codecov-ruby) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/codecov/codecov-ruby/releases)
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-ruby/compare/v0.2.5...v0.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-18 13:32:19 +00:00
Baffour Adu Boampong
7982e6f3c0 Update response display 2020-08-18 13:29:36 +00:00
Dawid Dziurla
dbbc14040d
extend/os/mac: install svn on catalina and newer 2020-08-18 12:50:34 +02:00
Baffour Adu Boampong
e4e0b16803
Update Library/Homebrew/utils/repology.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-18 09:53:52 +00:00
Baffour Adu Boampong
605228d07c
Update Library/Homebrew/dev-cmd/bump.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-18 09:53:39 +00:00
Mike McQuaid
b932299222
Merge pull request #8376 from MLH-Fellowship/warn-conflicting-cask
named args: Warn when user references a formula with the same name as a cask
2020-08-18 09:20:00 +01:00
Dustin Rodrigues
08396a55c1 audit: always audit GitHub license 2020-08-17 22:11:01 -04:00
Dustin Rodrigues
72419630b4
Merge pull request #8362 from dtrodrigues/automerge-plural
pr-automerge: pluralize message only when needed
2020-08-17 21:57:08 -04:00
Dustin Rodrigues
420e8fdbe4 pr-automerge: pluralize message only when needed 2020-08-17 20:02:45 -04:00
miccal
5a74f1d971 binary_spec: fix test 2020-08-18 04:19:48 +08:00
miccal
7aaa7f25ec cask/artifact/symlinked: do not overwrite files or symbolic links 2020-08-18 04:19:48 +08:00
Shaun Jackman
db361e29b8 check_tmpdir_executable: Remove stray undent
Fix the error:
Error: undefined method undent for #<String>
.../extend/os/linux/diagnostic.rb:41:in check_tmpdir_executable
2020-08-17 11:54:42 -07:00
Markus Reiter
7fce76d176 Refactor and document Install. 2020-08-17 19:17:18 +02:00
Seeker
96fee494c4
Merge pull request #8367 from SeekingMeaning/inreplace/inreplace_pairs
utils/inreplace: add `inreplace_pairs`
2020-08-17 10:16:50 -07:00
Markus Reiter
5402500635 Refactor and document Cleanup. 2020-08-17 19:11:31 +02:00
William Ma
b63b56f4c2 home: Remove warning for cask with same name 2020-08-17 13:08:31 -04:00
William Ma
a7b063efb5 named_args: Warn when cask with same name exists 2020-08-17 13:06:47 -04:00
Markus Reiter
6fda576ec8
Merge pull request #8347 from reitermarkus/doc-build-environment
Refactor and document `BuildEnvironment`.
2020-08-17 18:23:11 +02:00
Markus Reiter
8cc4919da5
Merge pull request #8348 from reitermarkus/doc-diagnostic
Refactor and document `Homebrew::Diagnostic`.
2020-08-17 18:20:55 +02:00
Markus Reiter
958c5c7f9e
Merge pull request #8349 from reitermarkus/doc-cxxstdlib
Refactor and document `CxxStdlib`.
2020-08-17 18:19:52 +02:00
Maxim Belkin
a72c9717cf
Merge pull request #8324 from maxim-belkin/no-locale-no-problemo
brew.sh: handle Linux systems with no 'locale'
2020-08-17 11:16:38 -05:00