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
In my terminator config I had a [profile] and a [layout] sub-group with name "[[default]]". After reading and writing the config with ruby-parseconfig, only the first entry will be left. The config results corrupted (because of one or more missing parent nodes) and terminator won't be able to load it.
I interpreted 'It also supports nested [group] sections.' as the way some gnome config files have nested groups by multiple '[',']' for every level. But it seems there isn't a hierarchical implementation of groups. Are you planning to add this feature, if so in which way? If not, maybe a small readme update might reduce confusion.
The text was updated successfully, but these errors were encountered:
@mjrk thanks for the feedback and issue report. The nested groups, are those groups designated by the [brackets] ... as the primary config is not under a bracket/nested group.
I do not actually develop in Ruby anymore, and find it hard to maintain this library properly. I've been hoping someone will come along that uses the library, and would be interested in helping improve it... but have not had any interested as of yet. I'll try and spend some time here over the next few weeks to improve things and get the next release out.
I see, so it can only be nested one level under the primary config. Currently there are some other projects with priority, maybe I will find time to improve parseconfig the next time I use it. Anyway thanks four your great work!
In my terminator config I had a [profile] and a [layout] sub-group with name "[[default]]". After reading and writing the config with ruby-parseconfig, only the first entry will be left. The config results corrupted (because of one or more missing parent nodes) and terminator won't be able to load it.
I interpreted 'It also supports nested [group] sections.' as the way some gnome config files have nested groups by multiple '[',']' for every level. But it seems there isn't a hierarchical implementation of groups. Are you planning to add this feature, if so in which way? If not, maybe a small readme update might reduce confusion.
The text was updated successfully, but these errors were encountered: