-
Notifications
You must be signed in to change notification settings - Fork 5
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
References to Lib_INI_IO.f90 #16
Comments
Dear Anna, I am very sorry, as you noted the docs is not updated. I hope to find the time to update it soon. Cheers |
Thanks! I managed to correctly compile, link and use the library. Only thing I noticed which was odd is that non-semicolon comments don't work. |
This is a new feature to be added, I was lazy and I supported only semicolon comments. I have to add support for also other markers. @AnnanFay can you open a new issue for the new comments markers? Issues help me a lot to control the work to be done. Cheers |
@AnnanFay the readme has been updated. Soon I'll try to add support for other comments markers |
Hi, I erroneously assumed that you was asking for new comments marks for inline comments, not for the comments alone. I have modified the parser test to check if For inline comments I have left Cheers |
The repeat references in the wiki and README to
Lib_INI_IO.f90
are wrong?I spent a several hours thinking it was my build environment, trying both cmake and FoBiS, before I started digging around the code and found the test cases look nothing like the example usage information.
I'm very unfamiliar with Fortran and cmake so might just be me misunderstanding. I've got it to finally compile by using
use finer
instead ofuse Lib_INI_IO
.Hopefully this will help someone else save some time until the docs are updated.
The text was updated successfully, but these errors were encountered: