Joe Rickerby
Joe Rickerby
And of course, we need to document it. One thing that's bugging me, I feel that when we're documenting, the line `inherit.test-command = true` is clearer in what it means...
> People are just going to be copying examples; let's not introduce confusion about the differences between five different options when we really only are offering three. This is a...
I think the other inherits should fit into this current structure pretty well, I can take a look tomorrow if you like. Did you have any thoughts about how to...
Good points regarding non-override inherits. I hadn't considered the use of a `select = "*"` for extending a default. I also think it makes it easier to document, if it's...
🚀🚀
Thanks for the ping. Yes, I see the issue. I think I was too focused on `environment` when making the stringification decision. It feels like perhaps we need a different...
One thing that would be worth discussing is if we let users control the behaviour via a different `inherit` setting e.g. `merge` rather than `append` for this style. That would...
> And environment merging can use the config-settings behavior There was a use-case for the stringification behaviour that I neglected to mention. (I thought that I had, but actually I...
I'd like to add a +1 to this feature request. `build` makes a virtualenv and installs the packages listed in `build-system.requires` before invoking the build-backend. I think it should be...
Hi! Yes, it's a good idea. One I've had before but never committed to! Lots of little details to design... E.g. support different renderers, or just Console? Save to file,...