-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.0.3 update not so smooth #25
Comments
The 🍺 emoji printed by Homebrew is U+1F37A. |
Ah, brilliant. I'm sure that's worth the trouble it causes. |
This is a bug introduced when I updated Homebrew last. It's because the formulae in my tap have the same names as formulae in Homebrew main, so when I ask Homebrew what is installed and outdated, if the formulae in my tap aren't advertising the same version as what is being advertised by the formulae in Homebrew main, it can get confused. The solution is for me to not update the main Homebrew formulae without also updating the formulae in my tap. I'd done this with most of the other formulae, but zeromq slipped through. This should be fixed now. Solving JuliaLang/julia#4201 wouldn't help this particular issue much, but here's what it would do; I currently run
Solving JuliaLang/julia#4201 would make it so the user has a lot more control over when packages on their system get updated, and is a better design overall. Even something as simple as an [pao: issue links] |
Ok, seems like there's nothing to see here. Closing. Let's talk about the update issue on the other thread. |
Documented here: https://gist.github.com/StefanKarpinski/3da9dbf031b5b059ce00. For some reason GitHub issues won't let me post this output, claiming
which is bullshit as far as I can tell, but whatever. Is this due to JuliaLang/julia#4201? If so, let's talk about how to fix it. I think it's about time we tackle that.
The text was updated successfully, but these errors were encountered: