cslim icon indicating copy to clipboard operation
cslim copied to clipboard

Fitnesse Slim implementation in C

Results 8 cslim issues
Sort by recently updated
recently updated
newest added

I propose an alternative way to build CSlim using CMake and [Conan](https://conan.io/). It creates a small dependency (`CONAN_PKG::CppUTest` in `tests/CMakeLists.txt`) on Conan that could be easily fixable by creating a...

new PR to figure this out.

/src/CSlim/SlimList.c char\* SlimList_ToString(SlimList\* self) this function continually appends up to an additional 128 characters to buf. If buf already contains 127 characters this will still append more characters to the...

m1, m2 are not initialized through the constructor.

Browsing through the code, it looks like import is not implemented. I'm going to take a crack at it and I have some idea how I think it should behave,...