SSE4

Results 167 comments of SSE4

> Maybe drop our custom made variable substitution in favor of jinja templates ones? no way

> Why not? it's useful, clean and easy to understand syntax, compare to obscure and hard to read jinja2 templates

> Yes, I think I would drop support for our own variable replacement and use jinja syntax only for this. Leave the `include()` can we consider keeping the old support?...

`python_requires_extend` is mentioned twice in the docs, but appears to be undocumented on its own. what does it do?

@jgsogo thanks for the explanation. I believe `python_requires_extend` should be documented [there](https://docs.conan.io/en/latest/reference/conanfile/attributes.html). I'll create an issue for docs.

@prince-chrismc can you help to get valid logs here?

@uilianries also, I wonder, why do we forbid to use private members? is it somehow bad/harmful?

@prince-chrismc I've added some parser

> @SSE4 I've done an initial review and nothing huge has jumped out at me as needing to be changed - I'm not familiar with this ecosystem/tool at all; would...