1
1
mirror of https://github.com/wader/fq.git synced 2024-12-29 00:22:38 +03:00
fq/pkg
Mattias Wadman d376520f11 interp: Remove to*range pad argument and fix stdout padding issue
Padding could end up double.
Remove to*range($pad) as it probably just confusing to be able
to pad an existing range, what to show in hexdump etc? zero bits
that do not actuall exist at that range?

Add tests and binary stdout support to tests
2022-03-17 20:15:35 +01:00
..
bitio bitio,doc: Even more cleanup 2022-02-09 01:35:47 +01:00
checksum crc: Unbreak build on 32-bit arch 2021-12-25 15:47:54 +01:00
cli interp,cli: Handle ctrl-c properly 2022-03-15 22:38:12 +01:00
decode decode: Some cleanup 2022-02-17 00:25:24 +01:00
fqtest interp: Add Platform() method to OS interface 2022-01-29 11:31:36 +01:00
interp interp: Remove to*range pad argument and fix stdout padding issue 2022-03-17 20:15:35 +01:00
ranges decode,interp: Refactor to allow decode/fillgap a range 2021-10-19 14:38:11 +02:00
registry registry: Move to pkg/registry, feels better 2021-11-18 01:22:21 +01:00
scalar doc: Add inital decoder API documentation 2022-02-12 16:13:29 +01:00