dependabot[bot]
6e5e490098
build(deps): bump sorbet-runtime in /Library/Homebrew
...
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet ) from 0.5.5913 to 0.5.5915.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-23 00:31:22 +00:00
Michka Popoff
9da32e3d93
test: make pgrep call portable
...
Fixes (on linux), for example for the ninja formula test:
```
pgrep
-P
83252
{out: :close}}
Invalid preceding regular expressionpgrep: write error: Bad file descriptor
Error: ninja: failed
An exception occurred within a child process:
BuildError: Failed executing: pgrep -P 83252 {out: :close}
```
Using File:NULL is more portable.
2020-09-22 23:35:10 +02:00
dependabot[bot]
eab0acdc7e
build(deps): bump sorbet from 0.5.5913 to 0.5.5915 in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.5913 to 0.5.5915.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-22 18:11:54 +00:00
BrewTestBot
87b05a9be2
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-09-22 00:48:51 +00:00
Maxim Belkin
0a0577357f
Merge pull request #8785 from maxim-belkin/cask-audit-cleanup
...
cask/audit.rb: minor cleanup
2020-09-21 07:34:17 -07:00
Jonathan Chang
187b56304b
Merge pull request #8631 from chenrui333/include-micropython-homepage-to-cert-error-allow-list
...
audit: allowlist some formulae homepage cert issues
2020-09-21 23:45:03 +10:00
Mike McQuaid
0447b2200f
dev-cmd/pull: recommend gh over hub.
...
`gh` is the official GitHub tool and better maintained at this point.
2020-09-21 12:12:03 +01:00
Maxim Belkin
0d3cc7cd82
cask/audit.rb: minor cleanup
2020-09-21 04:40:32 -05:00
Jonathan Chang
e082da45b8
Merge pull request #8754 from jonchang/refactor-git-cmds
...
dev-cmd/pr-pull: refactor and add tests
2020-09-21 18:58:52 +10:00
Issy Long
5dbf31522f
Merge pull request #8766 from issyl0/brew-typecheck-ci
...
dev-cmd/typecheck: Group all automatic updates code into one \`--ci\` switch
2020-09-21 09:39:36 +01:00
Issy Long
bb0fc2764e
dev-cmd/typecheck: Make an --update
switch for automatic updates
...
- This was suggested in https://github.com/Homebrew/brew/pull/8741#discussion_r490949486 .
2020-09-21 08:58:58 +01:00
Mike McQuaid
cd4a3c0588
Merge pull request #8783 from Homebrew/tapioca-update
...
sorbet: update RBI files using Tapioca.
2020-09-21 08:50:29 +01:00
dependabot-preview[bot]
01a093dd54
build(deps): bump regexp_parser from 1.7.1 to 1.8.0 in /Library/Homebrew
...
Bumps [regexp_parser](https://github.com/ammar/regexp_parser ) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/ammar/regexp_parser/releases )
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ammar/regexp_parser/compare/v1.7.1...v1.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-21 05:25:10 +00:00
BrewTestBot
4aa11717ae
sorbet: update RBI files using Tapioca.
...
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml ).
2020-09-21 00:45:25 +00:00
Miccal Matthews
431b9c0742
Merge pull request #8778 from miccal/unpack-strategy-dmg
...
unpack_strategy/dmg: remove deprecated IDME attach flag
2020-09-21 08:05:32 +08:00
Jonathan Chang
08059680f0
diagnostic: fix xattr check
...
Python emits the version on either stderr or stdout based on major
version, so just to be safe let's use popen_read and combine the
output streams.
2020-09-21 01:15:31 +10:00
Jonathan Chang
f6cd7b72f4
Merge pull request #8757 from reitermarkus/desc-the
...
Check for descriptions starting with “the”.
2020-09-20 15:36:27 +10:00
Jonathan Chang
4b4510d22d
dev-cmd/pr-pull: refactor and test autosquash!
2020-09-20 13:44:44 +10:00
Jonathan Chang
99a5aa07ad
dev-cmd/pr-pull: refactor and test signoff!
2020-09-20 13:44:44 +10:00
Jonathan Chang
0bb2c96cfc
dev-cmd/pr-pull: use commit message helper
2020-09-20 13:23:40 +10:00
Jonathan Chang
cdfb1badcf
utils/git: helper function to get commit msg
2020-09-20 13:23:01 +10:00
Jonathan Chang
d116087af6
dev-cmd/pr-pull: tests for bump subject
2020-09-20 13:22:57 +10:00
Jonathan Chang
146664b45f
utils/git: cherry-pick test
2020-09-20 13:21:27 +10:00
Jonathan Chang
d09ebf428f
utils/git: new file_at_commit function
2020-09-20 13:21:27 +10:00
Jonathan Chang
04687aef93
dev-cmd/pr-pull: don't assume a master
branch
2020-09-20 13:21:27 +10:00
Jonathan Chang
415c36041a
dev-cmd/pr-pull: use GitHub API to get PR commits
2020-09-20 13:21:27 +10:00
Markus Reiter
8a40afcc8a
Update vendored Gems.
2020-09-20 03:19:39 +02:00
miccal
54e4be2f64
unpack_strategy/dmg: remove deprecated IDME attach flag
2020-09-19 21:20:25 +08:00
Issy Long
cb027474f5
Merge pull request #8774 from reitermarkus/sorbet-fixes
...
Fix some typechecking errors.
2020-09-19 09:24:45 +01:00
Markus Reiter
78cd6dc0a9
Allow “macOS virtual machines” in descriptions.
2020-09-19 04:30:54 +02:00
Markus Reiter
05a84c5a3f
Explicitly specify block
argument for each
methods.
2020-09-19 02:03:56 +02:00
Markus Reiter
cc3eceb04f
Fix inreplace
signature.
2020-09-19 02:03:56 +02:00
Markus Reiter
e3646c9b4e
Remove unneeded back-references.
2020-09-19 02:03:56 +02:00
Issy Long
191a82d4eb
sorbet/files.yaml: Merge the two false
lists into one
...
- I've been asked a couple of times now what the two different `false:`
lists mean. And the answer is "nothing". So to avoid confusion (and to
stop my YAML linter moaning about duplicate keys), merge the two lists
and re-alphabetize.
2020-09-18 21:57:02 +01:00
Rylan Polster
e686a392c5
bump-formula-pr: add message to check resources
2020-09-18 13:48:28 -04:00
Seeker
cf37ff65ab
pypi: do not use formula name as PyPI package name
2020-09-18 09:40:41 -07:00
Issy Long
7ecb73f9da
sorbet/files.yaml: Preserve newline at EOF
2020-09-18 14:59:04 +01:00
Mike McQuaid
5b70d1b508
Merge pull request #8763 from Homebrew/tapioca-update
...
sorbet: update RBI files using Tapioca.
2020-09-18 14:26:55 +01:00
BrewTestBot
e03a1b822c
sorbet: update RBI files using Tapioca.
...
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml ).
2020-09-18 12:07:30 +00:00
dependabot-preview[bot]
09ce3fc27f
build(deps): bump sorbet-runtime in /Library/Homebrew
...
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet ) from 0.5.5912 to 0.5.5913.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 12:04:58 +00:00
Issy Long
b19be31de7
Merge pull request #8760 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.5913
...
build(deps): bump sorbet from 0.5.5912 to 0.5.5913 in /Library/Homebrew
2020-09-18 13:03:50 +01:00
Issy Long
33a16e599a
Merge pull request #8741 from issyl0/cleanup-files-yaml
...
dev-cmd/typecheck: Programmatically delete old files from `sorbet/files.yaml`
2020-09-18 13:03:10 +01:00
Issy Long
3bf5136e82
dev-cmd/typecheck: Delete old files from sorbet/files.yaml
...
- I was going through the `sorbet/files.yaml` moving various things to
`true`, playing around locally, and happened upon some files that it
was tracking that had been deleted.
- We want to do some automation of new files, but I'm not sure we'd ever
considered the possibility of code being removed. :-D
- This adds a `--prune-files-list` switch and updates the Tapioca GitHub
Actions workflow to use it. Any changes to the `sorbet/files.yaml`
file will be committed as part of the scheduled Tapioca update job.
2020-09-18 12:30:43 +01:00
Steve Peters
c04631320c
upgrade: deduplicate list of outdated dependents
...
Use `uniq` on the list of outdated dependents to remove
duplicates, similar to a change made in #8500 .
2020-09-18 00:58:53 -07:00
dependabot-preview[bot]
ef22d3ee50
build(deps): bump sorbet from 0.5.5912 to 0.5.5913 in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.5912 to 0.5.5913.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 07:05:37 +00:00
Michka Popoff
fd4ed35124
Merge pull request #8755 from MikeMcQuaid/pgrep-pkill
...
test: check for pgrep/pkill for developers/CI.
2020-09-18 07:27:38 +02:00
Nanda H Krishna
65e51dafee
Merge pull request #8577 from nandahkrishna/livecheck-json-progress
...
livecheck: progress bar for JSON output
2020-09-18 07:31:43 +05:30
nandahkrishna
56a8f8f99d
livecheck: fix TTY output for progress bar
2020-09-18 02:41:25 +05:30
nandahkrishna
cf293d0ef5
livecheck: progress bar for JSON output
...
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
Co-authored-by: Dustin Rodrigues <dust.rod@gmail.com>
2020-09-18 02:40:51 +05:30
Markus Reiter
9a48568226
Check for descriptions starting with “the”.
2020-09-17 20:44:09 +02:00