Files
regorus/tests
Anand Krishnamoorthi 316f3a7692 early return (#189)
If a rule is written to produce a constant value, then not all iterations of loops
within it need to be executed. Execution can stop via early return once the first iteration
that produces a value has been executed.

This brings forth the question : What if one of the subsequent iterations would have resulted
in an error?
e.g:
x {
  [1, "hello"][_] + 1
}

Such errors are not raised; consistent with OPA.

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-04-22 07:41:35 -07:00
..
2024-04-22 07:41:35 -07:00
2024-02-19 19:10:13 -08:00
2024-04-22 07:41:35 -07:00
2024-01-14 21:15:48 -08:00
2024-01-19 14:51:14 -08:00
2024-02-09 23:36:16 -08:00
2024-04-03 09:28:55 +05:30