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
That is, the following assignments could be equivalent:
group {
a = 1
}
group.a = 1
This doesn't seem like it would introduce any incompatibilites (since "." is not allowed in names), but would make the configuration format more flexible. I can work on a patch if there is interest, probably just by parsing idents with "." as an implicit singleton Group (or as many as there are dots).
The text was updated successfully, but these errors were encountered:
dylex
added a commit
to dylex/configurator
that referenced
this issue
May 22, 2015
That is, the following assignments could be equivalent:
This doesn't seem like it would introduce any incompatibilites (since "." is not allowed in names), but would make the configuration format more flexible. I can work on a patch if there is interest, probably just by parsing idents with "." as an implicit singleton
Group
(or as many as there are dots).The text was updated successfully, but these errors were encountered: