Commit graph

143 commits

Author SHA1 Message Date
John Kerl
9ba7d7b2ff
Doc updates for funct keyword (#961) 2022-02-22 00:33:35 -05:00
John Kerl
529f559422 Doc updates for #960 2022-02-22 00:10:49 -05:00
John Kerl
6dde90a5ef doc updates for #943 2022-02-21 23:50:10 -05:00
John Kerl
36298bea47 Add a data file missing from a recent commit 2022-02-21 22:40:50 -05:00
John Kerl
8fcc1a6419
FAQ entry for #351 (#958) 2022-02-21 17:34:48 -05:00
John Kerl
aea6f61f7c
FAQ entry for #285: carriage returns in field names (#953) 2022-02-21 13:01:00 -05:00
John Kerl
228f73415e
Add --implicit-tsv-header as alias for --implicit-csv-header, etc (#952)
* Add -implicit-tsv-header as aliias for --implicit-csv-header, etc

* doc-build artifacts for previous commit
2022-02-21 12:48:43 -05:00
John Kerl
7e9704131a typofix 2022-02-21 12:26:43 -05:00
John Kerl
47a427b00c
Fix "%%" in strptime; more test cases for strptime (#951)
* strptime debug mode

* Fix strptime %% format code

* internal/pkg/pbnjay-strptime/strptime_test.go; reg-test files

* Web-doc improvements for strftime and strptime

* doc-build artifacts
2022-02-21 12:21:04 -05:00
John Kerl
8cf7de2b74 doc-build artifacts for previous commit 2022-02-19 23:31:55 -05:00
John Kerl
f2fa246540 Ran "make dev" after #949 2022-02-18 18:45:46 -05:00
Jordi
8aecba305f
Fix: multiple documentation tweaks (#949)
* Fix: multiple documentation tweaks

* Fix: undo two lines removal

* Fix: recover the lost Oxford commas
2022-02-18 18:38:30 -05:00
John Kerl
3a7f67fbe0 Note re Oxford comma in documentation 2022-02-18 17:28:39 -05:00
John Kerl
ff0c1a5726 Misc. doc-neatens 2022-02-18 10:17:08 -05:00
John Kerl
3b5b476b2e Fix &le typo in reference-verbs#histogram 2022-02-18 09:51:15 -05:00
John Kerl
fbfac891d6 Note on trailing commas in JSON-parsers for Miller 5 vs 6 2022-02-15 23:31:15 -05:00
John Kerl
bb95f37066
New fmtifnum DSL function; make fmtnum/fmtifnum recursive over maps and arrays (#946)
* New fmtifnum DSL function

* doc-build artifacts for previous commit

* Make fmtnum/fmtifnum recursive over maps and arrays

* Online-help examples for fmtnum/fmtifnum

* doc-build artifacts for previous commit

* unit-test cases

* code-dedupe
2022-02-14 23:57:14 -05:00
John Kerl
bafbfce4d2 source for artifact committed in #945 2022-02-14 16:10:28 -05:00
zach valenta
e77e55964d
Update reference-verbs.md (#945) 2022-02-14 16:09:04 -05:00
John Kerl
8eeb82809e
Webdoc information on Unicode string literals (#935) 2022-02-09 00:28:04 -05:00
John Kerl
de9e17f73b Webdoc example of natural sort 2022-02-08 23:53:03 -05:00
John Kerl
98d0a4398a
'mlr help function nonesuch' should not be silent (#934)
* mlr help function nonesuch should not be silent

* doc-build artifacts
2022-02-08 21:19:46 -05:00
John Kerl
d67868bd33
Add Inf and NaN literals to the DSL (#933)
* Add Inf and NaN literals to the DSL

* Parser-build artifacts

* is_nan DSL function

* doc-build artifacts

* webdoc material
2022-02-08 09:58:50 -05:00
John Kerl
ca9505dfaf
Natural sort (#932)
* Add natural sort order as an option for the sort verb

* Add natural sort order as an option for the sort DSL function

* doc-build artifacts for on-line help

* webdocs

* codespell fix

* unit-test files for sort verb

* unit-test files for sort DSL function
2022-02-08 00:35:28 -05:00
John Kerl
481be82f81 Boolean inference for issue 908 2022-02-07 18:56:45 -05:00
John Kerl
12e457bc96
strptime %j format for 3-digit day in year (#930)
* strptime %j format for 3-digit day in year

* doc mods
2022-02-07 09:10:27 -05:00
John Kerl
4ac5c80b11
Expand on-line help for split* DSL functions (#927)
* Expand on-line for split* DSL functions

* doc-build artifacts
2022-02-06 12:34:23 -05:00
John Kerl
d637559fea
On-line help for -s flag (#926)
* On-line help for -s flag

* doc-build artifacts
2022-02-06 11:20:10 -05:00
John Kerl
9f5a11f707
New --lazy-quotes flag for helping with malformed CSV (#925)
* Lazy-quotes option for CSV parser

* doc-build artifacts

* test cases

* doc-proofreads
2022-02-06 01:05:35 -05:00
John Kerl
66c4a077fd
Make TSV finally true TSV (#923)
* Spec-TSV

* doc mods; more test cases
2022-02-06 00:13:55 -05:00
John Kerl
ac47c7052a typofix 2022-02-05 00:27:25 -05:00
John Kerl
b7f76cd622
Multiple on-line-help issues from #908 (#921)
* More on issue 908

* doc-build artifacts
2022-02-05 00:18:55 -05:00
John Kerl
9c29f0cef9
Multiple on-line-help issues from #908 (#913)
* Populate help strings for systime, systimeint, and uptime DSL functions

* Extend help strings for joink, joinv, and joinkv

* Expand on-line help for ssub/sub/gsub

* doc artifacts
2022-02-04 22:43:33 -05:00
John Kerl
4a2d77213e typofix 2022-02-04 20:22:17 -05:00
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