From a40933d8b2f3dbcdef6ec4a1fe5f23c6bea56601 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 15 Oct 2024 15:43:48 -0300 Subject: [PATCH] vault backup: 2024-10-15 15:43:48 --- Kanban Pages/HelyxVerify.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Kanban Pages/HelyxVerify.md b/Kanban Pages/HelyxVerify.md index 0312027..ffd4564 100644 --- a/Kanban Pages/HelyxVerify.md +++ b/Kanban Pages/HelyxVerify.md @@ -520,7 +520,7 @@ stateDiagram Variation --> RunDir verificationDict --> RunDir verificationDict --> run - Allrun --> run + Actions --> run RunDir --> run run --> Output run --> Execution @@ -528,4 +528,12 @@ stateDiagram verificationDict --> Validate Validate --> Report Report --> [*] -``` \ No newline at end of file +``` + +`find` could be a static method of Example, which yields the results (the problem is that this should be an iterator, and I'm bad at doing iterators over filesystems). + +Whatever becomes of `Action`, `RunDir.run` needs a trait for it, so we can replace with something else in the future. + +`Output` must define the type of messages it receives. + +Missing: Who will do the reduction (maybe different crate?). \ No newline at end of file