Travis Gockel

Results 31 comments of Travis Gockel

I'm going to write some better testing around this.

What is your expectation and how is the result different from those expectations? What commands did you run?

The CMake script for finding the ZooKeeper server classpath generates a CPP file per ZooKeeper library version, so it looks like it is working as intended. I'm not sure what...

Does `/usr/share/java/ivy.jar` exist on your system? If not, you need to install it (`apt install ivy`) or use the Docker environment with `./config/dev-env ubuntu-18.04`.

This is blocked due to frustration. I opened a bug with Coveralls issue tracking (https://github.com/lemurheavy/coveralls-public/issues/997)...hopefully something will come of it.

Code coverage works locally, so pushing this to "future."

Yes, it has not yet been implemented. I'm holding off on implementation until the real version of the API is a bit more solidified.

So it turns out that either this is a bad idea _or_ I'm going about it completely wrong. I'm moving this to the backburner for future consideration.

A big issue here is that ZooKeeper does not support reconfiguration until 3.5, which is still in beta. This means the C client (which this library relies on) usually installed...

Just adding a somewhat minimal real-world example of where this is useful, imagine I want to use a letter to represent a list (this came up in the context of...