-
Notifications
You must be signed in to change notification settings - Fork 63
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
Various changes driven by zguide examples work #21
base: master
Are you sure you want to change the base?
Conversation
I apologize, I totally forgot about this pull request. Hopefully will have a chance to go through it soon! |
Hah, no worries. I figure we could sync up in Stockholm. On Thu, Oct 20, 2011 at 9:31 AM, Yurii Rashkovskii
|
Or at least I'd suggest handling them separately. |
Yah, go ahead with the others. |
what happend to that ? |
I think I forgot about this. Right now there are way too many merges to merge this in. |
Yuri - you want to close this pull request? I can resubmit. |
@gar1t any chance you can extract smaller bits of it and lets go one by one? Also, wrt to rcvmore 0/1 vs false/true. I think this is a good change, but there's a lot of software already relying on 0/1. Should we work around that somehow? |
I had a look at this patch and was thinking we could have a recv_parts(Socket) in the main erlzmq object. Same for a send_parts thing. thoughts ? |
Definitely need this. I have it laying around somewhere in my fork. I've been very lazy in getting sync'd up with upstream :( Benoit, IIRC you got the last round in San Fran, so I'll do this! I On Sat, May 5, 2012 at 5:00 AM, Benoit Chesneau
|
Specifically, fixes this error: configure.in:13: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead.
With the exception of some trivial docs-related changes, these were driven by zguide Erlang example rework here:
booksbyus/zguide#92