Skip to content
Snippets Groups Projects
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 .
  1. Sep 16, 2020
  2. Sep 08, 2020
  3. Sep 05, 2020
  4. Sep 01, 2020
  5. Aug 26, 2020
  6. Aug 23, 2020
  7. Aug 20, 2020
  8. Aug 19, 2020
  9. Aug 17, 2020
  10. Aug 15, 2020
  11. Aug 14, 2020
  12. Aug 12, 2020
  13. Aug 07, 2020
  14. Aug 06, 2020
  15. Aug 04, 2020
  16. Aug 02, 2020
  17. Aug 01, 2020
  18. Jul 31, 2020
  19. Jul 29, 2020
  20. Jul 28, 2020
  21. Jul 27, 2020
  22. Jul 26, 2020
    • Dawid Dziurla's avatar
      bump-formula-pr: fix when no 'version' stanza in formula found · 1e805e04
      Dawid Dziurla authored
      Without this fix, a command like:
      
          `brew bump-formula-pr --version=0.3.3 --tag=v0.3.3 --revision=... test-formula-git-revision`
      
      will fail because:
      
      ```
      Error: no implicit conversion of nil into String
      /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/bump-formula-pr.rb:281:in `escape'
      /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/bump-formula-pr.rb:281:in `bump_formula_pr'
      /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:111:in `<main>'
      ```
      
      Additionally, reject all `nil` replacement pairs by calling `compact`
      method.
      Unverified
      1e805e04
  23. Jul 20, 2020
  24. Jul 18, 2020
  25. Jul 16, 2020
Loading