treewide: minor fixes - #31
Merged
Merged
Conversation
JordanYates
commented
Jul 15, 2026
Contributor
- Tighten Parquet output types for field conversion
- Fix decoding minimally sized last TDF
- Zero length index arrays are now rejected by the decoder
- Relative timestamps without a preceding absolute timestamp are now rejected
For TDF fields with an integer conversion type, use smaller integer types when possible instead of `Float64`. This reduces the size of the Parquet files. Signed-off-by: Jordan Yates <jordan@embeint.com>
Fix decoding of a TDF block that contains a 3 byte TDF at the end of the block. A 3 byte TDF can be constructed with an ID, no timestamp, and a single byte of data. Signed-off-by: Jordan Yates <jordan@embeint.com>
Automatically format generated rust files with `rustfmt`. Signed-off-by: Jordan Yates <jordan@embeint.com>
Pull in latest definitions from Infuse-SDK and regenerate decoders. Signed-off-by: Jordan Yates <jordan@embeint.com>
Reject index arrays with zero length, the same way time arrays are handled. Signed-off-by: Jordan Yates <jordan@embeint.com>
Reject relative timestamps in the decoder if they are not preceded by an absolute timestamp. Signed-off-by: Jordan Yates <jordan@embeint.com>
The updated compiler triggers warnings on f32 vs f64 types in `egui::Stroke::new`. Signed-off-by: Jordan Yates <jordan@embeint.com>
Compute the current year at runtime instead of buildtime, in order to stop every `cargo run` invocation from triggering a rebuild of every crate in the workspace. Signed-off-by: Jordan Yates <jordan@embeint.com>
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.