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. Nov 20, 2016
  2. Nov 19, 2016
    • Markus Reiter's avatar
    • Kaito Udagawa's avatar
      install: suppress redundunt warnings with `depends_on` requirement · 61c8fff0
      Kaito Udagawa authored
      When a formula depends on any requirements, they evaluated at most three times:
      before locking, before installing dependent, before building formula.
      When a non-fatal requirement is specified and thus evaluated three times,
      mostly the same warning message is also emitted three times.
      
      This change restricts printing the warning messages only when a bottle is
      successfully installed or before building.
      Since this timing is after the final dependency computation for each cases,
      the warnings will be most useful to check what is not yet satisfied.
      61c8fff0
  3. Nov 18, 2016
  4. Nov 17, 2016
  5. Nov 16, 2016
Loading