dependabot[bot]
f318e8c5e1
build(deps): bump ruby-macho from 2.2.0 to 2.3.0 in /Library/Homebrew
...
Bumps [ruby-macho](https://github.com/Homebrew/ruby-macho ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/Homebrew/ruby-macho/releases )
- [Commits](https://github.com/Homebrew/ruby-macho/compare/2.2.0...2.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 12:28:03 +01:00
Mike McQuaid
8d2ad515ea
Merge pull request #8915 from MikeMcQuaid/fix-brew-style
...
dispatch-build-bottle: fix brew style.
2020-10-13 12:27:11 +01:00
Mike McQuaid
a0a9fa241f
Merge pull request #8851 from Akylzhan/patch
...
cmd/list.rb: --formula and --cask as default option on TTY
2020-10-13 11:52:19 +01:00
Mike McQuaid
e508c14ae2
dispatch-build-bottle: fix brew style.
2020-10-13 11:46:57 +01:00
Markus Reiter
bf7fe45e89
Merge pull request #8896 from reitermarkus/sorbet-inline
...
Inline type annotations.
2020-10-13 10:40:53 +02:00
Markus Reiter
2a9bb368e5
Merge pull request #8909 from reitermarkus/sorbet-runtime-stub
...
Try preventing sorbet error.
2020-10-13 10:40:24 +02:00
Markus Reiter
4d998731d7
Explicitly prevent sorbet-runtime
from being loaded.
2020-10-13 00:51:42 +02:00
William Ma
a463348631
cli/named_args: Rename method to be more consistent
2020-10-12 09:22:29 -04:00
Jonathan Chang
b8a93279fd
Merge pull request #8905 from jonchang/bintray-dont-error-on-matching-files
...
bintray: check remote file hash prior to upload
2020-10-13 00:20:28 +11:00
William Ma
d96ad81cd0
cmd/info: Add test for --json=v2
2020-10-12 09:19:04 -04:00
Jonathan Chang
622e76e7f3
bintray: check remote file hash prior to upload
...
If the remote file is published and has a hash matching the file we're
about to upload, just skip uploading and publishing it entirely, rather
than bailing out with an error.
2020-10-12 23:53:21 +11:00
Rylan Polster
abf214c01f
Merge pull request #8897 from Rylan12/style-python-version
...
style: python versions must match python dependency
2.5.6
2020-10-12 08:22:39 -04:00
Jonathan Chang
84930afb0a
Merge pull request #8906 from jonchang/tweak-signoff
...
pr-pull: clean up review signoff trailer code
2020-10-12 22:11:31 +11:00
Jonathan Chang
e7b65c62a0
pr-pull: clean up review signoff trailer code
2020-10-12 21:44:13 +11:00
Akylzhan Sauranbay
c8809ce730
cmd/list.rb: --formula, --cask as default on TTY outputs
...
cmd/list.rb: --formula, --cask as default TTY:
cmd/list.rb: proper deprecated message on non TTY outputs
update manpage
update zsh completion
updated manpages/brew.1
update tests
return list_casks
list_spec.rb: not output to stderr
2020-10-12 14:52:03 +06:00
Mike McQuaid
e9987cd304
Merge pull request #8904 from MikeMcQuaid/shellenv-brew.sh
...
brew.sh: reorder to speedup shellenv.
2020-10-12 09:50:33 +01:00
Mike McQuaid
114b9d97c0
Merge pull request #8902 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.5943
...
build(deps): bump sorbet from 0.5.5942 to 0.5.5943 in /Library/Homebrew
2020-10-12 09:40:35 +01:00
Dawid Dziurla
ffe7f2a8da
Merge pull request #7925 from dawidd6/dev-cmd-bottle
...
dev-cmd: add dispatch-build-bottle command
2020-10-12 10:33:43 +02:00
Mike McQuaid
7bbc159450
brew.sh: reorder to speedup shellenv.
...
Reorder and restructure this file to make it as fast as possible for
e.g. `brew --prefix`. Once we have that, also give `brew shellenv`
short-circuit command execution to make it as fast as possible.
On my machine (with a warm cache) this gets:
```
brew shellenv 0.01s user 0.03s system 100% cpu 0.038 total
```
Compared to:
```
brew shellenv 0.09s user 0.19s system 100% cpu 0.277 total
```
before this commit.
2020-10-12 09:23:49 +01:00
dependabot[bot]
d3c32923e1
build(deps): bump sorbet from 0.5.5942 to 0.5.5943 in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.5942 to 0.5.5943.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 08:14:15 +00:00
Mike McQuaid
bca44287f8
Merge pull request #8903 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.5943
...
build(deps): bump sorbet-runtime from 0.5.5942 to 0.5.5943 in /Library/Homebrew
2020-10-12 09:13:34 +01:00
Mike McQuaid
ad4bbd0f30
Merge pull request #8901 from reitermarkus/sdk-version
...
Fix version comparison in `SDK#latest_sdk`.
2020-10-12 09:09:14 +01:00
dependabot[bot]
2e1733f9c9
build(deps): bump sorbet-runtime in /Library/Homebrew
...
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet ) from 0.5.5942 to 0.5.5943.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 07:01:15 +00:00
Markus Reiter
6ea9b32f70
Fix version comparison in SDK#latest_sdk
.
2020-10-12 04:35:53 +02:00
Rylan Polster
3b944434cf
style: allow python versions with two digits
2020-10-11 09:46:14 -04:00
Dawid Dziurla
3095fbc8ec
dev-cmd: add dispatch-build-bottle command
2020-10-11 13:00:15 +02:00
Jonathan Chang
e30ed42439
Merge pull request #8898 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files and prune files.yaml.
2020-10-11 16:08:26 +11:00
BrewTestBot
d7dad10771
sorbet: Update RBI files and prune files.yaml.
...
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ).
2020-10-11 00:56:30 +00:00
Markus Reiter
73dc98d1c7
Adjust RuboCop rules for Sorbet.
2020-10-11 00:30:09 +02:00
William Ma
4c36cf2e8e
cmd/info: Add --json=v2 for outputing formula and cask json
2020-10-10 16:34:01 -04:00
Rylan Polster
40e4b38d05
style: python versions must match python dependency
2020-10-10 13:59:20 -04:00
Markus Reiter
d491004879
Remove helper script.
2020-10-10 19:10:58 +02:00
Markus Reiter
61b79318ed
Move include Kernel
into .rbi
files again and split up existing .rbi
files.
2020-10-10 19:10:58 +02:00
Markus Reiter
e509b1317e
Fix svn_spec
.
2020-10-10 19:10:58 +02:00
Markus Reiter
4382ee9d14
Remove files.yaml
for Sorbet.
2020-10-10 19:10:58 +02:00
Markus Reiter
d5e600e3af
Remove unknown Homebrew::Error
class.
2020-10-10 16:06:48 +02:00
Markus Reiter
e20c982d1a
Inline utils.rbi
.
2020-10-10 15:53:33 +02:00
Markus Reiter
059122c724
Inline type annotations for User
.
2020-10-10 15:53:14 +02:00
Markus Reiter
fc7a34585f
Inline type annotations for Tty
.
2020-10-10 15:49:18 +02:00
Markus Reiter
e1e9f2d9bd
Inline type annotations for Utils::Svn
.
2020-10-10 15:35:20 +02:00
Markus Reiter
12e173cd50
Inline type annotations for SPDX
.
2020-10-10 15:33:15 +02:00
Markus Reiter
8fabc56a22
Inline type annotations for Utils::Shell
.
2020-10-10 15:31:32 +02:00
Markus Reiter
ff653571b1
Create Utils::Curl
module and explicitly include it.
2020-10-10 15:23:03 +02:00
Markus Reiter
318091cccc
Move StringInreplaceExtension
into separate file.
2020-10-10 15:06:19 +02:00
Markus Reiter
24ae318a3d
Move type annotations into files.
2020-10-10 14:59:39 +02:00
Markus Reiter
fb9aafbb08
Merge pull request #8781 from reitermarkus/rubocop-sorbet
...
Add and vendor `rubocop-sorbet` and `sorbet-runtime-stub`.
2020-10-10 10:30:31 +02:00
Vidushee Amoli
87942d1748
Merge pull request #8894 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files and prune files.yaml.
2020-10-10 11:52:00 +05:30
BrewTestBot
aead44947c
sorbet: Update RBI files and prune files.yaml.
...
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ).
2020-10-10 00:53:54 +00:00
William Ma
9a8f4c7c96
cmd/info: Add support for casks
2020-10-09 19:57:48 -04:00
Markus Reiter
3f5b7c4f97
Merge pull request #8890 from Homebrew/dependabot/bundler/docs/github-pages-209
...
build(deps-dev): bump github-pages from 208 to 209 in /docs
2020-10-09 23:50:18 +02:00