A flexible configuration format that supports templated tables and referencing of existing keys.
3
stars
1
forks
source link
Merging of `kStructInProto` and `kStruct` is not allowed (can't easily `[override]` keys in a `kStructInProto` either) #142
Open
michael-projectx opened 2 months ago
Reproducible example:
In
foo.cfg
:Then in
foo_override.cfg
This fails with a
MismatchTypeException
(config_helpers.cpp:55
). Need to investigate what causes this.