-
Notifications
You must be signed in to change notification settings - Fork 21
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
Package doesn't work in Julia 0.5 #18
Comments
@yuyichao, is this due to the changes in JuliaLang/julia#16174? Cubature is calling |
It should be fine. The sigatomic counter is task local now, does this package use tasks? |
No, it doesn't use tasks. |
Briefly looking at code, the issue might be that the counter is resetting in catch |
Why would the counter reset, as opposed to just decrement? |
I isolated this into a pure Julia example that illustrates the same error, and filed it as JuliaLang/julia#17281 |
At least since 2016-05-24 (see http://pkg.julialang.org/detail/Cubature.html) this package doesn't work in Julia 0.5. This is an excerpt from http://pkg.julialang.org/logs/Cubature_0.5.log:
The text was updated successfully, but these errors were encountered: