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
The current code relies on the fact that ucfg is using a non-strict yaml Unmarshal() which allows
us to overload keys.
This either needs a unit test, or a rewrite to something more robust.
The text was updated successfully, but these errors were encountered:
The current code relies on the fact that ucfg is using a non-strict yaml
Unmarshal()
which allowsus to overload keys.
This either needs a unit test, or a rewrite to something more robust.
The text was updated successfully, but these errors were encountered: