1
1
mirror of https://github.com/wader/fq.git synced 2024-11-28 11:42:50 +03:00
Commit Graph

759 Commits

Author SHA1 Message Date
siddik.acil
2638f419eb macho: add darwin_amd64 tests 2022-02-21 20:32:17 +01:00
siddik.acil
70b84cded9 macho: ntools fix LC_MAIN fix 2022-02-21 20:32:17 +01:00
siddik.acil
efdd0bf5e8 macho: discard lc_ and lowercase command names 2022-02-21 20:32:17 +01:00
siddik.acil
2021b05408 macho: make actual 2022-02-21 20:32:17 +01:00
siddik.acil
5e95d1c3fe macho: add cpuSubTypes 2022-02-21 20:32:17 +01:00
siddik.acil
fb0654ec7a macho: fix FieldUTF8NullFixedLen for segname 2022-02-21 20:32:17 +01:00
siddik.acil
9eb71dc662 macho: generate doc via make doc 2022-02-21 20:32:13 +01:00
siddik.acil
5f4ad41005 macho: use FieldUTF8NullFixedLen for segname 2022-02-21 20:31:12 +01:00
siddik.acil
333a3243f8 macho: add scalar.Hex mapper to addr fields 2022-02-21 20:31:12 +01:00
siddik.acil
90b94631bc macho: adopt plural-singular scheme for FieldStructArrayLoop 2022-02-21 20:31:12 +01:00
siddik.acil
12eb7cc536 macho: use FieldUTF8NullFixedLen 2022-02-21 20:31:12 +01:00
siddik.acil
b5fe9ce655 macho: change registry description 2022-02-21 20:31:12 +01:00
siddik.acil
1feb81c9cd macho: little-endian to little_endian 2022-02-21 20:31:12 +01:00
siddik.acil
bf214d5e4e macho: add nolint suppression to const defs 2022-02-21 20:31:12 +01:00
siddik.acil
9206d9d8ab macho: magicToHex to scalar.Hex 2022-02-21 20:31:12 +01:00
siddik.acil
b78ed02fb3 macho: barebones decoder impl 2022-02-21 20:31:12 +01:00
Mattias Wadman
00f231d67a
Merge pull request #170 from wader/interp-move-opts-eval
interp: Move opts eval to options.jq
2022-02-20 21:54:52 +01:00
Mattias Wadman
0bc1171914 interp: Move opts eval to options.jq
Also made _main a bit nicer
2022-02-20 21:48:01 +01:00
Mattias Wadman
e8bcc20f76
Merge pull request #169 from wader/formats-href
doc: Add href in supported format list
2022-02-19 01:45:24 +01:00
Mattias Wadman
d334c2d4ea doc: Add href in supported format list 2022-02-19 01:33:45 +01:00
Mattias Wadman
d4faaadcc0
Merge pull request #168 from wader/repl-rewrite-cleanup
repl: Add comments and query from/to  helper
2022-02-18 21:06:32 +01:00
Mattias Wadman
ca8cdadbe3 repl: Add comments and query from/to helper 2022-02-18 20:59:21 +01:00
Mattias Wadman
df63e4dffb
Merge pull request #166 from wader/bump-make-golangci-lint-1.44.2
Update make-golangci-lint from 1.44.1 to 1.44.2
2022-02-18 17:16:41 +01:00
Mattias Wadman
705cbe530c
Merge pull request #167 from wader/bump-github-golangci-lint-1.44.2
Update github-golangci-lint from 1.44.1 to 1.44.2
2022-02-18 17:16:34 +01:00
bump
5c6e1d3226 Update github-golangci-lint from 1.44.1 to 1.44.2
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.44.2
2022-02-18 16:09:02 +00:00
bump
9d5ba82649 Update make-golangci-lint from 1.44.1 to 1.44.2 2022-02-18 16:09:00 +00:00
Mattias Wadman
9975ec1aaf
Merge pull request #165 from wader/repl-interp-speedup
repl: Speedup multi input to sub-repl
2022-02-18 09:37:46 +01:00
Mattias Wadman
a414fb4135
Merge pull request #164 from wader/doc-improve3
doc: Improve and fix some typos
2022-02-18 09:36:37 +01:00
Mattias Wadman
e238f292af repl: Speedup multi input to sub-repl
Rewrite non-sub-repl queries as "q" -> ".[] | q" and pass in inputs as array.
Before each input did an eval.

Also fixup error message a bit, skip line:column when they dont make sense.
2022-02-18 01:13:45 +01:00
Mattias Wadman
a202df9aa8 doc: Improve and fix some typos 2022-02-17 22:51:05 +01:00
Mattias Wadman
20599432d4
Merge pull request #163 from wader/bump-github-golangci-lint-1.44.1
Update github-golangci-lint from 1.44.0 to 1.44.1
2022-02-17 17:24:22 +01:00
Mattias Wadman
7016094868
Merge pull request #162 from wader/bump-make-golangci-lint-1.44.1
Update make-golangci-lint from 1.44.0 to 1.44.1
2022-02-17 17:24:04 +01:00
bump
ca04cc200b Update github-golangci-lint from 1.44.0 to 1.44.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.44.1
2022-02-17 16:08:36 +00:00
bump
1b8e693656 Update make-golangci-lint from 1.44.0 to 1.44.1 2022-02-17 16:08:32 +00:00
Mattias Wadman
6d02b2e5a4
Merge pull request #161 from wader/decode-cleanup
decode: Some cleanup
2022-02-17 09:37:21 +01:00
Mattias Wadman
cd2cbef6fe decode: Some cleanup
Fix PeekFind arg order
2022-02-17 00:25:24 +01:00
Mattias Wadman
c95b0d6d19 doc: Forgot make doc 2022-02-16 20:13:28 +01:00
Mattias Wadman
a180ded28d
Merge pull request #160 from wader/doc-some-formats-details
doc,asn1_ber: Add more documentation
2022-02-16 20:12:23 +01:00
Mattias Wadman
c6a90cfc1d doc,asn1_ber: Add more documentation 2022-02-16 20:02:23 +01:00
Mattias Wadman
9bf28a705b
Merge pull request #159 from wader/jq-lsp-builtins
dev: Add .jq-lsp.jq to add additional builtins for jq-lsp
2022-02-16 19:59:30 +01:00
Mattias Wadman
9e4f264193 dev: Add .jq-lsp.jq to add additional builtins for jq-lsp
Fixes missing function errors for fq builtins
Add includes to fix some other missing function errors

Add COMPLETION_TIMEOUT env to increase comepletion timeout during test using -race
2022-02-16 19:52:42 +01:00
Mattias Wadman
ca67eeb3a7
Merge pull request #158 from wader/doc-improved-description
doc: Improve project description
2022-02-16 19:00:13 +01:00
Mattias Wadman
9ec1d35777 doc: Improve project description 2022-02-16 18:45:18 +01:00
Mattias Wadman
441b9e55ab
Merge pull request #157 from wader/interp-is-deocde-value-jq
interp: Move _is_decode_value to jq
2022-02-15 22:35:07 +01:00
Mattias Wadman
9dc59e5d39 interp: Move _is_decode_value to jq
Make _extype work like type
2022-02-15 22:20:32 +01:00
Mattias Wadman
ba948219f5
Merge pull request #155 from wader/fq-0.0.5
fq: Update version to 0.0.5
2022-02-13 23:53:42 +01:00
Mattias Wadman
aef476deef fq: Update version to 0.0.5 2022-02-13 23:47:45 +01:00
Mattias Wadman
cdfd052460
Merge pull request #154 from wader/changelog
doc: Add CHANGES.md documenting release changes
2022-02-13 23:41:19 +01:00
Mattias Wadman
68ba2e810e doc: Add CHANGES.md documenting release changes 2022-02-13 23:36:11 +01:00
Mattias Wadman
d4cc544448
Merge pull request #153 from wader/doc-dev-more-decode-api
doc: More decode API details and polish
2022-02-13 17:22:04 +01:00