Merged
Conversation
… info if we have a cache
… know about disconnects
…rom disonnected board on powercycle
… remove file on bad write since we remove on bad read
ceb38db to
dfd7d3f
Compare
… client (e.g. tio-monitor) should invalidate its cache
Contributor
|
Hi, thanks for the changes. I'll merge it to main but will also push a branch with changes (both from a rebased For now I plan on reverting the restructuring the CLI for the shell completion. I got concerned over the way it was organized (particularly from the Some other things to note:
I fixed, mainly in
The cache system and TUI completion seems to work well, thanks again for the good work! |
events555
added a commit
that referenced
this pull request
Mar 23, 2026
Cleanup of PR #13 and independent fixes across parser, tio-health, and tio-tool.
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.
Changes
device/rpc.rs) for storing RPC lists to cache files in OS-appropriate cache directory based onrpc.hash, or reading from cache instead of requesting list from board if a cache existstio-tool rpc-listto use cache functionDevice/DeviceTree