1
1
mirror of https://github.com/wader/fq.git synced 2024-10-06 16:39:48 +03:00
Commit Graph

1363 Commits

Author SHA1 Message Date
David McDonald
b08e25ce78 removes unnecessary cast 2022-10-06 23:49:15 -05:00
David McDonald
b7c4576c5e adds necessary cast 2022-10-06 23:47:10 -05:00
David McDonald
f9a1d3f444 fixes calculation of floating point lengths 2022-10-06 23:23:04 -05:00
Mattias Wadman
5576d31e88
Merge pull request #449 from wader/bump-docker-golang-1.19.2
Update docker-golang to 1.19.2 from 1.19.1
2022-10-05 21:20:14 +02:00
Mattias Wadman
4463578926
Merge pull request #450 from wader/bump-github-go-version-1.19.2
Update github-go-version to 1.19.2 from 1.19.1, 1.19.1, 1.19.1
2022-10-05 21:01:42 +02:00
bump
f3f2648bea Update github-go-version to 1.19.2 from 1.19.1, 1.19.1, 1.19.1 2022-10-05 16:11:46 +00:00
bump
4e069625f3 Update docker-golang to 1.19.2 from 1.19.1 2022-10-05 16:11:43 +00:00
Mattias Wadman
8997faa2d7
Merge pull request #434 from wader/release-0.0.10
Release 0.0.10
2022-10-04 18:29:01 +02:00
Mattias Wadman
9621f996b6 fq: Release 0.0.10 2022-10-04 18:21:17 +02:00
Mattias Wadman
5525e9eb8a
Merge pull request #448 from wader/bplist-torepr-tovalue
bplist: Make torepr convert to values
2022-10-04 18:19:28 +02:00
Mattias Wadman
d4d9ecfc62
Merge pull request #447 from wader/bump-github-golangci-lint-1.50.0
Update github-golangci-lint to 1.50.0 from 1.49.0
2022-10-04 18:14:43 +02:00
Mattias Wadman
4886721ba7
Merge pull request #446 from wader/bump-make-golangci-lint-1.50.0
Update make-golangci-lint to 1.50.0 from 1.49.0
2022-10-04 18:14:37 +02:00
Mattias Wadman
16b01211b1 bplist: Make torepr convert to values 2022-10-04 18:12:49 +02:00
bump
816169b629 Update github-golangci-lint to 1.50.0 from 1.49.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.50.0
2022-10-04 16:06:18 +00:00
bump
21f2980e4d Update make-golangci-lint to 1.50.0 from 1.49.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.50.0
2022-10-04 16:06:13 +00:00
Mattias Wadman
906a39e7a4
Merge pull request #445 from wader/tar-try-time-desc
decode,tar: Add scalar description and Try* helpers
2022-10-04 17:31:38 +02:00
Mattias Wadman
cb3dc80252 decode,tar: Add scalar description and Try* helpers
Rework time helpers to use new functions
Fix panic in tar decoder where sym value might be missing

Still not very happy about the API but it's getting better.
2022-10-04 17:18:51 +02:00
Mattias Wadman
f7c44f9d8f
Merge pull request #444 from wader/bplist-fixes
bplist: Fix unknown field for singletons and add torepr tests
2022-10-04 14:38:23 +02:00
Mattias Wadman
421b2b3071 bplist: Fix unknown field for singletons and add torepr tests 2022-10-04 14:30:54 +02:00
Mattias Wadman
09ea08f3aa
Merge pull request #427 from dgmcdona/bplist
Adds support for Apple Binary Plist, version 00
2022-10-04 14:25:53 +02:00
Mattias Wadman
56474a6d28
Merge pull request #441 from wader/mp4-data-format-typo
mp4: Fix data_format typo
2022-10-02 23:37:50 +02:00
Mattias Wadman
20a15372ba mp4: Fix data_format typo 2022-10-02 23:31:38 +02:00
Mattias Wadman
a8c04aa24e
Merge pull request #440 from wader/interp-correct-cli-interrupt
interp: Fix interrupt panic for cli eval
2022-09-29 18:25:55 +02:00
Mattias Wadman
c4219d69db interp: Fix interrupt panic for cli eval
Rewrite cli query to use display as output query, same as for repl.
Without this "tovalue" values that don't print in the current eval
will end up in the paren eval and be written using an output without
a cancel context.
2022-09-29 18:17:57 +02:00
Mattias Wadman
88b598ead7
Merge pull request #439 from wader/gojq-update
gojq: Update fq fork
2022-09-29 16:36:38 +02:00
Mattias Wadman
404b17047d gojq: Update fq fork
Fixes: Iter function with no outputs in a path(...) throws errors
https://github.com/itchyny/gojq/issues/191
2022-09-29 16:19:40 +02:00
Mattias Wadman
fb6b186122
Merge pull request #438 from wader/update-deps
deps: Manual update ones not using bump
2022-09-28 16:12:46 +02:00
Mattias Wadman
a468684ae8 deps: Manual update ones not using bump
Uses branch as they lack release tag

github.com/gomarkdown/markdown@master
golang.org/x/crypto@master
golang.org/x/exp@master
golang.org/x/net@master
2022-09-28 16:05:33 +02:00
Mattias Wadman
b242c5ce96
Merge pull request #437 from wader/gojq-update
gojq: Update rebased fq fork
2022-09-28 15:58:22 +02:00
Mattias Wadman
376f0ebb24 gojq: Update rebased fq fork
Also sync colorjson encoder with gojq encoder
2022-09-28 15:44:16 +02:00
Mattias Wadman
d2d77dae88
Merge pull request #436 from wader/readline-update
readline: Update rebased fq fork
2022-09-28 15:07:37 +02:00
Mattias Wadman
ea81efec38 readline: Update rebased fq fork 2022-09-28 15:00:26 +02:00
Mattias Wadman
ac032faf3a
Merge pull request #435 from wader/doc-fix-example-prompts
doc: Fix some incorrect example prompts
2022-09-27 13:53:24 +02:00
Mattias Wadman
0fdc03a4f1 doc: Fix some incorrect example prompts 2022-09-27 13:42:31 +02:00
Mattias Wadman
d4315322e0
Merge pull request #433 from wader/wav-smpl-chunk
wav: Decode smpl chunk
2022-09-26 12:51:34 +02:00
Mattias Wadman
d6316d5cbf wav: Decode smpl chunk 2022-09-26 11:28:02 +02:00
Mattias Wadman
50f690cf6d
Merge pull request #432 from wader/decode-toactual-tosym-bitbufs-etc
interp: Make to{actual,sym} behave similar to tovalue
2022-09-25 19:21:22 +02:00
Mattias Wadman
00ee10a1a1 interp: Make to{actual,sym} behave similar to tovalue
Before if you did toactual it behaved differently and even gave error for
a scalar that only had actual value set. Now both to{actal,sym} works
similar to tovalue but will force if actual or sym value should be used.
2022-09-25 17:53:12 +02:00
Mattias Wadman
2bda12e4b4
Merge pull request #431 from wader/ranges-gap-empty-ranges
ranges,decode: Correctly skip empty ranges when adding unknown fields
2022-09-25 16:38:57 +02:00
Mattias Wadman
0f35fe48fd ranges,decode: Correctly skip empty ranges when adding unknown fields
Before an empty range could cause gaps to be devided instead of continous.
2022-09-25 16:02:15 +02:00
David McDonald
1e47f4f2f7 updates tests post integer-bug fix 2022-09-25 00:48:43 -05:00
David McDonald
ebae938d0e Fixes bug in integer parsing 2022-09-25 00:43:21 -05:00
David McDonald
bcccde2358 Fixes and embeds documentation 2022-09-24 12:57:11 -05:00
David McDonald
3d8ea1deac updates torepr for data type 2022-09-23 22:12:30 -05:00
David McDonald
12836abe26 updates fqtest 2022-09-23 21:16:28 -05:00
David McDonald
5f61994087 adds function for decoding fixed sized arrays 2022-09-23 20:50:41 -05:00
David McDonald
3deceeebd6 fixes from PR comments 2022-09-23 20:23:29 -05:00
David McDonald
3198602d25 removed unused return type 2022-09-23 20:23:29 -05:00
David McDonald
369f4016c1 removed unneccessary type conversions 2022-09-23 20:23:29 -05:00
David McDonald
6b04f2de1c Documentation cleanup 2022-09-23 20:23:29 -05:00