1
1
mirror of https://github.com/wader/fq.git synced 2024-12-26 23:15:04 +03:00
fq/pkg
Mattias Wadman 9a1ef84cdd interp: Allow and convert JQValues:s (ex decode value) in function arg objects
Before it failed when passing a decode value, like an integer, string etc, as a object value
to an internal function (written in go), ex some_function({name: <decode value>}).

A future improvement could be to allow an internal function to say that it wants a "raw"
decode value etc and not one converted to primitive type.
2023-04-12 12:17:46 +02:00
..
bitio mp4,bitio: Fix broken pssh decoding and add proper reader cloning to bitio 2022-05-28 13:42:38 +02:00
checksum crc: Unbreak build on 32-bit arch 2021-12-25 15:47:54 +01:00
cli interp: Make completion work again 2023-03-10 21:58:35 +01:00
decode decode,fuzz,dev: Move recoverable error check to recoverfn.Run 2023-03-31 12:47:04 +02:00
fqtest fqtest: Run tests in parallell 2022-08-23 20:08:44 +02:00
interp interp: Allow and convert JQValues:s (ex decode value) in function arg objects 2023-04-12 12:17:46 +02:00
ranges ranges,decode: Correctly skip empty ranges when adding unknown fields 2022-09-25 16:02:15 +02:00
scalar decode: More type safe API and split scalar into multiple types 2022-12-14 16:23:58 +01:00