1
1
mirror of https://github.com/wader/fq.git synced 2024-12-22 21:01:37 +03:00
fq/internal
Mattias Wadman c5f6809b02 decode,fuzz,dev: Move recoverable error check to recoverfn.Run
This preserves the callstack on non-recoverable panics so that using
a debugger and fuzzing is much easier.

Add vscode debug config.
Remove fuzz stacktrace log workaround.
2023-03-31 12:47:04 +02:00
..
aheadreadseeker mod: Use proper path and dont use replace 2021-09-12 13:08:50 +02:00
ansi columnwriter,dump: Add Column interface and refactor into BarColumn and MultiLineColumn 2022-08-24 21:48:56 +02:00
asciiwriter mod: Use proper path and dont use replace 2021-09-12 13:08:50 +02:00
bitioex *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
colorjson colorjson: Handle encoding error value 2023-02-07 16:45:29 +01:00
columnwriter golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
ctxreadseeker mod: Use proper path and dont use replace 2021-09-12 13:08:50 +02:00
ctxstack interp: Fix panic when trigger before any context has been pushed 2022-11-29 17:38:58 +01:00
difftest lint: Fix ioutil deprecation, reformat for new doc standard 2022-08-05 00:22:32 +02:00
gojqex doc,fq: Improve cli help and some cleanup 2023-02-15 11:04:39 +01:00
hexdump columnwriter,dump: Add Column interface and refactor into BarColumn and MultiLineColumn 2022-08-24 21:48:56 +02:00
hexpairwriter bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
ioex *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00
mapstruct format,intepr: Refactor json, yaml, etc into formats also move out related functions 2022-07-23 21:48:45 +02:00
mathex golangci-lint: Disable revive unused-parameter and update for new default config 2023-03-18 22:56:58 +01:00
pos Init 2021-09-12 13:08:42 +02:00
profile cli: Make profile build optional and move it to cli 2021-09-12 13:08:53 +02:00
progressreadseeker doc: Document io packages a bit 2021-11-21 21:55:53 +01:00
recoverfn decode,fuzz,dev: Move recoverable error check to recoverfn.Run 2023-03-31 12:47:04 +02:00
script interp: mimic jq: if expr arg is given read stdin even if tty 2022-11-29 18:39:57 +01:00
shquote lint: Fix typeassert and case exhaustive warnings 2022-01-25 17:23:41 +01:00
sortex generics: Use more from x/exp 2022-08-31 10:50:56 +02:00
stringsex *extra: Rename <pkg>extra to just <pkg>ex and refactor to use generics 2022-08-12 16:29:47 +02:00