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 .
- Aug 21, 2020
-
-
Mike McQuaid authored
-
Issy Long authored
-
Issy Long authored
- This'll stop needs-response[bot] from moaning at us.
-
Issy Long authored
- The github-actions[bot] PRs don't to trigger CI runs, and are hence unmergeable without manual intervention.
-
vidusheeamoli authored
- Tapioca is a companion gem to Sorbet that generates RBI files for the Ruby gems in a project. - Whenever Dependabot updates a gem, Tapioca has to regenerate that gem's RBI files so that Sorbet can accurately assess the state of the typing of a codebase. - We also must regenerate Sorbet's view of [things defined at runtime](https://sorbet.org/docs/rbi#the-hidden-definition-rbi ): this is what it calls `hidden-definitions`. - Obviously, this got tedious to do manually. So here's an Action that runs every three days and raises a PR if there are any changes. Co-authored-by:
Vidushee Amoli <vidushee.amoli@gmail.com> Co-authored-by:
Issy Long <me@issyl0.co.uk> Co-authored-by:
Jonathan Chang <jchang641@gmail.com> Co-authored-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
cask/exceptions: fix super calls.
-
Mike McQuaid authored
Ensure that we always pass no arguments here.
-
Alexander Bayandin authored
utils/pypi: add salt to blocklist
-
Mike McQuaid authored
License style cleanup
-
Alexander Bayandin authored
-
Mike McQuaid authored
-
Dawid Dziurla authored
Consistently use HOMEBREW_RUBY_WARNINGS when calling ruby
-
Alexander Bayandin authored
audit: add CERT_ERROR_ALLOWLIST
-
Markus Reiter authored
Refactor and document `PkgVersion`.
-
Markus Reiter authored
cask/artifact/symlinked: do not overwrite files or symbolic links
-
Dawid Dziurla authored
extend/os/mac: install svn on catalina and newer
-
- Aug 20, 2020
-
-
Alexander Bayandin authored
-
Rylan Polster authored
-
Rylan Polster authored
-
Rylan Polster authored
-
Rylan Polster authored
-
Mike McQuaid authored
cmd/update-report: fix output of new casks
-
Dawid Dziurla authored
Adding this in `dev-cmd/ruby.rb` allows us to suppress warnings like: ``` /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/language/python.rb:8: warning: Insecure world writable dir /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/scm in PATH, mode 040777 ```
-
Mike McQuaid authored
prof: improve `brew prof` functionality.
-
miccal authored
-
Mike McQuaid authored
- Add `--stackprof` to allow using stackprof - Use the latest version of `ruby-prof` - Automatically open the generated HTML output
-
Mike McQuaid authored
cmd/update-report: consistency across formulae and casks
-
Markus Reiter authored
-
Markus Reiter authored
Refactor and document `Options`.
-
Markus Reiter authored
Refactor and document `Language::Python`.
-
Dawid Dziurla authored
audit: return if no github license were found
-
Dawid Dziurla authored
Co-authored-by:
Rylan Polster <rslpolster@gmail.com>
-
Markus Reiter authored
Fix missing methods in cask DSL.
-
Markus Reiter authored
-
Maxim Belkin authored
utils/repology.rb: fix "String can't be coerced into Integer"
-
Seeker authored
os: add `kernel_version`
-
Seeker authored
-
Maxim Belkin authored
-
Dawid Dziurla authored
-
Dawid Dziurla authored
Switch `greedy` argument to a keyword
-