wand/notes.txt
2025-08-26 14:12:18 +02:00

35 lines
1.2 KiB
Plaintext

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