miker2 / flexi_config_reader

A flexible configuration format that supports templated tables and referencing of existing keys.
MIT License
3 stars 1 forks source link

Fix include path handling in nested includes #120

Closed kyle-figure closed 1 year ago

kyle-figure commented 1 year ago
kyle-figure commented 1 year ago

@michael-projectx Could you take a look at the error log on this PR when you get a chance? I see the following error:

pybind11-stubgen: error: unrecognized arguments: --root-module-suffix --no-setup-py flexi_cfg
miker2 commented 1 year ago

@kyle-figure can you add a new include_relative tag instead of modifying the existing include tag? I have an existing project that uses this library and it looks like the config parsing is broken with this change.

miker2 commented 1 year ago

Also, can you update the README.md to reflect the changes?

kyle-figure commented 1 year ago

@miker2 I've reverted the change to the include keyword and added a include_relative keyword