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
Since the language grammar is directly converted into a JSON file and then used, it is better to simplify the language at some point.
Listing the possible simplifications here:
[ ] Drop Selector from Match enum (since we only have Contexts now)
[ ] No need for Vec<Match> in Policy struct
[ ] Upgrade Context to Policy struct directly instead of indirection via Match
The text was updated successfully, but these errors were encountered:
Since the language grammar is directly converted into a JSON file and then used, it is better to simplify the language at some point.
Listing the possible simplifications here:
[ ] Drop
Selector
fromMatch
enum (since we only have Contexts now)[ ] No need for
Vec<Match>
inPolicy
struct[ ] Upgrade
Context
toPolicy
struct directly instead of indirection viaMatch
The text was updated successfully, but these errors were encountered: