-
Notifications
You must be signed in to change notification settings - Fork 81
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
Fix patchwork naming issue on OSX #130
Conversation
julia> using Compose #this branch, julia release-0.3 head
julia> Compose.Patchable
ERROR: Patchable not defined
julia> Pkg.installed("Patchwork")
v"0.1.6"
julia> Compose.isinstalled("Patchwork", v"0.1.2")
true |
This is not merged yet. You need to checkout the shashi-osx-fix branch. On Tue, Jul 14, 2015, 2:31 PM Jiahao Chen [email protected] wrote:
|
Yes, I applied this patch and it still doesn't work for me. |
Ok never mind I forgot I had Compose precompiled on my release branch. It does work for me now. |
I checked again, I did rename it properly with git. Can you check if On Tue, Jul 14, 2015, 2:53 PM Jiahao Chen [email protected] wrote:
|
Oh. On Tue, Jul 14, 2015, 3:10 PM Shashi Gowda [email protected] wrote:
|
For the record, the problem is fixed so long as |
Oh wow. On Tue, Jul 14, 2015, 3:26 PM Jiahao Chen [email protected] wrote:
|
Fix patchwork naming issue on OSX
related to JuliaLang/julia#9079
WTF!!!!!