mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
* Porting * Update some tests that depend on AST-print output * iterating on GOCC -> PGPG * iterating * iterating * iterating * iterating * iterating * Modify expout files that need only AST-print-syntax updates * iterating * iterating * iterating * iterating * iterating * iterating * iterating * iterating * iterating * iterating * iterating * sync test cases from mlr-6.17.0, except AST-prints ... * sync test cases from mlr-6.17.0, except AST-prints ... * Fix lashed emit for $* and @* * Fix --1 and ++1 chained unary ops * Emit with function callsite * test cases * dot operator * M_PI and M_E * Iterating on lashed emit cases * error-wording differences * rm some should-fail files * Fix issue with leading semicolon * trailing comma in func params; most AST-print deltas * error-wording delta * fix unset all * AST-print deltas * go mod tidy: forced `go 1.25` to `go 1.25.0` * Depend on PGPG v1.0.0 * Fix Windows CI failure * Remove cmd/experiments/dsl_parser * GOCC -> PGPG * neaten * Fix regex issue found in doc gen |
||
|---|---|---|
| .. | ||
| 0001 | ||
| 0002 | ||
| 0003 | ||
| 0004 | ||
| 0005 | ||
| 0006 | ||
| 0007 | ||
| 0008 | ||
| 0009 | ||
| 0010 | ||
| 0011 | ||
| 0012 | ||
| 0013 | ||
| 0014 | ||
| 0015 | ||
| README.txt | ||
The Miller REPL startup banner is only printed if the input is detected to be a terminal -- i.e. yes for interactive use, no for scripted use (such as regression tests). However the "is a terminal" check is (as of April 2021 anyway) non-functional on Windows so the startup banner is always printed. This means that if you develop on Linux/MacOS any tests using `mlr repl` will pass but will fail on Windows. Be sure to use `mlr repl -q` so the Miller REPL startup banner will be suppressed on all platforms.