Pascal Brogle
Pascal Brogle
The changes in #36 resulted in quite unexpected isEqualTo semantics: ``` final Semver v1 = new Semver("2.10.1", Semver.SemverType.NPM); final Semver v2 = new Semver("2.99", Semver.SemverType.NPM); System.out.println(v1.isEqualTo(v2)); // --> true System.out.println(v2.isEqualTo(v1));...
to prevent build failures like ``` error: The following untracked working tree files would be overwritten by checkout: cmake/FindmbedTLS.cmake ``` seems to be caused by case sensitivity differences beween file...
fixes #108
We experience (under certain conditions) reproducible crash of python process. ``` panic: pthread_mutex_lock: Invalid argument This message is indicative of a BUG. Report this at https://github.com/nanomsg/nng/issues /home/vsts/work/1/lib/python3.8/site-packages/pynng/_nng.abi3.so(nni_panic+0x112) [0x7fc452152762] /home/vsts/work/1/lib/python3.8/site-packages/pynng/_nng.abi3.so(nni_aio_fini+0x20) [0x7fc45214bfe0]...