ylht
75a38b7187
refactor the format
2021-07-19 10:02:19 +08:00
ylht
e5986dba6c
cmd/doctor: repair xattr
not find
2021-07-19 09:55:30 +08:00
Rylan Polster
aaaf92b905
update-report: still report homebrew/core changes if they are updated
2021-07-17 12:48:02 -04:00
Rylan Polster
672f6dc3d7
formula: fix latest_version_installed?
for HOMEBREW_JSON_CORE
2021-07-16 12:14:15 -04:00
Rylan Polster
a1ecb02736
update-report: don't try to report Homebrew/core if not needed
2021-07-16 11:35:51 -04:00
Eric Knibbe
fba8dd6705
Merge pull request #11713 from EricFromCanada/version-new-suffix
...
version: check for both cases in suffix
2021-07-16 08:48:04 -04:00
Mike McQuaid
d79cd8bd28
Merge pull request #11726 from hyuraku/installed_dependents-reject_build_formula
...
installed_dependents: reject build formula
2021-07-16 13:42:03 +01:00
EricFromCanada
5519a0b379
version: check for both cases in suffix
2021-07-16 08:28:15 -04:00
Mike McQuaid
ba8c4ce89f
installed_dependents: tweak comment.
2021-07-16 13:13:12 +01:00
hyuraku
2888d050f7
reject build and test dependency
2021-07-16 21:02:38 +09:00
Rylan Polster
a4e093ded0
Merge pull request #11715 from Rylan12/json-improvements
...
Improvements to JSON bottle handling
2021-07-16 01:50:59 -04:00
Nanda H Krishna
83821cf4df
Merge pull request #11719 from nandahkrishna/commands
...
commands: remove `diy`, add `lc` alias for `livecheck`
2021-07-15 23:32:15 +05:30
hyuraku
a61d1a7072
repair CaskDependent#runtime_dependencies
2021-07-15 23:49:41 +09:00
hyuraku
3a6c998ad7
repair style and comment
2021-07-15 22:40:32 +09:00
hyuraku
5de162f71a
installed_dependents: reject build formula
2021-07-15 21:48:21 +09:00
Rylan Polster
2524e80196
Revert outdated changes to brew info
2021-07-14 18:20:23 -04:00
Rylan Polster
fb04053833
info: show accurate bottle information
2021-07-14 18:16:23 -04:00
BrewTestBot
c9ddbc3780
Update RBI files for rubocop-ast.
2021-07-14 18:09:38 +00:00
BrewTestBot
f455c3a3a9
brew vendor-gems: commit updates.
2021-07-14 18:07:33 +00:00
dependabot[bot]
44677fe373
build(deps): bump rubocop-ast from 1.7.0 to 1.8.0 in /Library/Homebrew
...
Bumps [rubocop-ast](https://github.com/rubocop-hq/rubocop-ast ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-ast/releases )
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop-ast/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: rubocop-ast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 18:03:20 +00:00
Nanda H Krishna
5ec685951e
commands: remove diy
, add lc
for livecheck
2021-07-14 21:55:38 +05:30
Rylan Polster
3e01e02a02
Improvements based on code review
2021-07-14 10:19:29 -04:00
Rylan Polster
c5df900936
BottleAPI: support :all
bottles
2021-07-14 10:14:48 -04:00
Mike McQuaid
82c5756690
dev-cmd/bottle: use native Ruby.
...
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-07-14 11:45:03 +01:00
Mike McQuaid
721ed8542b
dev-cmd/bottle: fixup macOS symlink permissions.
...
These can be changed on macOS but not on Linux so we need to make them
consistent in both places for `all:` bottles to have consistent
checksums.
I investigated adding to `cleaner.rb` to fix these symlink permissions
on installation but it seems it already happens by default when
extracting so there's no need.
2021-07-14 10:31:25 +01:00
Rylan Polster
98713e9cd1
BottleAPI: only fetch dependencies if they are outdated locally
2021-07-14 02:39:32 -04:00
Rylan Polster
a0f7711ab6
update: don't update homebrew/core for preinstall if using JSON
2021-07-14 02:13:23 -04:00
Rylan Polster
91fffeeff6
info: show latest version
2021-07-14 00:26:09 -04:00
BrewTestBot
dff24049de
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-07-14 00:11:21 +00:00
Dawid Dziurla
2a9f962747
Merge pull request #11691 from dawidd6/fetch-bottle-tag
...
fetch: add --bottle-tag flag
2021-07-13 18:51:42 +02:00
Dawid Dziurla
793371a348
fetch: add --bottle-tag flag
2021-07-13 18:03:04 +02:00
Mike McQuaid
bd627d86ca
Merge pull request #11709 from hyuraku/formula_auditor_repiar-audit_versioned_keg_only
...
formula_auditor:repiar audit_versioned_keg_only
2021-07-13 16:29:44 +01:00
hyuraku
57911f479a
formula_auditor: repair audit_specs
2021-07-13 21:55:47 +09:00
hyuraku
2e80eb060e
formula_auditor:repiar audit_versioned_keg_only
2021-07-13 21:20:49 +09:00
Rylan Polster
e344cb6aff
Merge pull request #11648 from Rylan12/homebrew-json
...
Install formulae from JSON files
2021-07-13 02:54:49 -04:00
Rylan Polster
1973e72015
BottleAPI: fix tests
2021-07-13 02:29:03 -04:00
BrewTestBot
e5e2674c15
Update RBI files for rubocop-rails.
2021-07-12 18:10:12 +00:00
BrewTestBot
d0fea51e8b
brew vendor-gems: commit updates.
2021-07-12 18:08:06 +00:00
dependabot[bot]
6750f97a4f
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.11.2...v2.11.3 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 18:04:20 +00:00
Mike McQuaid
0682239298
cmd/install: output missing formula name.
...
Otherwise if there's no search results then there's no indication what
was being searched for:
```
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
```
2021-07-12 12:07:10 +01:00
Rylan Polster
1e34b69cd4
Prioritize installing from JSON if env var is set
2021-07-12 03:23:42 -04:00
Rylan Polster
68c2be5c17
BottleAPI: add tests
2021-07-12 03:03:29 -04:00
Issy Long
c52c694e12
rubocop: Remove atlantis
formula whitelist flag from being allowed
...
- This was changed in 9f39d2e405
..
2021-07-10 13:39:14 +01:00
Issy Long
6ce59fef8b
dev-cmd/typecheck: error-white-list
renamed to isolate-error-code
...
- It was renamed in
4ea6842988
which is included in the ancient version we're using.
2021-07-10 00:30:08 +01:00
Mike McQuaid
5659d74ff5
Merge pull request #11646 from chenrui333/add-test-epub
...
fixtures: add test.epub
2021-07-09 17:15:25 +01:00
Rui Chen
b28f14aac2
fixtures: add test.epub
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-07-09 11:39:58 -04:00
Nanda H Krishna
625d9db5f4
Merge pull request #11661 from nandahkrishna/merge-no-bottles
...
`brew pr-pull`: handle label for merging without bottles
2021-07-09 17:50:31 +05:30
Carlo Cabrera
805f0ba3c7
Merge pull request #11666 from carlocab/optim-block
...
extend/ENV/super: allow `O{1,0}` to accept a block
2021-07-08 11:38:42 -07:00
Carlo Cabrera
2599cccc81
Add comment for in-source style exception
2021-07-08 19:16:39 +01:00
BrewTestBot
640663eba7
Update RBI files for parser.
2021-07-08 18:09:45 +00:00