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

Methods that return Hashes (where C API returns multiple values) are different now #18

Open
turboladen opened this issue May 6, 2021 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@turboladen
Copy link
Contributor

I was looking up the docs for GDAL::RasterBand#offset, to see what the is_meaningful part of the return Hash really means, but the GDAL docs no longer have any mention of that. It looks like that value is now used to indicate if the call succeeded or not. ...so this should change to raise if the call wasn't successful.

...but I also wonder how many of the other Ruby methods that return Hashes like this are no longer accurate.

@turboladen turboladen added the bug Something isn't working label May 6, 2021
@turboladen turboladen added this to the 1.0 milestone May 6, 2021
@turboladen turboladen modified the milestones: 1.0, 1.x Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant