We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in the Workload, a null param:
params: fred: null frodo: ~
is treated as "not provided" so the defaults are applied, if they exist, or an error occurs because a required param is not provided.
null is a value, so the param should be present (and equal to nil) in the stamp context.
nil
This could easily be considered a breaking API change.
[ ] clearly update the documentation [ ] standard template:s must imprint "null" for a provided but null value.
template:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happens:
in the Workload, a null param:
is treated as "not provided" so the defaults are applied, if they exist, or an error occurs because a required param is not provided.
What should happen
null is a value, so the param should be present (and equal to
nil
) in the stamp context.open questions
concerns
This could easily be considered a breaking API change.
tasks
[ ] clearly update the documentation
[ ] standard
template:
s must imprint "null" for a provided but null value.The text was updated successfully, but these errors were encountered: