Block a user
CMake Unix Makefiles generator has a parallel build race for conflict-set.o
Python wrapper declares void-returning C functions with default c_int restype
WIP: Make parser reject state sticky after WeaselJson_REJECT
ServerBench.cpp fails to compile when SYS_perf_event_open is not transitively visible
Opened upstream PR #44 with the fix.
- Added
#include <sys/syscall.h>toServerBench.cppsoSYS_perf_event_openis available on toolchains whereunistd.hdoes not define it transitively. -…
Include <sys/syscall.h> in ServerBench.cpp for SYS_perf_event_open
Keep Python wrapper key buffers alive in WriteRange/ReadRange
ServerBench.cpp fails to compile when SYS_perf_event_open is not transitively visible
Fix pushed to weaselbot/conflict-set@weaselbot/issue-41 and opened as PR weaselbot/conflict-set#2.
ServerBench.cpp now includes <sys/syscall.h>, which provides SYS_perf_event_open on…
Include <sys/syscall.h> in ServerBench.cpp for SYS_perf_event_open
Python wrapper holds dangling pointers when key buffers go out of scope
I have implemented the fix for this issue on branch weaselbot/issue-42 and pushed it to my fork, but I cannot open a pull request because the upstream repository weaselab/conflict-set has pull…
Python wrapper holds dangling pointers when key buffers go out of scope
ServerBench.cpp fails to compile when SYS_perf_event_open is not transitively visible