-
Notifications
You must be signed in to change notification settings - Fork 1.1k
OpenBSD kqueue EV_RECEIPT and EV_DISPATCH #613
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
OpenBSDs kqueue now has EV_RECEIPT and EV_DISPATCH. I wrote a patch and the devs merged it into current: https://marc.info/?l=openbsd-tech&m=149621427511219&w=2 This change extends the rust libc crate to provide the feature.
Test fails because its using OpenBSD 6.0 which does not have the patch. OpenBSD-current has, though. |
Thanks! If this is super-new, want to add an exception to the testing script with a comment as to why it's ignored? |
Sorry for the late response. I don't see where to change that. Its in the buildprocess on travis... |
Ah you can find some instructions in the README. |
Openbsd kqueue The PR supersede #613 to add exception on the testsuite.
Openbsd kqueue The PR supersede #613 to add exception on the testsuite.
Openbsd kqueue The PR supersede #613 to add exception on the testsuite.
@jan-schreib I expected #728 to automatically mark this PR as merged. I should have miss something in my git command to import your patch in my PR with additionnal commit (to skip the added constants) |
I'm going to close this due to inactivity, but feel free to reopen with tests fixed! |
This commit stabilizes the wasm32 memory-related intrinsics, as specified in rust-lang/rust#56292. The old intrinsics were removed and the current intrinsics were updated in place, but it's the last breaking change!
OpenBSDs kqueue now has EV_RECEIPT and EV_DISPATCH.
I wrote a patch and the devs merged it into current:
https://marc.info/?l=openbsd-tech&m=149621427511219&w=2
This change extends the rust libc crate to provide the feature.