ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
277 stars 31 forks source link

Enable anyconfig to handle yaml merge syntax properly #88

Closed idanov closed 6 years ago

idanov commented 6 years ago

Fix anyconfig's yaml backend to handle yaml merge syntax and address https://github.com/ssato/python-anyconfig/issues/87

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.005%) to 92.628% when pulling a24d4b38eefd5dda9f3d859a69cfd6c3d97ed7cd on idanov:master into c71c0c59125eb12bbbe41ea1a6bc27737d961a55 on ssato:master.

ssato commented 6 years ago

Thanks a lot! I was not aware of the issue at all. LGTM and merged.

idanov commented 6 years ago

Thanks for merging it! I even didn't know about this feature in YAML until we needed it in a project :) Do you plan to release a new version to PyPI soon which will include the change?

ssato commented 6 years ago

Do you plan to release a new version to PyPI soon which will include the change? I'm planning to release it soon if I could stabilize pathlib support and others new functions including this. Please wait for a while.