Expand description
Pre-compilation validation for rotation definitions.
Re-exportsยง
pub use errors::ValidationError;pub use errors::ValidationResult;pub use errors::ValidationWarning;pub use schema::VarPathCategory;pub use schema::VarPathInfo;pub use schema::get_var_path_schema;
Modulesยง
- dependency_
graph ๐ - errors ๐
- schema ๐
- Variable-path schema generated from the descriptor table.
Structsยง
- Validation
Ctx ๐
Constantsยง
- MAX_
CONDITION_ ๐DEPTH - MAX_
EXPANDED_ ๐ACTIONS - Ceiling on expanded action nodes; bounds compiler work and IR from branching list graphs.
Functionsยง
- condition_
depth ๐ - is_
supported_ ๐action - is_
supported_ ๐var_ op - validate_
action ๐ - validate_
action_ ๐list_ reference - validate_
condition ๐ - validate_
dependency_ ๐graphs - validate_
empower_ ๐rank - validate_
modify_ ๐var - validate_
rotation - Runs all structural checks on a parsed
Rotation.