Satoru SATOH
Satoru SATOH
Very sorry to late reply. I add support of this function in an experimental branch named 'schema'. Could you please look at the commit 6447858 (especially its test case) and...
I took some time to accomplish what you want, but unfortunately, I think that it's very hard to do that w/o modifying jsonschema other than anyconfig. Now, I merged the...
Updated: ``` python-anyconfig.git on change/ruff-by-default [$!?] via 🐍 v3.12.2 on ☁️ ❯ cat /tmp/t2.list ANN003: 101 ANN001: 97 ANN401: 42 ANN201: 25 ANN202: 14 ANN206: 2 python-anyconfig.git on ...
Fixed almost all but some exceptions.
Thanks your report! > If there is a type conflict like in this case (value: dict should be merged with value: list) > I would expect a fallback to simply...
Although I still believe anyconfig should not behave too 'smart' and hide any some unexpected cases it should not process originally, I changed my mind and think that it might...
@nolar Thanks a lot for you suggestion and detailed explanation! Honestly, I don't think it's possible to make YAML/JSON/... and XML backends become *consistent* always like you said. These are...
@flying-sheep excuse me to late. Still I don't understand that what to be improved and/or fixed by this change. Could you please explain about it?
It seems difficult or not difficult but farely costly than I expected. Maybe I can extend parse_value() to compile template strings but it needs to be implemented in all backend...
Thanks for your suggestion! Technically, it may be possible to add support of them that by extending the current base class of backends, anyconfig.backend.base.Parser. But I feel that it may...