Reject non-finite float bounds, unplain integer args, constant samples, a constant zero divisor and the default separator; a binding key is no path segment; ascii keeps DEL; an unheld path panics
Tests / vet + fmt + tests (pull_request) Successful in 56s

This commit is contained in:
2026-09-02 19:08:32 +02:00
parent 7b28dc36d9
commit 4f9285ab5c
6 changed files with 129 additions and 23 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func walkPath(n node, tail []string, w pathWalk) error {
return err
}
}
child, ok := n.fields[tail[0]]
child, ok := n.field(tail[0])
if !ok {
return fmt.Errorf("no field %q", tail[0])
}