dini icon indicating copy to clipboard operation
dini copied to clipboard

Customisable INI parser library :ok_hand:

Results 5 dini issues
Sort by recently updated
recently updated
newest added

Currently the code segfaults when trying to parse an empty string. I provide here both a unittest that demonstrates the issue and a fix for it. ```From 40917c652ea156a941750e5bcbe0ffcb1aec06ab Mon Sep...

INI format doesn't have a "standard", and indeed according to wikipedia it's not defined whether commends have to start in the beginning of a line. But de-facto modern implementations (see...

Fix a bug where reading twice a config file that changed would not overwrite the old in-memory config. The previous version would simply append the new version (with the same...

When I run generation docs I got next issues: ``` Performing "docs" build using dmd for x86. dini 2.0.0: building configuration "library"... ..\..\Users\Dima\AppData\Roaming\dub\packages\dini-2.0.0\dini\source\dini\parser.d(301,17): Warning: Ddoc: parameter count mismatch ..\..\Users\Dima\AppData\Roaming\dub\packages\dini-2.0.0\dini\source\dini\parser.d(455,17): Warning:...