Mattias Wadman
db9c2e3d74
Merge pull request #38 from xentripetal/avro
...
Avro: Add decoder
2022-02-13 10:27:39 +01:00
Xentripetal
d54011663f
make doc
2022-02-12 22:17:32 -06:00
Xentripetal
9636613ec6
Merge branch 'master' of https://github.com/wader/fq into avro
2022-02-12 22:16:50 -06:00
Xentripetal
69c745d3c4
simplify scalar usage
2022-02-12 22:16:46 -06:00
Mattias Wadman
56dffc7670
Merge pull request #149 from wader/doc-dev-decoder-api
...
doc: Add inital decoder API documentation
2022-02-12 16:18:30 +01:00
Mattias Wadman
d5e7939274
Merge pull request #148 from wader/mpeg-spu-fatal-on-unknown-cmd
...
mpeg_spu: Fatal error on unknown cmd
2022-02-12 16:16:46 +01:00
Mattias Wadman
b86da7aecc
doc: Add inital decoder API documentation
2022-02-12 16:13:29 +01:00
Mattias Wadman
c58ba28da1
mpeg_spu: Fatal error on unknown cmd
...
Also fixes fuzzer issues
2022-02-12 16:11:41 +01:00
Mattias Wadman
2b291f70a6
Merge pull request #147 from wader/gojq-rebase
...
gojq: Rebase fq branch
2022-02-12 14:11:26 +01:00
Mattias Wadman
b55ca2cd5d
gojq: Rebase fq branch
...
Add bin,hex,oct bigint number literal tests
2022-02-12 13:03:38 +01:00
Mattias Wadman
cd278e1ac4
Merge pull request #146 from wader/fuzz-unbreak-one-at-time
...
fuzz: Make it compile again and run one format per fuzz
2022-02-12 00:28:07 +01:00
Mattias Wadman
6090b65eca
fuzz: Make it compile again and run one format per fuzz
...
Seems to run into timeouts (1s) if not as some formats can ends up allocating a lot
2022-02-12 00:22:39 +01:00
Mattias Wadman
04ba899334
Merge pull request #145 from wader/interp-unbreak-options-complete
...
repl,interp: Make stdio work during completion
2022-02-11 20:29:39 +01:00
Mattias Wadman
af053811cf
repl,interp: Make stdio work during completion
...
Unbreaks completion using options
2022-02-11 20:04:07 +01:00
Mattias Wadman
37d07926c1
Merge pull request #144 from wader/repl-complete-extkeys-without-underscore
...
repl: Fix completion of non-underscore extkeys
2022-02-11 18:42:36 +01:00
Mattias Wadman
ca234bc1c9
Merge pull request #143 from wader/paste
...
interp: Add paste function to allow pasting text into REPL etc
2022-02-11 18:31:50 +01:00
Mattias Wadman
bd9be2c533
repl: Fix completion of non-underscore extkeys
...
For example .size for binary
2022-02-11 18:30:17 +01:00
Mattias Wadman
48a19cb82c
interp: Add paste function to allow pasting text into REPL etc
...
Also refactor readline and eval args into option struct and partinally start
addressing some side effects during completion.
2022-02-11 17:59:06 +01:00
Mattias Wadman
97a6bf694b
Merge pull request #142 from wader/bump-github-go-version-1.17.7
...
Update github-go-version from 1.17.6, 1.17.6 to 1.17.7
2022-02-11 17:53:33 +01:00
Mattias Wadman
562a4a55d6
Merge pull request #141 from wader/bump-docker-golang-1.17.7
...
Update docker-golang from 1.17.6 to 1.17.7
2022-02-11 17:53:21 +01:00
Mattias Wadman
8e6e992c53
Merge pull request #140 from wader/interp-abs-path-on-error
...
interp: Use absolute path in errors
2022-02-11 17:53:05 +01:00
bump
267e30ec35
Update github-go-version from 1.17.6, 1.17.6 to 1.17.7
2022-02-11 16:08:44 +00:00
bump
d137a72a7b
Update docker-golang from 1.17.6 to 1.17.7
2022-02-11 16:08:41 +00:00
Mattias Wadman
77ab667bfa
interp: Use absolute path in errors
...
Make it easier to find parse error in init.jq etc
2022-02-11 16:34:20 +01:00
Mattias Wadman
ea829b15e7
Merge pull request #139 from wader/tofromradix-cleanup
...
interp: Refactor radix* into toradix($base)/fromradix($base)
2022-02-11 01:33:42 +01:00
Mattias Wadman
26d9650b0e
interp: Refactor radix* into toradix($base)/fromradix($base)
...
There is also toradix($base; $table)/fromradix($base; $table) for custom symbols and bases.
Add radix tests
Part of cleaning up all convert/tranformation functions into to/from*.
Remove number_to_bytes as with better binary support it can be written as:
1234 | tobytes | [.[range(.size)]] and soon as 1234 | tobytes | explode
2022-02-11 01:28:39 +01:00
Xentripetal
0909fb6dad
Comment on snappy decompression
2022-02-10 08:55:56 -06:00
Xentripetal
21cfc70c38
Dates need to specify UTC too
2022-02-10 08:51:51 -06:00
Mattias Wadman
039f3c4a5d
Merge pull request #137 from thushan/update-readme-for-scoop
...
Adds Windows Scoop instructions for fq in README.
2022-02-10 12:48:33 +01:00
Mattias Wadman
e5f9082c2e
Merge pull request #138 from wader/clearer-mit-license
...
doc: Add more license details
2022-02-10 12:44:30 +01:00
Mattias Wadman
06b67e4b59
doc: Add more license details
...
Related to #137
2022-02-10 12:38:46 +01:00
Thushan Fernando
ae4a6243fc
Adds Windows Scoop instructions for fq.
2022-02-10 21:57:41 +11:00
Xentripetal
0300c955c5
Take heading off doc to match make doc format
2022-02-09 20:59:29 -06:00
Xentripetal
2605bce4e3
Lint and add basic doc
2022-02-09 20:46:12 -06:00
Xentripetal
4508241b1f
Cleanup snappy
2022-02-09 20:39:31 -06:00
Xentripetal
6f57cdbfd0
Timestamps should be UTC
2022-02-09 18:16:26 -06:00
Mattias Wadman
929bfcae2f
Merge pull request #136 from wader/usage-cleanup
...
doc: Cleanup and add more decode value and binary documentation
2022-02-09 21:25:57 +01:00
Mattias Wadman
36307857de
doc: Cleanup and add more decode value and binary documentation
2022-02-09 21:08:01 +01:00
Mattias Wadman
b45154e6eb
Merge pull request #135 from wader/bitio-doc-cleanup3
...
bitio,doc: Even more cleanup
2022-02-09 10:19:25 +01:00
Mattias Wadman
0d74e879fb
bitio,doc: Even more cleanup
2022-02-09 01:35:47 +01:00
Mattias Wadman
277afea0ad
Merge pull request #134 from wader/bitio-doc-cleanup2
...
bitio: More doc cleanup
2022-02-09 01:09:12 +01:00
Mattias Wadman
82aeb35591
bitio: More doc cleanup
2022-02-09 01:03:50 +01:00
Mattias Wadman
d1c75543ed
Merge pull request #133 from wader/binary-decode-doc-fixes
...
binary,decode,doc: Rename buffer to binary and add some documentation
2022-02-08 22:27:59 +01:00
Mattias Wadman
06245d1295
binary,decode,doc: Rename buffer to binary and add some documentation
...
Rename buffer to binary. Still some work left what to call buffer/binary in decode code.
Document decode value and binary type
Fix proper unit padding for tobytes and add still undocumenated extra padding argument.
Add some additional binary tests
2022-02-08 22:20:28 +01:00
Xentripetal
75b8496178
Fix lint
2022-02-07 23:10:25 -06:00
Xentripetal
31c4c0d3c4
Support snappy and deflate codecs
2022-02-07 23:03:50 -06:00
Xentripetal
66ca1f109e
Change tests to use new verbose syntax
2022-02-07 17:39:37 -06:00
Xentripetal
5b11385ea4
Pull latest from wader
2022-02-07 17:35:33 -06:00
Mattias Wadman
2dc2a24f92
Merge pull request #132 from wader/asn1-frompem-doc
...
asn1_ber: Add more doc and multiple outputs for frompem
2022-02-07 18:04:12 +01:00
Mattias Wadman
0312c92c31
asn1_ber: Add more doc and multiple outputs for frompem
2022-02-07 17:41:05 +01:00