Files
regorus/tests/interpreter/cases
Anand Krishnamoorthi e61b406547 OPA conformance (#71)
- Remove unnecessary memory allocations
- Add --non-strict flag
- Ensure that only empty modules (ones without rules) are initialzed prior to evaluating rules.
- Record rule as entry for each of its prefixes.
  For example, for a rule a.b.c =... in package test, record it in
  rules["data.test.a"], rules["data.test.a.b"] and rules["data.test.a.b.c"]

  This allows evaluating the correct list of rules based on expessions
  a.b.c, a.b, a, data.test.a.b.c, data.test.a.b, data.test.a

Closes #69
Closes #70

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2023-12-23 11:55:25 -08:00
..
2023-10-09 14:27:31 -07:00
2023-02-11 06:37:04 +05:30
2023-12-23 09:35:20 -08:00
2023-10-24 10:11:50 -07:00
2023-10-24 10:11:50 -07:00
2023-12-23 11:55:25 -08:00
2023-12-06 07:59:04 -08:00
2023-10-24 10:11:50 -07:00
2023-10-24 10:11:50 -07:00
2023-10-17 19:32:42 -07:00
2023-02-09 19:40:35 +00:00
2023-11-27 10:02:37 -08:00
2023-12-06 07:59:04 -08:00
2023-10-24 10:11:50 -07:00
2023-02-09 19:40:35 +00:00
2023-10-09 14:27:31 -07:00