Expand description
Determinism guarantees and validation for DDEX Builder
This module defines and enforces the determinism guarantees provided by the DDEX Builder. All guarantees are tested and validated to ensure consistent, reproducible XML output.
Structs§
- Determinism
Guarantee Validator - Comprehensive guarantee validator
- Guarantee
Report - Complete report of guarantee validation results
- Guarantee
Validation Result - Result of guarantee validation
Enums§
- Determinism
Guarantee - Core determinism guarantees provided by DDEX Builder
- Guarantee
Priority - Guarantee priority levels
- Guarantee
Validator - Validation method for guarantees
Functions§
- generate_
guarantee_ report - Generate a determinism guarantee report
- validate_
deterministic_ sorting - Validate that all collections are sorted deterministically
- validate_
no_ hashmap_ usage - Validate that HashMap/HashSet are not used in output code paths