GHC 2017-05-20

6 comments.

, https://git.io/vHUsF in Homebrew/brew
#2644 is adding qualification to core formulae. Something like

```diff
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb
index 3c42b45a1d..c71a640991 100644
--- a/Library/Homebrew/dev-cmd/audit.rb
+++ b/Library/Homebrew/dev-cmd/audit.rb
@@ -323,7 +323,7 @@ class FormulaAuditor
       end
       valid_alias_names = [alias_name_major, alias_name_major_minor]
 
-      if formula.tap
+      if formula.tap && formula.tap != 'homebrew/core'
         valid_alias_names.map! { |a| "#{formula.tap}/#{a}" }
       end
 
```

should fix it.

, https://git.io/vHUt5 in Homebrew/homebrew-core
Not sure what the heck is going on:

```
/usr/local/bin/brew audit --strict /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/imagemagick.rb
imagemagick:
  * Formula has other versions so create a versioned alias:
      cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Aliases
      ln -s ../Formula/imagemagick.rb imagemagick@7
  * Formula has invalid versioned aliases:
      imagemagick@7
```

, https://git.io/vHUtd in Homebrew/homebrew-core
imagemagick 7.0.5-7
===================

Created with `brew bump-formula-pr`.

---

Please remember to
```
brew mirror imagemagick
```
when merging.

, https://git.io/vHUkS in SNH48Live/2017-recap
TODO
====

- [x] Batch up SVG to PNG conversion. Do everything on one webpage.
- [ ] Credit snh48club.com.
- [ ] Show a three-digit index before each performance in `performances.svg`.
- [ ] Note the fact that 袁丹妮 and 冯晓菲 are only counted in their respective original team when generating the team stats. (Or are they? Need to double check but pretty sure I was lazy enough to not implement any double counting mechanism.)

, https://git.io/vHJz1 in jarun/nnn
Sweet. Feel free to ping me.

, https://git.io/vHJzM in jarun/nnn
Um, anything I can help with here?