-
Notifications
You must be signed in to change notification settings - Fork 14
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
uring poll ring is broken #22
Comments
Ugh that's a shame. I've been trying to keep released versions of uring-sys pinned to specific release commits of liburing, was a patch commit released? I notice its been nearly 3 months since liburing had a release, do you know if there is an 0.8 release planned soon? If the answer to these questions is no I'll consider pinning to the fix commit and making a new release. Either way, until I make a new release, you can fork, update the git submodule and make iou use your fork with a cargo patch. That way you're unblocked. |
Hey, thanks! I am not blocked and indeed I am using private versions. I would like to move back to using your upstream eventually, so this is mostly so we can track that. It does make sense to keep it pinned to release versions, thanks! I can ask Axboe when he plans to release 0.8 and I'll get back to you |
Gello, seems liburing 2.0 is release now, do you plan to update to it? |
This is because liburing broke it with their commit axboe/liburing@f0c5c54
It was fixed (by reverting) by axboe/liburing@1bafb3c, and then a unit test was added by axboe/liburing@5964134
Could we update liburing to include at least those commits?
The text was updated successfully, but these errors were encountered: