1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 15:38:17 +03:00

todo: Add some known issues

This commit is contained in:
Mattias Wadman 2021-09-18 18:44:52 +02:00
parent 75b59dbeff
commit f83931759e

View File

@ -1,3 +1,13 @@
### Known issues
- `format/0` overlap with jq builtin `format/1`. What to rename it to? `decode_format`?
- repl expression returning a value that produced lots of output can't be interrupted. This is becaus ctrl-C currently only interrupts the evaluation of the expression, outputted value is printed (`display`) by parent.
- Auto complete of non-global variables is broken. `scope` is broken for variables.
- `tovalue({bitsformat: "base64"})` only affect root value.
- Unknown field filling is currently only done on root, should be done per "framed" decode.
- Sub buffers range is broken, could have a different size in parent (ex: compressed).
- Symbolic values should be more intuitive, should not need to use ._symbol.
### TODO and ideas
#### CLI