pod2/src/frontend
Eduard S. a4069bcc55
Fix pod builder (#496)
Several fixes and code simplifications:
- MainPodBuilder
  - Fix: It was not tracking Contains statements inherited via input pods (via public statements) when automatically generating Contains statements for Entry arguments.
  - Enhancement: Deduplicate statements
- MultiPodBuilder
    - Simplify: Remove the "statement groups" logic and instead deduplicate statements in the MainPodBuilder (which is much simpler to do)
    - Remove the "anchored key" explicit dependency tracking and instead rely on regular dependency tracking by using all the implicit operations and statements generated by MainPodBuilder as input to the solver.
    - Fix: Count and constrain custom predicates used in a pod instead of batches used
2026-03-25 18:48:28 +01:00
..
multi_pod Fix pod builder (#496) 2026-03-25 18:48:28 +01:00
custom.rs Self-referential predicate hashes as statement template args (#494) 2026-03-24 07:25:11 -07:00
error.rs Feat/fst order pred part3 & part4 (#457) 2026-02-02 10:59:33 +01:00
mod.rs Fix pod builder (#496) 2026-03-25 18:48:28 +01:00
operation.rs Support persistent storage in Containers (#493) 2026-03-23 12:31:28 +01:00
pod_request.rs Remove batch splitting system (#475) 2026-02-09 10:31:47 +01:00
serialization.rs Support persistent storage in Containers (#493) 2026-03-23 12:31:28 +01:00