-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline comments #110
Comments
@AlexeyTipunin I'm so, so sorry I missed this issue! I remember reading the email notifying this issue but I don't know why I removed from my inbox and then forgot about this. My apologies On your question: no, inline comments are NOT supported, but that's a bug, not a feature! The problem is that the parser supports the comment characters in the middle of keys / values (don't know what was I thinking when I made the parser behave like this 😢) The problem is that changing this behaviour will change the way the parser works and it will break compatibility with previous versions (triggering a new Major version of the lib) I'll start working on correcting this issue and try to mitigate this behaviour while supporting inline comments, so I can skip a new Major version change. |
Hi, thanks, |
I second this feature request. A lot of the INI files my application needs to parse will contain inline comments. |
I need this feature. |
Hello.
Is any possible to use inline comments like this:
Database = TankBattery # Database name
?
Thenk you.
The text was updated successfully, but these errors were encountered: