feat: advance TSN drift and ordered pair evidence
Some checks failed
real-verification / chrome (push) Has been cancelled
real-verification / freecad-oracle (push) Has been cancelled
real-verification / wasm (push) Has been cancelled

This commit is contained in:
2026-08-15 04:44:23 -04:00
parent ea3706bd3d
commit 83cbc80971
28 changed files with 27182 additions and 15757 deletions

View File

@@ -87,7 +87,7 @@ def relation_from_mapped_name(mapped_name):
def normalize_mapped_name(mapped_name):
# StringHasher IDs are process-local. Preserve the token grammar while
# removing only the volatile hash-table slot assigned in this process.
return re.sub(r":H[0-9a-fA-F]+", ":H#", mapped_name or "")
return re.sub(r":H-?[0-9a-fA-F]+", ":H#", mapped_name or "")
def source_element_name(mapped_name):