-
Notifications
You must be signed in to change notification settings - Fork 28
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
Julia 0.5 running CodeTools #24
Comments
What's your |
|
Ah right, didn't see that you're on 0.5. Pkg.checkout("Requires") should do the trick. |
Damn now I'm running into this:
Though you don't need to help me here since I'm not sure that it is Requires' fault anymore |
Does this happen repeatedly? Sometimes I get things like this in Julia and just have to try again. |
Sorry for wasting your time like that -.- Restarting ends up there,
|
My Travis build is failing with the same error on Julia v0.5: https://travis-ci.org/juliohm/ImageQuilting.jl/jobs/131734614 |
@MikeInnes are you working on this issue? |
@rapus95 I'm not sure, but it doesn't look like that's a requires issue – JuliaParser and Base have undergone a lot of changes recently so they may be out of sync, see if it loads on its own and debug from there I think. @juliohm in the sense of getting stuff working on 0.5, sure, but 0.5 is also still changing so it makes less sense to tag a release at this point. However, you can use the same fix in travis, just Pkg.checkout("Requires") in the travis test script. |
Thank you Mike, I'll wait for the next tag. :)
…-Júlio
|
@MikeInnes do you have any idea of the current status? I never had a build failure for such a long period, I wonder why the issue is taking so long to be fixed in the Julia language and why my package is affected by it whereas many other packages are building just fine in Julia v0.5. I am not using |
Just an update checking out |
This is probably too outdated to be useful. |
trying to run CodeTools ends up in this error:
so while it happens when loading CodeTools it seems to happen exactly when Requires got to do something
The text was updated successfully, but these errors were encountered: