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
How we are parsing and handling flags is different from implementation to implementation. Simply based on the fact how we grew as a project and that a lot of implementations have been done by multiple contributors. Now it is the time to rethink our parsing and handling of the configurations, especially for in-process.
Goals
utilize schema validation as much as possible, instead of custom logic, on a flag and not on a configuration level
define what can cause a PARSE_ERROR: currently only an invalid targeting rule can cause this error, other schema invalidation result in a FLAG_NOT_FOUND
define this in a way that we can test this via our testbed/test-harness
Requirements
How we are parsing and handling flags is different from implementation to implementation. Simply based on the fact how we grew as a project and that a lot of implementations have been done by multiple contributors. Now it is the time to rethink our parsing and handling of the configurations, especially for in-process.
Goals
issue relating to this