rmnull
35328ed535
[draft] refactoring keg_relocate to use ELFShim#interpreter instead of .with_interpreter?
2020-06-26 05:34:41 +05:30
Eric Knibbe
db998860f1
Merge pull request #7831 from EricFromCanada/fix-help-output
...
docs: fixes for help output
2020-06-25 13:08:48 -04:00
Dawid Dziurla
942722ad64
Merge pull request #7830 from vladimyr/crystal
...
create: add --crystal option
2020-06-25 18:50:26 +02:00
Dario Vladovic
519c339261
create: add --crystal option
2020-06-25 18:23:06 +02:00
Rylan Polster
59f622d4ba
Merge pull request #7823 from Rylan12/rubocop-dstr-string-content
...
RuboCop string_content keep string interpolation
2020-06-25 12:19:27 -04:00
EricFromCanada
910c85f782
docs: improve commands' help output
2020-06-25 12:01:52 -04:00
EricFromCanada
e62137133e
docs: fix comment help output
2020-06-25 11:59:42 -04:00
Frank Lam
644ae115f5
Prepare inline patch specs
2020-06-25 22:29:34 +08:00
Lionell
ff7a80ebf5
Merge branch 'master' into license
2020-06-25 21:51:39 +08:00
William Ma
f03336bb40
uninstall: Clean up cask-appdir after tests
2020-06-25 09:13:02 -04:00
lionellloh
6a05e3663a
Remove Homebrew.failed=true
2020-06-25 21:06:29 +08:00
Rylan Polster
cb187f6846
RuboCop string_content keep string interpolation
2020-06-25 09:05:43 -04:00
lionellloh
2cf0ac9ed5
update-spdx-data: use a more specific file path
2020-06-25 20:34:06 +08:00
lionellloh
77a8ff51da
single quotes -> double quotes
2020-06-25 19:20:26 +08:00
lionellloh
1b9cbf1bf1
changed method of fetching license data
2020-06-25 19:05:41 +08:00
Mike McQuaid
ac0665daff
Refer to default branch in links with HEAD
...
Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This
will make life easier if we ever rename our default branch in future
(once/if Git and GitHub provides the necessary tooling to do so).
2020-06-25 11:38:40 +01:00
Lionell
5aa0eb487e
rename spec file
2020-06-25 17:51:47 +08:00
Lionell
eb38890f3c
change back to open because File.open does not work on URLs
2020-06-25 17:46:28 +08:00
Lionell Loh Jian An
22baff39bc
Apply suggestions from code review
...
Applying style-related suggestions from code review
Co-authored-by: Dario Vladović <d.vladimyr@gmail.com>
2020-06-25 15:36:55 +08:00
Lionell
57fd1fdc7e
Merge branch 'master' into license
2020-06-25 13:42:27 +08:00
Issy Long
1f770270b4
Merge pull request #7820 from vidusheeamoli/add-new-files
...
Sorbet: update hidden definitions
2020-06-24 23:10:04 +01:00
lionellloh
0304545d0c
use File.open instead of Kernel.open
2020-06-25 05:46:33 +08:00
lionellloh
fbd5c32d22
bunch of style fixes
2020-06-25 05:46:18 +08:00
vidusheeamoli
0f9319cc43
sorbet: update hidden definitions
2020-06-25 03:14:32 +05:30
vidusheeamoli
715cb744a0
srb/tapioca: update rbi of recently bumped gems
2020-06-25 03:12:07 +05:30
lionellloh
2970abdc73
spdx.json: new version
2020-06-25 05:10:42 +08:00
lionellloh
37541704b8
update-license-data: style fixes
2020-06-25 05:10:29 +08:00
lionellloh
3f267a8fc9
audit: fix callers to call get_repo_data only if @new_formula
2020-06-25 05:09:56 +08:00
William Ma
e733fa16a2
uninstall: Refactor to use AbstractCommand instead of declaring a class method
2020-06-24 15:08:42 -04:00
William Ma
d1004c8143
reinstall: Add ability to reference casks from brew reinstall
2020-06-24 15:03:35 -04:00
William Ma
5900263cab
args: Add resolved_formulae_and_unknowns
2020-06-24 14:53:03 -04:00
William Ma
16f16f3a38
uninstall: Add test for uninstalling cask
2020-06-24 14:10:49 -04:00
Mike McQuaid
f7c7e2e793
Merge pull request #7818 from Bo98/big-sur-test-fixtures
...
test/support/fixtures/bottles: add Big Sur fixtures
2020-06-24 17:06:26 +01:00
Mike McQuaid
be2dd90328
Merge pull request #7817 from Bo98/big-sur-system-linkage
...
linkage_checker: handle system libraries on Big Sur
2020-06-24 17:06:11 +01:00
William Ma
90c26dadc7
uninstall: Add ability to reference casks from brew uninstall
2020-06-24 11:59:55 -04:00
William Ma
cbfea6c125
args: Add field for kegs and unknowns
2020-06-24 11:59:07 -04:00
Bo Anderson
04cebe30dc
test/support/fixtures/bottles: add Big Sur fixtures
2020-06-24 16:31:48 +01:00
Bo Anderson
9c4aaa9719
linkage_checker: handle system libraries on Big Sur
2020-06-24 16:27:57 +01:00
Lionell
221fd4f7c6
wrong spdx to test exit code output
2020-06-24 21:12:10 +08:00
Lionell
992a30d02a
spdx: commit correct version of license data to test exit code
2020-06-24 21:06:45 +08:00
Lionell
4832a5aa05
audit: modified problem statement to match
2020-06-24 20:43:33 +08:00
Mike McQuaid
b39a3ca02f
os/mac/utils/bottles: support ARM bottles.
...
This will be eventually needed for Big Sur.
2020-06-24 12:00:56 +01:00
Lionell
ac818ec556
commit older version to test git command
2020-06-24 18:50:46 +08:00
Lionell Loh Jian An
9845091f4d
Apply suggestions from code review
...
license: code review changes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-24 18:32:53 +08:00
Mike McQuaid
c250227750
test/spec_helper: fix needs_svn.
...
Use the shim to find a valid Subversion.
2020-06-24 10:37:36 +01:00
Mike McQuaid
58cc7dd96c
utils/svn_spec: use shim to detect Subversion presence.
2020-06-24 10:37:36 +01:00
Mike McQuaid
f8091a4d51
shims/scm: handle missing Subversion on Catalina.
...
Fixes https://github.com/Homebrew/brew/issues/7781
2020-06-24 10:37:36 +01:00
Mike McQuaid
1dbbb5e58c
Merge pull request #7789 from MLH-Fellowship/cask-integration
...
Integrate `--cache` and `home` with cask
2020-06-24 09:02:25 +01:00
Mike McQuaid
eda03e9d3b
Merge pull request #7695 from Rylan12/audit-safe_popen_read
...
Use Utils.safe_popen_read instead of Utils.popen_read
2020-06-24 09:00:07 +01:00
Mike McQuaid
85425691c4
Merge pull request #7810 from sjackman/big-sur
...
OS::Mac::Version: Change 11.00 to 11.0
2020-06-24 08:59:25 +01:00