Scott Vokes
Scott Vokes
For which lua distributions is this failing? I will look into alternate methods.
Thanks for reporting this. I'm still a bit unclear what I need to do to reproduce the exact issue (I don't really do C++), any suggestions?
It doesn't have locking, so using it with multiple threads will not work well.
I'm happy to merge these once I have a chance to test them, but I haven't used this library in ages and I should probably review the whole thing for...
This may be happening because your suites files aren't modules. If you add e.g. ``` module(..., package.seeall) ``` at the beginning, it should give them their proper names. I'm seeing...
You're right - thanks for making this easy to reproduce. I will have to investigate.
Go ahead. S On May 4, 2012 11:39 PM, "Alexander Gladysh" < [email protected]> wrote: > Tell me if you want me to write a rockspec for you. > > ---...
That makes sense. While I haven't worked on lunatest for a while, when I get around to the next version (which will also add support for recent versions of Lua)...
This looks like a problem with the blocked bloom filter configuration. There isn't currently a way to change that exposed in the interface, but try editing `src/theft_run.c` to provide larger...
Thanks for reporting this, it will be fixed in the next release.