From aeccfaf6596b4e820e90596aff93b7253e1f92ce Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 18 Jan 2021 21:01:29 -0500 Subject: [PATCH] todo --- go/todo.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/go/todo.txt b/go/todo.txt index 129376101..9b2f9f6d5 100644 --- a/go/todo.txt +++ b/go/todo.txt @@ -1,18 +1,16 @@ ---------------------------------------------------------------- TOP OF LIST: -? reddit, discord, ? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -! emitx/io-redirect/etc ! fix all typemasks; 'int x = 1; x = "abc"' * merge-fields -* do some profiling every so often +* in-place processing +* prepipe + * c/go both: o https://brandur.org/logfmt is simply DKVP w/ IFS = space (need dquot though) o https://docs.fluentbit.io/manual/pipeline/parsers/ltsv is just DKVP with IFS tab and IPS colon -* in-place processing -* prepipe +* do some profiling every so often - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -127,7 +125,6 @@ no need to bootstrap a parser for the parser-generator language * UDF nexts: o more functions (see below) - o json_parse / json_stringify functions? !! strlen for UTF-8; wat ! regex captures o strmatch https://github.com/johnkerl/miller/issues/77#issuecomment-538790927