Commit graph

109 commits

Author SHA1 Message Date
John Kerl
03fcfb712a
Fix operator-precedence doc table to match DSL grammar (#911)
* Fix multiple on-line-help issues from #907

* build-artifacts for previous commit

* Fix operator-precedence doc table to match DSL grammar
2022-02-01 00:04:25 -05:00
John Kerl
c327055db7
Fix multiple on-line-help issues from #907 (#910)
* Fix multiple on-line-help issues from #907

* build-artifacts for previous commit
2022-01-31 23:41:32 -05:00
John Kerl
4b9227b5a8 Add more clarity on color-name choices 2022-01-31 23:21:44 -05:00
John Kerl
bef2fa74de
Update default colorization (#904)
* colorization experiment

* todo

* Add dependency on github.com/johnkerl/lumin

* lumin dependency

* more badges in README.md

* on-line help for bold/underine/reverse

* update webdocs
2022-01-30 14:12:47 -05:00
John Kerl
971255ff2b typofix 2022-01-30 12:06:23 -05:00
John Kerl
930162c200 add fixed-length option to ngrams 2022-01-29 13:20:08 -05:00
John Kerl
f7ff63124b
mlr split verb (#898)
* mlr split

* regression-test cases

* doc-build artifacts
2022-01-26 23:16:25 -05:00
John Kerl
dad6456022
Clarify source for printf-style formatting (#895) 2022-01-24 22:52:38 -05:00
John Kerl
62a50fb9a5 Fix slwin-7-2 -> slwin_7_2 doc info 2022-01-24 16:33:05 -05:00
John Kerl
b4c50470a2 typofix 2022-01-23 23:18:23 -05:00
John Kerl
77811a4788
Sliding window averages (#894)
* todo

* Neaten existing DSL sketch

* rebase on #893, and sketch

* code-complete

* build artifacts for previous commit

* replace - with _ in shift and slwin
2022-01-23 23:03:46 -05:00
John Kerl
a2a9118ad8
Implement shift-lead option for mlr step (#893)
* iterating

* stepper-input refactor in prep for sliding-window PR

* window-keeper util class

* integrate window-keeper into step-transformer
2022-01-23 00:54:39 -05:00
John Kerl
35bc852cd7 doc-neaten 2022-01-21 09:57:07 -05:00
John Kerl
b6bad96caf
Fix #891 (#892)
* Fix #891

* update tests; artifacts for previous commit
2022-01-20 13:34:58 -05:00
John Kerl
d25cf6fd70
Improve mlr top documentation for #861 (#875)
* Doc improvements for mlr top -a

* Build-artifacts for previous commit
2022-01-16 17:00:28 -05:00
John Kerl
0269c90b4a doc-build for #871 2022-01-13 10:10:42 -05:00
John Kerl
a0048f0393
New format DSL function (#869)
* New format DSL function

* Updated affected test cases involving on-line help on "for" prefix

* doc-build artifacts for previous commit

* regression-test cases
2022-01-12 22:40:59 -05:00
John Kerl
1e1e03e4b3
New concat DSL function for arrays (#868)
* New concat DSL function for arrays

* Documentation artifacts for previous commit

* Regression-test cases
2022-01-12 21:14:27 -05:00
John Kerl
67179eb791
Allow 0o... octal literals in the DSL (#864)
* Continue from #856

* Update expected-fail messages in test cases

* Allow 0o... octal literals in the DSL

* Build artifacts for previous commit

* go.mod/go.sum for goccmack/gocc

* Regression-test case

* Doc updates
2022-01-11 19:46:45 -05:00
John Kerl
7c19750574
Typo fix for #863 2022-01-11 14:32:12 -05:00
Gary Armstrong
e07f154d93
misspelling (#863)
fix spelling
2022-01-11 14:30:38 -05:00
vapniks
21bde20dfc
fix typo (#862) 2022-01-11 14:02:00 -05:00
John Kerl
2ddee849da doc-neaten 2022-01-11 10:43:11 -05:00
John Kerl
43e81eec20 Update version string to 6.0.0-dev for post-release 2022-01-11 09:32:14 -05:00
John Kerl
f06a6895dd Follow-up for #859 2022-01-10 23:15:56 -05:00
Jauder Ho
96909a2da6
Update installing-miller.md (#859)
Small typo fix
2022-01-10 23:15:05 -05:00
John Kerl
99c062309f
Emit notes (#858)
* Conda/Docker install notes

* Clarify wording for #827
2022-01-10 22:55:49 -05:00
John Kerl
eb69d232c1
Conda/Docker install notes (#857) 2022-01-10 22:48:39 -05:00
John Kerl
cf64912d13 fix broken link in contributing.md.in 2022-01-10 19:58:33 -05:00
John Kerl
e98491c99a Run "make docs" after previous PRs 2022-01-10 19:56:29 -05:00
vapniks
bfcea27bf6
Fix typo (#855) 2022-01-10 19:55:20 -05:00
vapniks
67c5e09ad4
Fix typo (#854) 2022-01-10 19:55:01 -05:00
John Kerl
032192177c TL;DRs in new-in-miller-6.md.in 2022-01-10 10:54:47 -05:00
John Kerl
b434885125 TL;DRs in new-in-miller-6.md.in 2022-01-10 10:49:20 -05:00
John Kerl
352306aa94 TL;DRs in new-in-miller-6.md.in 2022-01-10 10:45:13 -05:00
John Kerl
ba72efc7bb doc-neatens 2022-01-10 10:31:21 -05:00
Andrea Borruso
0b6af66584
a small typo (#846) 2022-01-09 22:32:37 -05:00
John Kerl
a61650dc36 Link to release page in new-in-miller-6.md.in 2022-01-09 20:31:15 -05:00
John Kerl
b83efc8b07 Update docs re release status 2022-01-09 20:12:59 -05:00
John Kerl
69c5b412e6 Tag 6.0.0 2022-01-09 19:46:45 -05:00
John Kerl
ebef818a00
More Miller 6 doc info (#849)
* Info on operator precedence and the REPL

* Information on indexed emit/emit1 in Miller 6
2022-01-09 19:25:44 -05:00
John Kerl
da91878939
Distinguish between JSON and JSON Lines formats (#844)
* Draw a distinction between JSON and JSON Lines formats

* Add JSON Lines to on-line help example

* Have JSON format default to --jlistwrap and --jvstack

* Update test cases for --jlistwrap output for JSON output format

* Have JSON format default to --jlistwrap and --jvstack for --{X}2j as well

* Make --jlistwrap / --jvstack as legacy flags, since now --json and --jsonl

* Add --c2l, --l2c, etc. command-line flags

* docmods for JSON Lines

* Update regression-test cases for JSON / JSON Lines distinction
2022-01-09 11:11:54 -05:00
John Kerl
7143288689 Merge branch 'main' of https://github.com/johnkerl/miller 2022-01-08 21:58:14 -05:00
John Kerl
bcd98f1183 typofix 2022-01-08 21:52:29 -05:00
John Kerl
8267b2220d 6.0.0.rc1 2022-01-08 15:47:19 -05:00
John Kerl
ed98b50d0f
ngrams update (#841) 2022-01-08 15:34:07 -05:00
John Kerl
0c75713b94
Fix codespell config to skip multiple files (#837)
* trying to get codespell to trigger before merge to main

* iterating

* https://github.com/codespell-project/actions-codespell

* iterating

* iterating

* iterating

* iterating

* iterating

* more

* more

* more
2022-01-03 23:16:43 -05:00
John Kerl
1b9526e585
More codespell fixes (#834)
* Fix mlr tail -n4

* More codespell fixes
2022-01-03 21:40:53 -05:00
John Kerl
a343741b73 Merge branch 'main' of https://github.com/johnkerl/miller 2022-01-01 12:55:48 -05:00
John Kerl
42ffeb04bd doc-neaten 2022-01-01 12:51:51 -05:00