-
Notifications
You must be signed in to change notification settings - Fork 6
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
Build error with Julia-1.3.0 on Windows #52
Comments
Thanks for reporting the error! I've added the latest version of Julia to our tests, fixed this issue and cut a new release. Once v0.6.0 is tagged, you should be able to |
You should be able to try it now. |
Works now, thanks for the prompt fix! |
However, to let you know, I've got this error:
Which was resolved by downgrading DocStringExtensions on my side: It's related to this change: d6494b0#diff-910a7b3ca0075d545dcec45cb7335ca9R7 although the behavior of Pkg doesn't seem consistent with its documentation: https://julialang.github.io/Pkg.jl/v1/compatibility/index.html#Version-specifier-format-1 A bug in Pkg? |
That is an odd error. Regardless, I can decrease the upper bound requirement for this package. |
Can you try now with |
Works now without further issues. Thanks again! |
I'm getting a build error in when trying to build OpenDSSDirect.jl with Julia-1.3.0 on Windows:
This may be related to
7z
having been moved in Julia-1.3.0: JuliaLang/julia#33493The text was updated successfully, but these errors were encountered: