Rylan Polster
5ca03ab4e4
Merge pull request #10634 from Rylan12/regex-parens
...
style: require parentheses around regex arguments
2021-02-19 14:39:25 -05:00
Rylan Polster
3edf569f7e
style: require parentheses around regex arguments
2021-02-19 14:16:27 -05:00
Nanda H Krishna
63175498ed
Merge pull request #10625 from Homebrew/revert-10624-revert-10607-update-issue-templates
...
.github/ISSUE_TEMPLATE/{bug,feature}.yml: update syntax.
2021-02-20 00:36:43 +05:30
Dustin Rodrigues
c8e99e5185
python: stop passing no-user flag on installation
2021-02-19 12:49:10 -05:00
nandahkrishna
83255527f3
Add workflow to automate manpage updates
2021-02-19 22:30:56 +05:30
Dustin Rodrigues
81e3aa899d
update-report: use appropriate pronoun in update message
2021-02-19 11:58:01 -05:00
Bo Anderson
3ff5795ae1
Merge pull request #10652 from danielnachun/revert-gcc-linkage-fix
...
cc: revert change to remove linker flag
2021-02-19 02:48:56 +00:00
Bo Anderson
5d9928ba6c
Merge pull request #10653 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2021-02-19 01:30:45 +00:00
BrewTestBot
8f7d1954bb
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-02-19 00:52:43 +00:00
Bo Anderson
41bf1c1c1b
Merge pull request #10646 from Bo98/deps
...
Update dependencies
2021-02-19 00:15:37 +00:00
danielnachun
b2094065fb
cc: prepend gcc libs to args when gcc is a dependency
2021-02-18 16:15:28 -08:00
Mike McQuaid
d1d52e4cb2
Merge pull request #10645 from MikeMcQuaid/macos-to-linux-tests
...
workflows/tests: move more macOS tests to Linux.
2021-02-18 21:21:55 +00:00
Mike McQuaid
f09c428099
workflows/tests: move more macOS tests to Linux.
...
`brew style` is OS independent so let's run all the `brew style` tests
on Linux rather than macOS.
2021-02-18 18:21:16 +00:00
Mike McQuaid
baf61b2dbc
Merge pull request #10642 from Bo98/formulary-remove_const
...
formulary: remove consts on cache clear
2021-02-18 18:15:44 +00:00
Mike McQuaid
8d80bcf1a6
Merge pull request #10643 from MikeMcQuaid/sponsors-code-tweaks
...
dev-cmd/sponsors: tweak code.
2021-02-18 18:02:11 +00:00
Michka Popoff
ef8771ae46
Merge pull request #10606 from danielnachun/fix-gcc-linkage
...
cc: remove unneeded linker flag when building with GCC on Linux
2021-02-18 18:52:59 +01:00
Mike McQuaid
e03a14e41a
Merge pull request #10648 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.1.3
...
build(deps): bump activesupport from 6.1.2.1 to 6.1.3 in /Library/Homebrew
2021-02-18 17:47:27 +00:00
Mike McQuaid
3929abcd04
Merge pull request #10640 from MikeMcQuaid/bottle_source_fallback_default
...
Make HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK default
2021-02-18 17:42:25 +00:00
Bo Anderson
2da368121c
Merge pull request #10647 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2021-02-18 15:02:49 +00:00
BrewTestBot
01f207b6a4
Update RBI files for activesupport.
2021-02-18 05:59:59 +00:00
BrewTestBot
5f72849398
brew vendor-gems: commit updates.
2021-02-18 05:59:08 +00:00
dependabot[bot]
09c27a7e25
build(deps): bump activesupport in /Library/Homebrew
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.1.2.1 to 6.1.3.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.1.3/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.1.2.1...v6.1.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18 05:56:55 +00:00
BrewTestBot
0fe758dcb2
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-02-18 00:51:50 +00:00
Nanda H Krishna
53d840c969
Merge pull request #10635 from nandahkrishna/bump-cask-support
...
dev-cmd/bump: add cask support
2021-02-18 02:35:34 +05:30
Nanda H Krishna
c454257ab0
Merge pull request #10636 from nandahkrishna/fix-cask-eql
...
Fix eql? in Cask::Cask
2021-02-18 02:35:32 +05:30
Bo Anderson
76df8c52d3
Update dependencies
2021-02-17 21:04:47 +00:00
Nanda H Krishna
7dc8025934
Merge pull request #10626 from nandahkrishna/refactor-github-api
...
utils/github: split GitHub module
2021-02-18 01:20:01 +05:30
nandahkrishna
f7c8810214
utils/github/api: remove 'api' from method names
2021-02-17 23:47:05 +05:30
Mike McQuaid
a85ad91b43
dev-cmd/sponsors: tweak code.
...
- add named constants
- change an unless to if
2021-02-17 17:53:10 +00:00
Bo Anderson
90e9d17789
formulary: remove consts if loading failed
2021-02-17 17:38:16 +00:00
nandahkrishna
6d948bf6ab
utils/github: add wrapper for GitHub API method
2021-02-17 23:04:15 +05:30
Bo Anderson
da9e42f312
formulary: remove consts on cache clear
2021-02-17 17:13:06 +00:00
Mike McQuaid
22e591e531
Make HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK default
...
- Remove `HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK` and make the behaviour
the default. We mostly already do this since we added the need for
the `--build-from-source` override on macOS. This allows us to
delete some more code.
- Still fail and require `--build-from-source` when reinstalling or
upgrading if failing on a formula-specific reason e.g. the CLT is
not/no longer installed, you're using a non-default prefix.
Fixes #10623
2021-02-17 13:51:53 +00:00
Mike McQuaid
431e448c9e
Merge pull request #10641 from hyuraku/ISSUE_TEMPLATE/config-repair-issue-on-cask
...
ISSUE_TEMPLATE/config: repair issue on cask
2021-02-17 13:46:08 +00:00
hyuraku
8eb18eb698
ISSUE_TEMPLATE/config: repair issue on cask
2021-02-17 22:11:38 +09:00
Mike McQuaid
fa638d29d8
Merge pull request #10631 from MikeMcQuaid/autoupdate-more-commands
...
env_config: auto update updates more commands.
2021-02-17 10:27:25 +00:00
Mike McQuaid
660dff54c9
Merge pull request #10638 from Homebrew/dependabot/bundler/Library/Homebrew/warning-1.2.0
...
build(deps): bump warning from 1.1.0 to 1.2.0 in /Library/Homebrew
2021-02-17 09:27:14 +00:00
BrewTestBot
5a4ec39dba
Update RBI files for warning.
2021-02-17 06:00:47 +00:00
BrewTestBot
91923076ff
brew vendor-gems: commit updates.
2021-02-17 05:59:58 +00:00
dependabot[bot]
9bd100bb52
build(deps): bump warning from 1.1.0 to 1.2.0 in /Library/Homebrew
...
Bumps [warning](https://github.com/jeremyevans/ruby-warning ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyevans/ruby-warning/releases )
- [Changelog](https://github.com/jeremyevans/ruby-warning/blob/master/CHANGELOG )
- [Commits](https://github.com/jeremyevans/ruby-warning/compare/1.1.0...1.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 05:57:53 +00:00
Greg Brimble
bac714a600
Add hyperlinks for election methods
2021-02-17 00:26:03 +00:00
Greg Brimble
ec665c45c7
Apply suggestions
...
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
2021-02-17 00:23:28 +00:00
Greg Brimble
9318c72af8
Specify Meek STV election for PLC & Schulze Condorcet election for Project Leader
2021-02-16 21:35:24 +00:00
nandahkrishna
88f78c4523
dev-cmd/bump: rescue if livecheck_result errors
2021-02-17 02:36:29 +05:30
nandahkrishna
bf60e2da3d
utils/repology: add constants for repository names
2021-02-17 02:12:18 +05:30
nandahkrishna
a0b7580dc4
Fix eql? in Cask::Cask
2021-02-17 01:18:25 +05:30
nandahkrishna
24bb6040a7
dev-cmd/bump: add cask support
2021-02-17 00:42:07 +05:30
Mike McQuaid
74fd6c823c
Merge pull request #10632 from hyuraku/completions-delete-brew-cask-check
...
completions: delete brew-cask check
2021-02-16 13:57:17 +00:00
hyuraku
8cb80fc2d6
completions: delete brew-cask check
2021-02-16 20:56:19 +09:00
Mike McQuaid
5d01825dce
Merge pull request #10629 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.10.0
...
build(deps): bump rubocop from 1.9.1 to 1.10.0 in /Library/Homebrew
2021-02-16 09:59:53 +00:00