update: accept abnormal resistance as valid row in check-db

- this commits includes 2 other implementations
  - 1st one with custom type with `impl Read` for Lazy evaluation
    - this somehow ended up in infinite loop
  - 2nd one which collects lines without skipped lines first
    - this works
- the current implementations has another File and catches invalid row
  and check the line later
This commit is contained in:
Wataru Otsubo 2024-07-25 13:36:20 +09:00
parent c996e5bd28
commit 46487320b0
5 changed files with 188 additions and 14 deletions

View file

@ -2,7 +2,7 @@
WIP
For Japanese: [./docs/README-ja.md](README-ja.md)
日本語: [./docs/README-ja.md](README-ja.md)
## For developers
Use `rustup` to set up developing tools.
@ -36,5 +36,6 @@ cargo doc --open
- add csv check/validate subcommand
- skew measurement?
- skew measurement test
- for start-shiftwork v1.0.0 (add start date parsing)
check `TODO`s in comments.