miller/internal/pkg/lib
John Kerl 0493a0debd
Fatal-on-data-error mlr -x option (#1373)
* Fatal-on-data-error `mlr -x` option [WIP]

* arithmetic.go error-reason propagation

* more

* more

* more

* renames

* doc page

* namefix

* fix broken test

* make dev
2023-08-30 19:39:22 -04:00
..
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
docurl.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
file_readers.go Support ZSTD compression in-process (#1360) 2023-08-19 15:22:59 -04:00
getoptify.go Let mlr help take pre-flags, such as --always-color (#1292) 2023-05-15 01:14:59 -04:00
halfpipe.go More dead code removal (#905) 2022-01-30 12:03:41 -05:00
latin1.go DSL functions and verbs for UTF-8 <-> Latin-1 (#997) 2022-03-20 17:29:40 -04:00
latin1_test.go DSL functions and verbs for UTF-8 <-> Latin-1 (#997) 2022-03-20 17:29:40 -04:00
logger.go Fatal-on-data-error mlr -x option (#1373) 2023-08-30 19:39:22 -04:00
mlrmath.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
ordered_map.go Remove unreachable code (#903) 2022-01-27 12:23:00 -05:00
paragraph.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
rand.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
readfiles.go Fix #1164: regression on CSV blank-line handling (#1168) 2023-01-01 16:49:14 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
regex.go make fmt 2022-11-26 00:23:12 -05:00
regex_test.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
stats.go Use int64 wherever "64-bit integer" is assumed (#902) 2022-01-27 12:06:25 -05:00
time.go Add DSL functions for integer nanoseconds since the epoch (#1326) 2023-06-24 17:05:15 -04:00
time_test.go Add DSL functions for integer nanoseconds since the epoch (#1326) 2023-06-24 17:05:15 -04:00
tsv_codec.go Fix ASCII vs UTF-8 in TSV writer (#1023) 2022-05-02 20:52:34 -04:00
tsv_codec_test.go Make TSV finally true TSV (#923) 2022-02-06 00:13:55 -05:00
unbackslash.go Webdoc information on Unicode string literals (#935) 2022-02-09 00:28:04 -05:00
unbackslash_test.go Include \U support in addition to \u for DSL Unicode string literals (#917) 2022-02-02 09:35:29 -05:00
util.go Add optional second base argument to int DSL function (#1244) 2023-03-24 00:28:39 -04:00

These are basic library routines for Miller.