Glenn Fiedler
Glenn Fiedler
I tried cmake but it doesn't seem support a "make install" step. I worked around this by manually copying ucl.h to /usr/local/include and libucl.a to /usr/local/lib but it would be...
On Debian wheezy with 0.8.0 release tar.gz: ``` # ./autogen.sh libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4'...
This thread is a great example of some stuff that you could put in BUILDING.md to save people time.
Thank you very much.
Does each client above have a unique port number, or are you reusing a port number shared with a timing out client?
Very interesting
Matcher is really not meant to be used in production code? It's just sort of an example...
I would expect that most people write their own matcher, in a high level language, like golang, or node js in the backend...
OK I'll take a look at it
I'm concerned around the heisenbug on tests. Please run locally on MacOS and loop the tests (while true). If it's an intermittent timing related test failure, then this approach usually...