-
Notifications
You must be signed in to change notification settings - Fork 18
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
0.4.10 was breaking #236
Comments
Oh damn. Probably we need to be much more explicit about what is API as none of this is exported and most wasn't documented before that PR |
What's your proposed fix |
Good point. Maybe your right and it was not part of the API anyway. We should be explicit about what is public. |
I can have a look at DiskArrayTools and fix it there. |
Yeah breaking changes here mean a lot of work across the ecosystem, and probably DislArrayTools is pretty deep in internals. Other option is to revert, bump a new patch and then revert again with a breaking change |
I reflected the current changes in DiskArrayTools. This shows, that we should have reverse dependency tests on DiskArrayTools because that is so intertwined with DiskArrays or we would need to move the useful code from there over to DiskArrays. |
YAXArrays uses DiskArrays and it is raising an error in its last update. See JuliaIO/DiskArrays.jl#236 for more details. To solve the problem we add and pin DiskArrays version to 0.4.9.
YAXArrays uses DiskArrays and it is raising an error in its last update. See JuliaIO/DiskArrays.jl#236 for more details. To solve the problem we add and pin DiskArrays version to 0.4.9. It also updates the Manifest and ran tests to check the code is still working.
YAXArrays uses DiskArrays and it is raising an error in its last update. See JuliaIO/DiskArrays.jl#236 for more details. To solve the problem we add and pin DiskArrays version to 0.4.9.
Unfortunately 0.4.10 was a breaking release, where at least the renaming of ChunkType to ChunkVector is breaking.
This broke DiskArrayTools see meggart/DiskArrayTools.jl#33.
I haven't checked what other breaking changes might have been included.
The text was updated successfully, but these errors were encountered: