google / google/go-jsonnet

Show all asserts

Open
#504 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.