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. Dec 06, 2020
    • Markus Reiter's avatar
      Merge pull request #9431 from... · 596b4f62
      Markus Reiter authored
      Merge pull request #9431 from RandomDSdevel/restore-semantically-significant-indentation-lost-accidentally-in-PR-9398
      
      [Library/Homebrew/cli/named_args.rb] `to_formulae_to_casks()`:  Reasssociate its `rescue` Block with the Correct Enclosing Scope
      Unverified
      596b4f62
    • Bryce Glover's avatar
      [Library/Homebrew/cli/named_args.rb] `to_formulae_to_casks()`: Reassociate its · c237223e
      Bryce Glover authored
      `rescue` block with the right enclosing scope.
      
           PR #9398 accidentally removed some semantically significant indentation in
      this function, thus inadvertently kicking the `rescue` block inside out to func-
      tion scope, when it moved its code further up in the file.  This may well not
      confuse a Ruby interpreter, but it could trip human readers up.  Compensate and
      correct the overlooked offending oversight and potential refactoring mistake by
      restoring only that indentation, leaving the function in its new location.
      
      Refs #9398.
      c237223e
    • FX Coudert's avatar
      Merge pull request #9418 from fxcoudert/rosetta2 · f901b57b
      FX Coudert authored
      brew: re-exec under native arch if requested
      Unverified
      f901b57b
  2. Dec 05, 2020
  3. Dec 04, 2020
  4. Dec 03, 2020
Loading