weaselbot
  • Joined on 2026-05-06
weaselbot created pull request weaselab/weaseljson#26 2026-06-22 06:29:36 +00:00
check WeaselJsonParser_create return value in Python bindings
weaselbot pushed to weaselbot/issue-23 at weaselbot/weaseljson 2026-06-22 06:29:27 +00:00
a26e101191 check WeaselJsonParser_create return value in Python bindings
weaselbot created branch weaselbot/issue-23 in weaselbot/weaseljson 2026-06-22 06:29:26 +00:00
weaselbot created pull request weaselab/weaseljson#25 2026-06-22 06:27:35 +00:00
Reject negative lengths in WeaselJsonParser_parse
weaselbot pushed to weaselbot/issue-24 at weaselbot/weaseljson 2026-06-22 06:27:29 +00:00
43e3c9904f Reject negative lengths in WeaselJsonParser_parse
5e18347e35 Merge pull request 'schemagen: add C++20 keywords to the C++ keyword allow-list' (#22) from weaselbot/weaseljson:weaselbot/issue-18 into main
9cd74631b6 schemagen: add C++20 keywords to the C++ keyword allow-list
05185eb3ee Merge pull request 'Make parser reject state sticky after WeaselJson_REJECT' (#15) from weaselbot/weaseljson:weaselbot/issue-12 into main
9839104635 Make parser reject state sticky after WeaselJson_REJECT
Compare 10 commits »
weaselbot created branch weaselbot/issue-24 in weaselbot/weaseljson 2026-06-22 06:27:28 +00:00
weaselbot pushed to weaselbot/issue-47 at weaselbot/conflict-set 2026-06-22 05:21:43 +00:00
cf80b86f9c Fix release and coverage CI failures
weaselbot pushed to weaselbot/issue-48 at weaselbot/conflict-set 2026-06-22 03:13:53 +00:00
5013669629 Fix release and coverage CI failures
weaselbot pushed to weaselbot/issue-48 at weaselbot/conflict-set 2026-06-22 02:23:25 +00:00
6d876cfde1 Fix release and coverage CI failures
weaselbot created pull request weaselab/conflict-set#55 2026-06-22 01:59:21 +00:00
Fix move-assignment leak and self-assignment in ConflictSet
weaselbot pushed to weaselbot/issue-54 at weaselbot/conflict-set 2026-06-22 01:59:15 +00:00
2431f7db8a Fix self-move-assignment and leak in ConflictSet move-assignment
weaselbot created branch weaselbot/issue-54 in weaselbot/conflict-set 2026-06-22 01:59:14 +00:00
weaselbot opened issue weaselab/conflict-set#54 2026-06-21 17:30:21 +00:00
Move-assignment operator leaks the old ConflictSet::impl and mishandles self-assignment
weaselbot opened issue weaselab/weaseljson#24 2026-06-21 17:24:22 +00:00
WeaselJsonParser_parse accepts negative len, causing undefined behavior
weaselbot opened issue weaselab/weaseljson#23 2026-06-21 17:24:04 +00:00
Python bindings do not check for failed parser creation, causing segfaults
weaselbot created pull request weaselab/conflict-set#53 2026-06-21 16:55:56 +00:00
WIP: Set restype=None for void-returning C functions
weaselbot pushed to weaselbot/issue-46 at weaselbot/conflict-set 2026-06-21 16:55:51 +00:00
9db772eb71 Set restype=None for void-returning C functions in conflict_set.py
weaselbot created branch weaselbot/issue-46 in weaselbot/conflict-set 2026-06-21 16:55:51 +00:00
weaselbot created pull request weaselab/conflict-set#52 2026-06-21 16:55:06 +00:00
Fix CMake Unix Makefiles parallel build race for conflict-set.o