1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 18:56:52 +03:00
fq/pkg/interp
Mattias Wadman 735c443b37 interp: Improve type normalization and use it for toyaml and totoml
Use smallest int type for int64, uint6 and *big.Int

Fixes integer serialization for yaml and toml for small integers, othweise
they will end up as strings.
2022-05-28 20:33:37 +02:00
..
testdata interp: Improve type normalization and use it for toyaml and totoml 2022-05-28 20:33:37 +02:00
.jq-lsp.jq interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
ansi.jq interp,repl: Add path and value colors to prompt 2022-03-03 18:25:19 +01:00
args_test.jq repl: completion in jq 2021-09-12 13:08:56 +02:00
args.jq interp: Rework formats and options help 2022-03-03 18:25:20 +01:00
assert.jq dev: Add .jq-lsp.jq to add additional builtins for jq-lsp 2022-02-16 19:52:42 +01:00
binary.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
binary.jq interp: Remove to*range pad argument and fix stdout padding issue 2022-03-17 20:15:35 +01:00
bitops.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
decode.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
decode.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
decorator.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
dump.go mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
encoding.go interp: Improve type normalization and use it for toyaml and totoml 2022-05-28 20:33:37 +02:00
encoding.jq interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
eval.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
format_decode.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
format_func.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
format_include.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
fqtest_test.go mod: Use proper path and dont use replace 2021-09-12 13:08:50 +02:00
funcs_test.jq interp: Refactor radix* into toradix($base)/fromradix($base) 2022-02-11 01:28:39 +01:00
funcs.go interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
funcs.jq interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
grep.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
help.jq interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
internal.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
interp.go interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
interp.jq interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
match.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
options.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
preview.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
query_test.jq repl,interp: Refactor repl and slurp 2022-03-01 18:31:00 +01:00
query.go fq: Use go 1.18 2022-05-20 15:23:16 +02:00
query.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
repl.jq interp: Add internal _is_<type> helpers 2022-05-20 16:49:00 +02:00
testjq.sh make: Move testjq.sh into pkg/interp 2021-11-12 00:23:16 +01:00