mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
feat: Implement Rego else block compilation
- teach the Rego compiler to compile else chains correctly - test suite Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
+1
-2
@@ -26,7 +26,6 @@ const OPA_TODO_FOLDERS: &[&str] = &[
|
||||
"baseandvirtualdocs",
|
||||
"dataderef",
|
||||
"defaultkeyword",
|
||||
"elsekeyword",
|
||||
"every",
|
||||
"fix1863",
|
||||
"functions",
|
||||
@@ -34,7 +33,7 @@ const OPA_TODO_FOLDERS: &[&str] = &[
|
||||
"partialobjectdoc",
|
||||
"planner-ir",
|
||||
"refheads",
|
||||
"virtualdocs",
|
||||
"type",
|
||||
"walkbuiltin",
|
||||
// RVM Compiler does not support 'with' keyword yet.
|
||||
"withkeyword",
|
||||
|
||||
Reference in New Issue
Block a user