You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In other places where the body can be implied, the parser includes a
body containing a single "true" expression. Do the same for else.
Fixesopen-policy-agent#2353
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
In other places where the body can be implied, the parser includes a
body containing a single "true" expression. Do the same for else.
Fixes#2353
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
The compiler panics during one of the rewriting stages because it seems like the parser is emiting rules with an empty body:
We should address this at parse-time.
The text was updated successfully, but these errors were encountered: