Parameter names of builtins
Open
enhancement
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 263
- PR merge metrics
- No merged PRs in 30d
Description
The parameter names are visible to the user - they can use named arguments instead of positional for every function, including those in stdlib and builtins. Generally the names of parameters should be considered a part of the interface.
So we need to make sure they are right (consistent with http://jsonnet.org/docs/stdlib.html) and it should be verified by tests.
Contributor guide
Assessment
This issue has not been assessed yet.