23806 Commits

Author SHA1 Message Date
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
189d10b32b
workflows/sorbet: Rename from Tapioca as it does more than Tapioca now
- This uses the `--update` switch to do both RBI file updates and pruning of
  deleted files from `sorbet/files.yaml`. The assumption is that only
  this automated task will run this command.
2020-09-21 08:59:33 +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.
2.5.2
2020-09-21 08:50:29 +01:00
Mike McQuaid
c1042af189
Merge pull request #8784 from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-1.8.0
build(deps): bump regexp_parser from 1.7.1 to 1.8.0 in /Library/Homebrew
2020-09-21 08:50:15 +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
d9416d762a
Merge pull request #8782 from jonchang/fix-xattr-doctor
diagnostic: fix xattr check
2020-09-21 01:58:12 +10: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
bad7f5f5e2
Merge pull request #8776 from jonchang/update-docs-autosquash
docs: update for autosquashing
2020-09-20 13:54:52 +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
1d7788077b
Merge pull request #8779 from reitermarkus/gems
Update vendored Gems.
2020-09-20 04:34:44 +02:00
Markus Reiter
8a40afcc8a Update vendored Gems. 2020-09-20 03:19:39 +02:00
Markus Reiter
ad574c02aa
Merge pull request #8768 from phunehehe/patch-1
chmod recursively to satisfy zsh "insecure directories" warning
2020-09-19 21:21:11 +02:00
miccal
54e4be2f64 unpack_strategy/dmg: remove deprecated IDME attach flag 2020-09-19 21:20:25 +08:00
Issy Long
5c2c2f7e2b
Merge pull request #8777 from reitermarkus/checklist-cask
Add homebrew/cask to new maintainer checklist.
2020-09-19 09:46:06 +01: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
c110fb60a6
Merge pull request #8775 from reitermarkus/desc-macos-vm
Allow “macOS virtual machines” in descriptions.
2020-09-19 06:34:58 +02:00
Jonathan Chang
eff71a1c2b docs: update for autosquashing 2020-09-19 14:05:56 +10:00
Markus Reiter
78cd6dc0a9 Allow “macOS virtual machines” in descriptions. 2020-09-19 04:30:54 +02:00
Markus Reiter
61bcb577f9
Add homebrew/cask to new maintainer checklist. 2020-09-19 03:15:34 +02:00
Markus Reiter
7e51c04135
Merge pull request #8772 from issyl0/sorbet-files-yaml-condense-into-one-false-list
sorbet/files.yaml: Merge the two `false` lists into one
2020-09-19 02:51:48 +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
a8a921dfaa
Merge pull request #8758 from Rylan12/bump-formula-pr-resource-message
bump-formula-pr: add message to check resources
2020-09-18 15:12:56 -04:00
Rylan Polster
e686a392c5 bump-formula-pr: add message to check resources 2020-09-18 13:48:28 -04:00
Dawid Dziurla
227da3aa00
Merge pull request #8767 from issyl0/update-pr-template-brew-man
PULL_REQUEST_TEMPLATE: Add a checklist item for `brew man`
2020-09-18 19:31:45 +02:00
Seeker
4f235a1e0b
Merge pull request #8732 from SeekingMeaning/pypi/non-pypi-formulae
pypi: do not use formula name as PyPI package name
2020-09-18 10:20:56 -07:00
Seeker
cf37ff65ab pypi: do not use formula name as PyPI package name 2020-09-18 09:40:41 -07:00
Hoàng Xuân Phú
9725e85357
chmod recursively to satisfy zsh "insecure directories" warning
without `-R` only `share` is updated, leaving `share/zsh/site-functions` unchanged, so the warning won't go away
2020-09-18 11:27:39 -04:00
Issy Long
34ea8cbc9d
PULL_REQUEST_TEMPLATE: Add a checklist item for brew man
- I've been changing command flags recently. I always forget to run
  `brew man`, then I feel bad about causing red CI on my PRs. This has
  happened to others too, so make `brew man` more obvious as a thing
  that one should check.
2020-09-18 16:22:41 +01:00
Issy Long
cc04f3de07
Merge pull request #8765 from issyl0/sorbet-files-yaml-preserve-newline-at-eof
sorbet/files.yaml: Preserve newline at EOF
2020-09-18 15:25:42 +01: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
Issy Long
e9c634beab
Merge pull request #8759 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.5913
build(deps): bump sorbet-runtime from 0.5.5912 to 0.5.5913 in /Library/Homebrew
2020-09-18 13:30:47 +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