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
Changing this will remove any weird issues normal KV's can have with group names.
Note that this change will require significant changes to how UMC processes the mapcycle. Instead of passing the KV handle to all functions dealing with a mapcycle, instead we will have to pass around some other structure to represent them.
Possibilities:
Tries (of Tries)
A KV which is gaurenteed to have the correct information (all fields which may be ambiguous when parsed by the KV parser will be stored in a non-ambiguous way [i.e. as Values rather than Sections]).
The text was updated successfully, but these errors were encountered:
Changing this will remove any weird issues normal KV's can have with group names.
Note that this change will require significant changes to how UMC processes the mapcycle. Instead of passing the KV handle to all functions dealing with a mapcycle, instead we will have to pass around some other structure to represent them.
Possibilities:
The text was updated successfully, but these errors were encountered: