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. May 08, 2016
    • Mike McQuaid's avatar
      Add support for testing generic OS. · ddb576b5
      Mike McQuaid authored
      If the environment variable HOMEBREW_TEST_GENERIC_OS is set ensure that
      neither Mac nor Linux-specific code is loaded. This allows easier
      testing of cross-platform code on OS X and will make it easier to port
      Homebrew to platforms other than OS X and Linux.
      ddb576b5
    • Dominyk Tiller's avatar
      languages: flag missing dependency requirement (#194) · c5520d00
      Dominyk Tiller authored
      This is in part designed to handle situations described in https://github.com/Homebrew/legacy-homebrew/issues/42273
      where we tell someone to install a special dependency, but because we (rightly, IMO)
      resolve special dependencies first users can end up being told to execute a command
      on a tool that isn't yet installed and isn't immediately obvious how to install it.
      
      In the situation raised there, with the `sile` formula people are being told to
      `luarocks install xyz` but we hadn't installed Lua for them first, so they just
      get a `command not found: luarocks` message. Perhaps it should be obvious enough
      how to install said tools by looking at the formula's dependencies,
      but it's not a huge burden on us to make life easier than that.
      
      Shuffled over from https://github.com/Homebrew/legacy-homebrew/pull/42576.
      c5520d00
  2. May 07, 2016
  3. May 06, 2016
  4. May 05, 2016
  5. May 04, 2016
  6. May 03, 2016
  7. May 02, 2016
  8. May 01, 2016
Loading