Pieter Hintjens schreef op de 20e dag van de zomermaand van het jaar 2014:
> Can you explain what tests fail? There's no list of API changes though
> I can make one.
My tests don't cover everything.
I know zmq_event_t has gone.
>From the Go version of test_connect_resolve:
A socket connect for these two addresses return no error. With
version 4.0 they both return the error "invalid argument":
"tcp://localhost:invalid"
"tcp://in val id:1234"
The Go version of test_security_curve fails. The first bounce
should be succesful, all the others should fail with "resource
temporarily unavailable". That is what happened with ZeroMQ
4.0.4.
With 4.1.0 The first bounce fails too, with the same error.
The code for both tests is here:
https://github.com/pebbe/zmq4/blob/master/zmq4_test.go
I also implemented the Curve security examples: grassland,
strawhouse, etc. These behave indentical with ZeroMQ 4.0.4 and
4.1.0
The code is here:
https://github.com/pebbe/zmq4/tree/master/examples_security
>
> -Pieter
>
> On Fri, Jun 20, 2014 at 10:34 AM, Peter Kleiweg <[email protected]> wrote:
> >
> > I wrote the Go bindings for ZeroMQ version 2, 3 and 4. I am
> > trying to update the binding of version 4.0 to version 4.1.
> >
> > https://github.com/pebbe/zmq4
> >
> > Two of the Go tests that run OK with ZeroMQ 4.0 fail with
> > ZeroMQ 4.1.
> >
> > Is there a list of API changes for ZeroMQ 4.1 from 4.0? All I
> > can find on https://github.com/zeromq/libzmq is a NEWS file that
> > hasn't anything beyond version 4.0.3.
> >
> >
> > --
> > Peter Kleiweg
> > http://pkleiweg.home.xs4all.nl/
> > _______________________________________________
> > zeromq-dev mailing list
> > [email protected]
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
--
Peter Kleiweg
http://pkleiweg.home.xs4all.nl/
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev