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
To achieve #43, we have to drop closed ADTs that manage the known back-ends to etc (e.g. cli)
To support this, we are going to keep the original JSON on each Spec.ConfigValue entry, also we will keep the top level entries (excluding etc/entries) in the Spec.ConfigSpec record so that other resolvers can make use of top level entries.
The next goal is, refactor the CLI using this JSON on a more open constructor settings in the ConfigValue record
The text was updated successfully, but these errors were encountered:
Context
To achieve #43, we have to drop closed ADTs that manage the known back-ends to
etc
(e.g. cli)To support this, we are going to keep the original JSON on each
Spec.ConfigValue
entry, also we will keep the top level entries (excludingetc/entries
) in theSpec.ConfigSpec
record so that other resolvers can make use of top level entries.The next goal is, refactor the CLI using this JSON on a more open constructor settings in the
ConfigValue
recordThe text was updated successfully, but these errors were encountered: