-
Notifications
You must be signed in to change notification settings - Fork 76
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
Does not compile on Julia 1.0 #253
Comments
No, it's not yet ported but is quite close, hopefully I'll be able to tag a new release in a week or so. |
same problem with Julia version v0.8.0 with Julia 0.7.0 on a Mac OSX 10.11.6. Then in IJulia notebook,
So glad to hear you are working on it! |
@piever Sorry, I cannot checkout the packages. The command no longer seems to exist in Julia v1.0. :-(
|
Sorry, I pressed the wrong button and accidently closed the issue... |
Fair enough, I forgot about the new package manager. Now its:
I think. Anyway, most things got released already (JuliaRobotics people saved the day!), so I think there could probably be a release of Interact in a couple of days. |
A release go just merged, can you confirm that it works now (after package update) ? |
Yes, it seems to work now. Thanks a lot. |
Using julia 1.0 I cannot compile
Interact.jl
version 0.8.0 on OS: Windows 8.1 64 bit.I then tried
using Reexport
before using Interact, which turned the error to a warning:Having used all the other packages listed under
REQUIRE
I now get the following warning:Is
Interact.jl
not yet ported to julia 1.0?The text was updated successfully, but these errors were encountered: