Results 282 comments of layday

Done, thanks for the suggestion.

To recap what has changed here in a major way: * The env builder is no more. `IsolatedEnv` has been stripped down to the bare essentials - currently that's just...

Judging by https://github.com/pypa/pip/pull/10720, pip isn't interested in using build, so I'm closing this.

I was given the impression that pip would be using venv directly in unison with pep517 (the library). The pip PR would have closed the pip issue where this PR...

Review my assumptions in https://github.com/pypa/build/pull/361#issuecomment-1007244397 and provide feedback on the isolated env interface - if there are any obvious methods or properties missing, if something doesn't feel right, etc. We...

Perhaps we could also consider creating 'proper' releases on GitHub and attaching the sdist and the latest entries from the changelog to the release.

I have made it read-only in #361.

Should build move to flit (see https://github.com/pypa/build/issues/394), then to bootstrap Python you would only need five packages: flit_core, tomli, pep517, build and installer. If tomli switches to poetry-core, that's going...

That was my thinking too, that an isolated testing environment is the best place to start, and that it might reduce the fallout, not for nox, but for pip when...

It's generally the case that the return type of a callable can't be used in typing contexts. Mypy should probably print something more informative than "Name 'db.Base' is not defined"...