Issy Long
87628d3cc8
Merge pull request #8057 from vidusheeamoli/set-files-to-true
...
sorbet: set multiple files to true
2020-07-22 08:12:54 +01:00
vidusheeamoli
8d82aa8c3a
sorbet: set multiple files to true
...
Set the following files to true in sorbet/files.yaml:
- ./fetch.rb
- ./formula_pin.rb
- ./hardware.rb
- ./help.rb
- ./language/go.rb
- ./language/java.rb
- ./language/perl.rb
- ./messages.rb
2020-07-22 09:52:43 +05:30
Markus Reiter
d048c324f9
Increase timeout for brew readall
integration test.
2020-07-22 01:11:57 +02:00
Markus Reiter
b2698d501b
Change test for MacOS::languages
.
2020-07-22 01:11:57 +02:00
Markus Reiter
abaf9c40ae
Fix code style.
2020-07-22 01:09:14 +02:00
Markus Reiter
75cfe41450
Fix infinite loop.
2020-07-22 01:09:14 +02:00
Markus Reiter
365d2b214e
Remove useless spec.
2020-07-22 01:09:14 +02:00
Markus Reiter
4bc174cc62
Add timeout for all specs.
2020-07-22 01:09:14 +02:00
Markus Reiter
8d148b1fbc
Remove special-casing of MacOS::languages
.
2020-07-22 01:09:14 +02:00
Markus Reiter
ee09df8db3
Move Download
from Auditor
into Audit
.
2020-07-22 01:09:14 +02:00
Issy Long
ee648ef88c
Merge pull request #8055 from vidusheeamoli/set-sorbet-version
...
Gemfile: set sorbet version
2020-07-21 21:38:44 +01:00
vidusheeamoli
ab4e956390
sorbet: update hidden definitions
2020-07-21 23:50:24 +05:30
vidusheeamoli
9658f011f2
srb/tapioca: update rbi of recently bumped gems
2020-07-21 23:47:42 +05:30
vidusheeamoli
1a6467eeea
Gemfile: set sorbet version
2020-07-21 23:45:34 +05:30
Baffour Adu Boampong
9ec93f78d6
Merge branch 'master' into mlh-outdated-packages
2020-07-21 17:49:24 +00:00
Shaun Jackman
ceddaa110c
Merge pull request #8047 from sjackman/c.utf-8
...
Change the default locale to C.UTF-8 on Linux
2020-07-21 10:16:19 -07:00
Baffour Adu Boampong
d86c4d7b7a
Feedback changes and fix for pull_request join
2020-07-21 17:09:53 +00:00
Maxim Belkin
73495c4959
formula.rb [extend/Linux]: add missing comma
2020-07-21 15:48:55 +00:00
Maxim Belkin
2ffb9fd0fc
extend/os/linux/formula.rb: ignore_missing_libraries: change unless to if
...
Change
```rb
unless libraries.all? { |x| x.is_a?(String) || x.is_a?(Regexp) }
```
to
```rb
if libraries.any? { |x| !x.is_a?(String) && !x.is_a?(Regexp) }
```
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-21 10:43:28 -05:00
Maxim Belkin
68ebf8866a
extend/os/linux/formula.rb: allowed_missing_lib: check input class
2020-07-21 15:40:27 +00:00
Seeker
e77c156690
dev-cmd/audit: rename USES_FROM_MACOS_ALLOWLIST
...
Rename to PROVIDED_BY_MACOS_DEPENDS_ON_ALLOWLIST
2020-07-21 08:21:09 -07:00
Bo Anderson
11b6402a2c
formula: set java.io.tmpdir
2020-07-21 15:24:36 +01:00
Maxim Belkin
28227bd26b
linkage_checker.rb: replace conditional assignment with an if-else
2020-07-21 14:11:00 +00:00
Maxim Belkin
7080ad5ebc
formula.rb: update missing libs feature
...
1. Raise an exception on macOS.
2. Verify that the missing libraries are specified either as Strings or
Regular Expressions.
Signed-off-by: Maxim Belkin <maxim.belkin@gmail.com>
2020-07-21 13:16:56 +00:00
Mike McQuaid
b354cfb539
Merge pull request #8015 from quackduck/patch-1
...
Make Shell-Completion.md clearer and update it
2020-07-21 10:19:44 +01:00
Ishan Goel
c94196c073
Brevity
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-21 12:49:00 +04:00
Ishan Goel
f7580f109e
Answer what profile file should be used clearer
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-21 12:45:45 +04:00
rmnull
ff66534242
add patchelf to Gemfile
2020-07-21 13:30:40 +05:30
rmnull
179b204835
Gemfile.lock include patchelf.rb
2020-07-21 13:30:40 +05:30
Ishan Goel
a613c1acd2
Make stuff clearer, grammar stuff.
2020-07-21 06:22:44 +04:00
Ishan Goel
5a992f1194
Remove quoted completion one-liner
2020-07-21 06:18:20 +04:00
Shaun Jackman
ad735d6ed2
Change the default locale to C.UTF-8 on Linux
...
Change the default locale from en_US.UTF-8 to C.UTF-8 on Linux.
The former locale is not included by default in common Docker images,
whereas the latter locale is included by default.
The default locale remains en_US.UTF-8 on macOS.
2020-07-20 15:55:22 -07:00
William Ma
fa0f6f4d5b
outdated: Update tests for deprecation warning
2020-07-20 16:16:18 -04:00
William Ma
92953aa8e8
commands: Add unstable commands to cask commands
2020-07-20 15:06:29 -04:00
William Ma
b4f8e23ee1
outdated: Fix documentation style
...
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2020-07-20 14:35:27 -04:00
Seeker
de3edd1c24
cmd/uses: mention "dependents" in help text
2020-07-20 11:26:56 -07:00
William Ma
0b613d2fe3
commands: Deduplicate command print logic
2020-07-20 14:00:16 -04:00
William Ma
3bbffdd1d7
commands: Print cask commands
2020-07-20 13:18:09 -04:00
Seeker
e5cc33ae8a
bump-formula-pr: cleanup
2020-07-20 08:16:30 -07:00
Dawid Dziurla
6b49d60954
Merge pull request #8042 from Bo98/cleanup-go_mod_cache
...
cleanup: clean go_mod_cache
2020-07-20 17:08:23 +02:00
Dawid Dziurla
2cd72908bc
Merge pull request #7863 from iMichka/single-resource
...
on_os resources: allow linux-only or mac-only resources
2020-07-20 16:58:30 +02:00
Bo Anderson
3205ace13e
cleanup: clean go_mod_cache
2020-07-20 15:30:33 +01:00
Ishan Goel
4872d6653f
Recommend bash-completion unless user has newer bash
2020-07-20 18:24:01 +04:00
William Ma
f4bc2db736
doctor: Disable cask staging path check when running CI, fix style
2020-07-20 08:31:26 -04:00
Mike McQuaid
84e4e1b449
Merge pull request #8040 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.7.1
...
build(deps): bump rubocop-performance from 1.7.0 to 1.7.1 in /Library/Homebrew
2020-07-20 09:11:53 +01:00
Mike McQuaid
f28614544e
Merge pull request #8039 from Homebrew/dependabot/bundler/Library/Homebrew/i18n-1.8.4
...
build(deps): bump i18n from 1.8.3 to 1.8.4 in /Library/Homebrew
2020-07-20 09:00:59 +01:00
Mike McQuaid
b24d13b820
brew vendor-gems: commit updates.
2020-07-20 08:41:02 +01:00
Mike McQuaid
3f39b3638a
brew vendor-gems: commit updates.
2020-07-20 08:34:48 +01:00
dependabot-preview[bot]
957c50ac27
build(deps): bump rubocop-performance in /Library/Homebrew
...
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.7.0...v1.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 07:31:31 +00:00
Mike McQuaid
185a86ed53
Merge pull request #8041 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-0.2.0
...
build(deps): bump rubocop-ast from 0.1.0 to 0.2.0 in /Library/Homebrew
2020-07-20 08:30:15 +01:00