Skip to content
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

Zloop timer updates reflecting czmq updates #10

Merged
merged 4 commits into from
Nov 22, 2013

Conversation

claws
Copy link
Member

@claws claws commented Nov 21, 2013

This pull request updates pyczmq to reflect the latest czmq version which has timer related changes. All tests that ran before this change are still running. While I have updated the types.Loop class and test with the same changes it is still segfaulting - as it was before I made this change.

@michelp
Copy link
Contributor

michelp commented Nov 22, 2013

@claws did we end up implementing the same feature?

@claws
Copy link
Member Author

claws commented Nov 22, 2013

No, I don't think so. My changes are built on top of your recent changes. I think your changes wrapped the timer arg while mine update pyczmq in line with with my recent changes to czmq which allow timers to be cancelled by timer_id.
Amongst other related changes this required the addition of the zloop_timer_fn which in turn requires separate zloop callbacks. One for pollitems and one for timers.

@michelp
Copy link
Contributor

michelp commented Nov 22, 2013

Ah ok I get it, it says I can't merge this, are you up to date with master?

@claws
Copy link
Member Author

claws commented Nov 22, 2013

I thought I was. I'll check and confirm when I get home later.

@claws
Copy link
Member Author

claws commented Nov 22, 2013

Yes, there was a merge conflict in tests/test_zloop.py which is now resolved. Tests pass.

michelp added a commit that referenced this pull request Nov 22, 2013
Zloop timer updates reflecting czmq updates
@michelp michelp merged commit cd0af81 into zeromq:master Nov 22, 2013
@claws claws deleted the zloop_timer_updates branch November 22, 2013 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants