From 72083c1f33b9c34bc9740cdd801b71a54ca4d424 Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Tue, 26 Aug 2025 14:14:13 +0200 Subject: [PATCH] remove notes from repo --- notes.txt | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 notes.txt diff --git a/notes.txt b/notes.txt deleted file mode 100644 index 744016e..0000000 --- a/notes.txt +++ /dev/null @@ -1,34 +0,0 @@ -speed up wand exec with smarter caching -fix notation: .build/wand net/http.Get https://squareroundforest.org | less -fix wand exec: .build/wand -- 'func(a struct{Foo string}) string { return a.Foo }' --foo bar -allow in wand exec: .build/wand 'regexp.MustCompile("a").MatchString' aaa -the exec command could have an --import option for the packages, for cases when it's not possible to infer -considering that the possible input comes from limited sources, it may make sense to not escape just every dot in markdown -fix short form: program error: exec: exec: short form shadowing field name: no-cache -fix error reporting: program error: exec: exec: short form shadowing field name: no-cache -header file for the docreflect generated code -switch to wand docreflect for the docreflect generated code -rename wandgenerate env var to _wandgenerate -support discard in the same config file -trim input strings -improve validation messages -test starting from the most referenced file to the least referenced one -run only the related test when testing a file - -reflect -command -commandline -config -doclets -format -formathelp -formatman -formatmarkdown -help -env -input -output -apply -exec -wand -tools/tools