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. Jul 27, 2016
  2. Jul 26, 2016
  3. Jul 25, 2016
  4. Jul 24, 2016
  5. Jul 21, 2016
  6. Jul 20, 2016
  7. Jul 19, 2016
    • Andrea Kao's avatar
      tests: add cmd/irb integration test (#501) · 4f95f7ff
      Andrea Kao authored
      4f95f7ff
    • Andrea Kao's avatar
      4b40a87c
    • Martin Afanasjew's avatar
      test-bot: fix coverage on Travis CI · 5768e32a
      Martin Afanasjew authored
      
      Make sure to call `brew tests` only once with `--coverage` to avoid
      expensive multiple runs and to prevent later runs from overwriting
      previously sent results to Coveralls. (The previous setup overwrote the
      results from a regular run with results from the `--generic` run.)
      
      The `--no-compat` variant without any other options specified seemed to
      be the most appropriate for a coverage report.
      
      Closes #546.
      
      Signed-off-by: default avatarMartin Afanasjew <martin@afanasjew.de>
      5768e32a
    • Martin Afanasjew's avatar
      tests: use SimpleCov 0.12.0 and Coveralls 0.8.14 · 9cf508c6
      Martin Afanasjew authored
      SimpleCov 0.12.0 brings some moderate speed improvements and soon (sadly
      not yet) can be switched back to a stable release. Update to matching
      Coveralls release, fortunately with fewer dependencies than before.
      9cf508c6
    • Martin Afanasjew's avatar
      tests: strip Homebrew prefix from coverage report · c6983aad
      Martin Afanasjew authored
      Make `Library/Homebrew` the new root now that *all* implementation files
      are in this directory. Update filters/groups accordingly.
      
      Note that paths in filters/groups are not anchored at the root and are
      always matched against the full path. Our rules are effectively anchored
      because they always include the `/Homebrew/` path component.
      c6983aad
    • ilovezfs's avatar
      inreplace: support for audit arg in non-block form · 45bfd2b9
      ilovezfs authored
      
      Provides feature parity between the block and non-block forms of
      inreplace by creating a four-argument version of the non-block form,
      where the fourth argument is an optional Boolean value, defaulting to
      true, which specifies whether a failed inreplace should cause an
      InreplaceError error to be raised. The fourth argument is passed along
      to StringInreplaceExtension#gsub!, which already supports an optional
      audit_result argument.
      
      This resolves the Catch-22 that single replacements aren't permissible
      in the block form (in that they now cause `brew audit` to complain), but
      the audit_result argument is not available in the non-block form.
      
      Closes #552.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      45bfd2b9
  8. Jul 18, 2016
  9. Jul 17, 2016
  10. Jul 16, 2016
Loading