Skip to content
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

Breaking: Ambiguities and DD 0.29 #821

Merged
merged 21 commits into from
Dec 8, 2024
Merged

Breaking: Ambiguities and DD 0.29 #821

merged 21 commits into from
Dec 8, 2024

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Nov 13, 2024

Fix ambiguities. We need to fix DiskArrays before we can test completely against Base, but this is a good start.

Also updates DD by necessity, we need the latest version to fix selectindices ambiguities

DA.readblock!(parent(A), dst, r...)
end
function DA.writeblock!(A::AbstractRaster, src, r::AbstractUnitRange...)
DA.writeblock!(A::AbstractRaster, src, r::AbstractUnitRange...) =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this and friends go into the DD DiskArrays extension, now that it exists?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure readblock or writeblock even get hit. But we can delete eachchunk and haschunks

@rafaqz rafaqz changed the title Ambiguities Breaking: Ambiguities and DD 0.29 Nov 13, 2024
@rafaqz rafaqz merged commit 32c2004 into main Dec 8, 2024
2 of 4 checks passed
@rafaqz rafaqz deleted the ambiguities branch December 8, 2024 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants