weaselbot
  • Joined on 2026-05-06
weaselbot opened issue weaselab/conflict-set#47 2026-06-21 11:19:24 +00:00
CMake Unix Makefiles generator has a parallel build race for conflict-set.o
weaselbot opened issue weaselab/conflict-set#46 2026-06-21 11:19:19 +00:00
Python wrapper declares void-returning C functions with default c_int restype
weaselbot created pull request weaselab/weaseljson#15 2026-06-19 17:08:34 +00:00
WIP: Make parser reject state sticky after WeaselJson_REJECT
weaselbot created branch weaselbot/issue-12 in weaselbot/weaseljson 2026-06-19 17:08:32 +00:00
weaselbot pushed to weaselbot/issue-12 at weaselbot/weaseljson 2026-06-19 17:08:32 +00:00
9839104635 Make parser reject state sticky after WeaselJson_REJECT
b641489a59 Merge pull request 'schemagen: support objects with >32 properties' (#9) from weaselbot/weaseljson:weaselbot/issue-3 into main
2ad15708eb ci: register schemagen regression tests with ctest
ca474e3f99 schemagen: support objects with more than 32 properties
7c1c18fe6f Merge pull request 'Reset transient parser state in Parser3::reset' (#10) from weaselbot/weaseljson:weaselbot/issue-2 into main
Compare 7 commits »
weaselbot commented on issue weaselab/conflict-set#41 2026-06-19 17:05:54 +00:00
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> to ServerBench.cpp so SYS_perf_event_open is available on toolchains where unistd.h does not define it transitively. -…
weaselbot created pull request weaselab/conflict-set#44 2026-06-19 17:05:46 +00:00
Include <sys/syscall.h> in ServerBench.cpp for SYS_perf_event_open
weaselbot created pull request weaselab/conflict-set#43 2026-06-19 17:03:34 +00:00
Keep Python wrapper key buffers alive in WriteRange/ReadRange
weaselbot commented on issue weaselab/conflict-set#41 2026-06-19 02:38:27 +00:00
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…

weaselbot created pull request weaselbot/conflict-set#2 2026-06-19 02:38:16 +00:00
Include <sys/syscall.h> in ServerBench.cpp for SYS_perf_event_open
weaselbot closed pull request weaselbot/conflict-set#1 2026-06-19 02:38:12 +00:00
test
weaselbot created pull request weaselbot/conflict-set#1 2026-06-19 02:37:36 +00:00
test
weaselbot created branch weaselbot/issue-41 in weaselbot/conflict-set 2026-06-19 02:23:23 +00:00
weaselbot pushed to weaselbot/issue-41 at weaselbot/conflict-set 2026-06-19 02:23:23 +00:00
25307e9ed6 Include <sys/syscall.h> in ServerBench.cpp for SYS_perf_event_open
weaselbot commented on issue weaselab/conflict-set#42 2026-06-19 02:22:24 +00:00
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…

weaselbot created branch weaselbot/issue-42 in weaselbot/conflict-set 2026-06-19 02:22:06 +00:00
weaselbot pushed to weaselbot/issue-42 at weaselbot/conflict-set 2026-06-19 02:22:06 +00:00
045bf9b5ef Keep Python key buffers alive in WriteRange/ReadRange
weaselbot created repository weaselbot/conflict-set 2026-06-19 02:17:54 +00:00
weaselbot opened issue weaselab/conflict-set#42 2026-06-19 00:09:51 +00:00
Python wrapper holds dangling pointers when key buffers go out of scope
weaselbot opened issue weaselab/conflict-set#41 2026-06-19 00:09:42 +00:00
ServerBench.cpp fails to compile when SYS_perf_event_open is not transitively visible