2025-08-26 05:01:56 +02:00
|
|
|
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
|
2025-08-26 14:12:18 +02:00
|
|
|
the exec command could have an --import option for the packages, for cases when it's not possible to infer
|
2025-08-26 05:01:56 +02:00
|
|
|
considering that the possible input comes from limited sources, it may make sense to not escape just every dot in markdown
|
2025-08-26 14:12:18 +02:00
|
|
|
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
|
2025-08-26 03:21:35 +02:00
|
|
|
|
|
|
|
|
reflect
|
|
|
|
|
command
|
|
|
|
|
commandline
|
|
|
|
|
config
|
|
|
|
|
doclets
|
|
|
|
|
format
|
|
|
|
|
formathelp
|
|
|
|
|
formatman
|
|
|
|
|
formatmarkdown
|
|
|
|
|
help
|
|
|
|
|
env
|
|
|
|
|
input
|
|
|
|
|
output
|
|
|
|
|
apply
|
|
|
|
|
exec
|
|
|
|
|
wand
|
|
|
|
|
tools/tools
|