-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add poll API #112
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
Add poll API #112
Conversation
This will need a rebase, at least. |
@steveklabnik, thanks - rebase on top of what? Or do you mean I should squash the "Add Poll API" and "Fix poll API" commits? |
Signed-off-by: David Henningsson <diwic@ubuntu.com>
Ok, I squashed them now. The only failing build is mips (unless I failed to squash them correctly!) and, from what I can understand, it seems unrelated to my poll API addition, so I suppose this can be merged? |
Mips build fails with the following error:
This is the only failed build and it does not seem related to the addition of the poll API, unless I'm missing something? |
Should be okay rebase wise - I forked this yesterday, and the last commit is a few days old. |
Thanks @diwic! The mips failures look unrelated, so I'll work on getting this merged with a few others as well. |
To link things up, landed in #134 |
Thanks! |
You seem to have a very ambitious CI system here, so I'm just going to throw my code at that and see if it builds :-)