Add DebugConflictSet, which asserts using skip list as a reference
Some checks failed
Tests / Clang total: 1090, passed: 1090
Clang |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap:
Tests / SIMD fallback total: 1090, passed: 1090
Tests / Release [gcc] total: 1090, passed: 1090
GNU C Compiler (gcc) |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap:
Tests / Release [gcc,aarch64] total: 818, failed: 1, passed: 817
Tests / Coverage total: 817, passed: 817
weaselab/conflict-set/pipeline/head There was a failure building this commit

CC #23
This commit is contained in:
2024-04-17 12:06:04 -07:00
parent eab2e46a56
commit 309d315956
4 changed files with 60 additions and 6 deletions

View File

@@ -134,6 +134,4 @@ class ConflictSet:
self.p = None
def __exit__(self, exception_type, exception_value, exception_traceback):
if self.p is not None:
self._lib.ConflictSet_destroy(self.p)
self.p = None
self.close()