Commit graph

5724 commits

Author SHA1 Message Date
John Kerl
230d59cd0b grammar iterate 2020-08-28 13:04:27 -04:00
John Kerl
31a04a2bb5 neaten 2020-08-28 11:52:32 -04:00
John Kerl
b665dc5804 AST statement-block iterate 2020-08-28 11:48:04 -04:00
John Kerl
7ee776f527 AST-print iterate 2020-08-28 11:08:58 -04:00
John Kerl
3dfaf9bb92 AST iterate 2020-08-28 10:53:01 -04:00
John Kerl
491a902533 miller/dsl/ast/AST -> miller/dsl/AST package reshape 2020-08-28 10:01:00 -04:00
John Kerl
9d24458a10 parser iterate 2020-08-28 09:55:51 -04:00
John Kerl
ed9b311e80 gocc/parser iterate 2020-08-28 00:40:01 -04:00
John Kerl
2378c69652 gocc/parser iterate 2020-08-28 00:29:22 -04:00
John Kerl
93a2cbc520 gocc/parser iterate 2020-08-27 23:22:53 -04:00
John Kerl
51e505d1c1 gocc/parser iterate 2020-08-27 23:06:58 -04:00
John Kerl
52baf63eb2 name interface types with leading I 2020-08-27 20:53:24 -04:00
John Kerl
fe1d78fb07 maxprocs 2020-08-27 15:55:32 -04:00
John Kerl
3a166ea667 json-number fixup 2020-08-27 15:44:10 -04:00
John Kerl
1f7f0ef723 nidx reader 2020-08-27 15:30:06 -04:00
John Kerl
8c9262c795 neaten 2020-08-27 14:35:42 -04:00
John Kerl
da6830a7a9 json reader with ordered maps 2020-08-27 14:33:57 -04:00
John Kerl
f1bfc32ad8 json-reader experiments 2020-08-27 09:32:52 -04:00
John Kerl
841bac7767 csv reader iterate 2020-08-27 08:47:22 -04:00
John Kerl
457703b6b6 gofmt all 2020-08-27 08:32:55 -04:00
John Kerl
0ad05df17c json output iterate 2020-08-27 08:27:41 -04:00
John Kerl
a6fa5a350e miller/ prefixing on package names 2020-08-27 00:13:05 -04:00
John Kerl
d3e209bb64 initial csv-writer 2020-08-27 00:06:22 -04:00
John Kerl
481a894fd4 neaten 2020-08-26 23:53:37 -04:00
John Kerl
a7359852c0 xtab writer 2020-08-26 23:37:57 -04:00
John Kerl
cc3fd8a3c7 record-writer factory iterate 2020-08-26 23:28:57 -04:00
John Kerl
62e22527b1 record-reader factory iterate 2020-08-26 23:09:51 -04:00
John Kerl
aed76b4f94 mapper-factory; neatens 2020-08-26 22:40:58 -04:00
John Kerl
eb9c10efbc mappers cat & tac 2020-08-26 22:16:55 -04:00
John Kerl
a80040b560 RecordMapper interface 2020-08-26 22:05:59 -04:00
John Kerl
277b5c7765 stream iterate 2020-08-25 23:09:18 -04:00
John Kerl
4dc90f0aad neaten 2020-08-25 22:53:54 -04:00
John Kerl
cb52eb0992 neaten 2020-08-25 22:48:13 -04:00
John Kerl
ecbfe0fc3d neaten 2020-08-25 22:43:10 -04:00
John Kerl
d4aec5c2aa streamer iterate 2020-08-25 22:40:12 -04:00
John Kerl
ca77857970 neaten 2020-08-25 21:37:19 -04:00
John Kerl
4462027d6e neaten 2020-08-25 21:28:04 -04:00
John Kerl
f78dce134d neaten 2020-08-25 20:25:05 -04:00
John Kerl
2da294e722 perf iterate 2020-08-25 20:15:45 -04:00
John Kerl
dc5f099065 iterate 2020-08-25 17:21:32 -04:00
John Kerl
d293ab63bc iterate 2020-08-25 17:20:44 -04:00
John Kerl
164b6299ff mlr.go build script 2020-08-25 17:05:18 -04:00
John Kerl
bf5f64198f neaten 2020-08-25 15:46:44 -04:00
John Kerl
bd14cff275 Merge branch 'master' of git+ssh://github.com/johnkerl/miller 2020-08-25 15:45:32 -04:00
John Kerl
e63504ce3a mlr.go iterate 2020-08-25 15:45:17 -04:00
John Kerl
9a7ab36968
Merge pull request #361 from terorie/reg_test_libc_race
c/reg_test: make subprocess test libc-agnostic
2020-08-24 21:11:23 -04:00
Richard Patel
39cd68dd29
c/reg_test: make subprocess test libc-agnostic
A test in c/reg_test/run currently relies on glibc-specific
print buffering behavior in a test case that checks environment
vars with subprocesses.

The case in question made mlr spawn a script that prints a few lines
but also had mlr print lines itself at the same time. The order of
lines from mlr vs subprocess are undefined, producing a slightly
different outcome on Alpine Linux than on Glibc-based distributions.

This commit adds the "put -q" flag to the test case effectively
causing only the subprocess output to be printed (which is the one
the particular test case was interested in).

Relates to https://github.com/johnkerl/miller/issues/293
2020-08-24 22:14:38 +02:00
John Kerl
7dd761a08a post-5.9.0 2020-08-19 16:34:52 -04:00
John Kerl
919f9250ac 5.9.0 docs 2020-08-19 14:57:11 -04:00
John Kerl
640af6eb1c 5.9.0 2020-08-19 14:35:36 -04:00