Show all asserts
Open
enhancement
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 263
- PR merge metrics
- No merged PRs in 30d
Description
given the lazy evaluation of jsonnet, it's obviously not possible to show _all_ asserts. But if there are multiple asserts that can be raised (siblings in the tree), it would be nice to see all of them at once.
Example
```
{
assert false : "test1",
assert false : "test2",
}
```
currently this only shows `test1`
Contributor guide
Assessment
This issue has not been assessed yet.