Resolve "Use the generated config file at runtime"
- Closes #141 (closed): each dag node uses the completed ini file at runtime
- Adds a test to the CI to ensure that the completed ini file always compiles (to help diaognise failings)
- Fixes some bugs preventing the completed ini file from running
This additionally
- Passes either inline comments (i.e. a
key=value # comment
) or newline comments through to the completed ini file - Verifies that the written completed config file is identical in substance to the source file
Edited by Gregory Ashton