-
Notifications
You must be signed in to change notification settings - Fork 121
Add io_uring support to System #208
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
Conversation
for some reason, the linker on my linux machine fails to link the tests otherwise. investigate / fix before merging.
How concerned should I be about "error: unknown attribute 'unsafe'"? That just seems like a too-old compiler? |
The code does still have to compile in the older versions, so you should be able to protect against this by using |
…ow stopped compiling overnight
…into david/ioring
…not compiling, since we don't have Linux version checks at compile time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few questions but I think it overall looks good! Small nit but maybe we could group the new source files in an IORing folder?
…dows build with older compilers
…into david/ioring
@swift-ci please test |
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work chasing down those issues! 🎉
No description provided.