ae29be2daa
update: auto distinguish boards to retest
...
- automatically print
2024-07-25 20:07:28 +09:00
46487320b0
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
2024-07-25 13:36:20 +09:00
a57813192f
add: test case (20.log)
2024-07-23 22:51:48 +09:00
fb5160d2d9
fix: master log parse (invalid station detection in status parse)
...
- missed switch for `Station1`
- added integrated test to check lines count of output csv
2024-07-23 22:38:22 +09:00
e20c029684
update: master log (position fixed)
...
- A -> B
- 0-origin -> 1-origin
2024-07-23 17:07:35 +09:00
84d321ec30
update: add QAQC runid for master log parsing
...
- for master version v0.2.0
2024-07-23 14:41:08 +09:00
b927f5923e
refactor: separate master reading part as a mod
2024-07-22 16:02:34 +09:00
fb11f18bbb
add: check-db command & add-skew command protoptype
2024-07-21 21:24:35 +09:00
a94a871e52
update: organize commands to subcommands and rename bin
...
- existing functions are moved to subcommand `add-master-log`
2024-07-21 21:04:46 +09:00
bdb415e6e6
update: Strict ordering for outpu (use BTreeMap instead of HashMap)
2024-07-21 20:29:42 +09:00
62a5393cf5
update: log format
2024-07-21 19:53:51 +09:00
eff62d7f09
new: CSV output
2024-07-14 11:17:40 +09:00
a14eb4ea48
new: implement till parsing file (no output)
2024-07-14 00:18:34 +09:00