-
Notifications
You must be signed in to change notification settings - Fork 29
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
make error type compatible with anyhow::Error
#130
Comments
IIRC that's the fundamental issue with |
@khaf i can do the port to |
Yes, please do it. I'll review and merge it as soon as I can. |
@khaf getting these testing outputs (with warning omitted) on the
and then seems to hang forever the top 3
this is all hitting a ce-6.3.0.2 docker container i don't see any of these errors in the ci, but i also don't see these running here https://ci.appveyor.com/project/aerospike/aerospike-client-rust any idea what's causing the invalid buffer size errors? just wanted to make the tests pass locally before replacing the errors |
Yes I have fixed all of these with that last release, and will push the changes today if I get the time to fix a couple of tests due to server v6 default config changes. |
Pushed. |
this provides more ergonomic error handling with
?
anyhow::Error
i currently get something like this from an
aerospike_client.get(...)?
The text was updated successfully, but these errors were encountered: