Files
releases/tester
Philip Conrad a08934d571 tester/runner: Fix panic'ing case in utility function. (#5497)
This commit fixes a panic from a utility function in the `opa test`
codepath. After the ref-heads change in #4660, this particular
function could be fed a ref that it didn't know how to work with,
such as from the innocuous line `a[0] := 1`, and it would then panic.

This was fixed by returning a dummy value instead of panic'ing.

Fixes: #5496

Signed-off-by: Philip Conrad <philipaconrad@gmail.com>
2022-12-20 19:39:15 -05:00
..