Skip to content

Commit

Permalink
little note about robustness stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Nov 11, 2024
1 parent 1a5aaf9 commit 017140f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/cider-data-converter/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ fn main() -> Result<(), CiderDataConverterError> {
.expect("invalid hex");
line_data.push(val);
}
// TODO griffin: handle inputs that are
// truncated or otherwise shorter than expected

assert!(
line_data.len()
== (mem_dec.bytes_per_entry() as usize)
Expand Down

0 comments on commit 017140f

Please sign in to comment.