This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 26, 2020
-
-
vidusheeamoli authored
-
Issy Long authored
sorbet: set utils/inreplace.rb to true
-
vidusheeamoli authored
-
vidusheeamoli authored
- Sorbet gives preference to class methods over methods defined in included modules, hence Sorbet was unavailable to resolve the definition of the gsub! method. - The gsub! method in StringInreplaceExtension conflicts with the definition in String. - This PR refactors the call to the gsub! method so that a custom object is exposed instead of a string.
-
Jonathan Chang authored
increase readall test timeout
-
Jonathan Chang authored
use main branch for setup-ruby action
-
Dustin Rodrigues authored
re-enable build from source for install, reinstall, upgrade
-
Dustin Rodrigues authored
-
Dustin Rodrigues authored
-
Dustin Rodrigues authored
-
Jonathan Chang authored
Bug Fix: "Error: DYNAMIC segment not found, might be a statically-linked ELF?" at linking stage
-
rmnull authored
-
Issy Long authored
bintray: Fix "uninitialized constant EnvConfig" errors
-
Issy Long authored
- This fix was suggested by Sorbet when I ran `HOMEBREW_SORBET=1 bundle exec srb tc` on the latest `master` while playing around with the latest changes post-GSoC meeting. - Then I noticed it was actually a bug, introduced in adc36a05, found by us not being able to publish bottles for [this build of the `n` formula](https://github.com/Homebrew/homebrew-core/runs/910309641?check_suite_focus=true) in https://github.com/Homebrew/homebrew-core/pull/58606: ``` [master 31d32307bd] n: update 6.7.0 bottle. 1 file changed, 3 insertions(+), 3 deletions(-) curl: (22) The requested URL returned error: 404 Not Found Error: uninitialized constant Bintray::EnvConfig /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:28:in `open_api' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:43:in `upload' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:186:in `block (2 levels) in upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:158:in `each' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:158:in `block in upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:153:in `each' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/bintray.rb:153:in `upload_bottle_json' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/pr-upload.rb:54:in `pr_upload' /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:111:in `<main>' Error: Failure while executing; `/home/linuxbrew/.linuxbrew/bin/brew pr-upload --verbose --bintray-org=homebrew` exited with 1. ```
-
Markus Reiter authored
Refactor usages of global `Homebrew.args`.
-
Dustin Rodrigues authored
audit: add gitless and telegram-cli to prerelease list
-
- Jul 25, 2020
-
-
Adrian Ho authored
In support of #8075. Both formulae been on prerelease up till now.
-
Dustin Rodrigues authored
curl: alert on 301 redirect
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Shaun Jackman authored
Introduce ELFShim#rpath. Refactor keg_relocate to use the same. Return nil on no DT_RPATH, DT_RUNPATH, DT_SONAME, PT_INTERP.
-
Maxim Belkin authored
Detect unexpected linkage
-
rmnull authored
-
rmnull authored
-
rmnull authored
-
rmnull authored
refines PatchELF #runpath, #rpath #soname #interpreter to return nil. let Brew hard exits on PatchELF::PatchError. Co-authored-by:
Shaun Jackman <sjackman@gmail.com> Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jul 24, 2020
-
-
Dustin Rodrigues authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Maxim Belkin authored
-