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
looks like [foo] # comment here creates a section with fqn foo] # comment here
I see how this helps with serializing the config back to a file (losslessly) but intermingling extraneous comment data in the name seems problematic.
I notice a similar issue with empty lines / whitespace lines being saved as an option with key and val set to "". i see how this helps make the file reproduceable (although i'm not sure if it works well with repeated lines), but from a "parsing config" perspective, I think this muddies the config.
The text was updated successfully, but these errors were encountered:
looks like
[foo] # comment here
creates a section with fqnfoo] # comment here
I see how this helps with serializing the config back to a file (losslessly) but intermingling extraneous comment data in the name seems problematic.
I notice a similar issue with empty lines / whitespace lines being saved as an option with key and val set to "". i see how this helps make the file reproduceable (although i'm not sure if it works well with repeated lines), but from a "parsing config" perspective, I think this muddies the config.
The text was updated successfully, but these errors were encountered: