Implement deterministic PollPlanner and bounded polling executor (#10) - #57
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Zakres
Implementuje issue #10 jako jeden logiczny commit nad aktualnym
main.PollPlannerjest jedynym źródłem cyklicznych odczytów sesji;BusActor, bez publicznej ścieżki doSafetyOneShotdla producentów okresowych;PollPlan;PollExecutorprzełącza plan atomowo, anuluje niewysłane requesty starej wersji, sprawdza deadline przed wysłaniem i nie tworzy catch-up burstu;MonotonicClock;PollPlanner → PollExecutor → BusActor → TokioModbusBackend → PTY/RTUi potwierdza brak write.Tożsamość kandydata
8473bc93e95dfe8ddcb815c2ff7d7f1c521a9bcf5212a054fb4911441ec0f1f203033f2956b1ae4506bd73171bdab8aca8df8269c2241e7c25458859ecb696da45c5b841236e4aac1b9d1693513cb3da8112fcfc3336ae17dcc1ef11main:111Bramka przed PR
Zweryfikowany publisher na Debianie 13 / Rust 1.97.1 zakończył sukcesem:
cargo metadata --locked;cargo fmt --check;-D warnings;-D warnings;cargo machete,cargo deny check,cargo audit,cargo vet check;Merge pozostaje fail-closed do zielonego standardowego CI na amd64 i natywnym arm64 dla dokładnego head SHA.
Closes #10