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
I found a need for a .conf datatype parameter that is a list of something (string, integer, etc)
a = v1, v2, v3
I figured we could expand the list of admissible datatypes with a recursive {list, Datatype}
format. Does this make sense? I already tried out the approach in a small branch with the minimal change.
The text was updated successfully, but these errors were encountered:
I found a need for a
.conf
datatype parameter that is a list of something (string, integer, etc)I figured we could expand the list of admissible datatypes with a recursive
{list, Datatype}
format. Does this make sense? I already tried out the approach in a small branch with the minimal change.
The text was updated successfully, but these errors were encountered: