Commit 9b851b5
Fail the aggregate check on an empty result set
A `for` loop over an empty list runs zero iterations and exits zero, so if the
needs expression ever came back empty the gate would pass without having checked
anything. Cheap insurance against a status check that silently means nothing.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent acb7425 commit 9b851b5
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
0 commit comments