Results 963 comments of Ned Batchelder

This is only marked Draft because I didn't want to ping 29 other people for review. Can that be stopped?

Since I don't want to ping 29 code owners, and am a little bit interested in learning about Sphinx internals, let's wait on this to see how the CAM+Ned tag...

Because of https://github.com/nedbat/coveragepy/issues/1538, I might have to rever @matusvalo's fix. If anyone could look for another solution, I would really appreciate it.

If someone could just provide a very very explicit set of instructions for reproducing the problem, that would also be a big help. Don't assume any knowledge of Cython (I...

Thanks, this was very helpful! I confirm that 6.4.0 shows the error, 6.4.3 does not, 7.0.5 does not, and my fix in the works for a performance problem from the...

Can this issue be closed now? [coverage 7.1.0](https://pypi.org/project/coverage/7.1.0) works without this error.

I understand it now better than I did in Discord! :) A scriv-specific entrypoint seems esoteric to me, I'm not sure many tools would implement one. Running a command would...

I realized that a shell command in a scriv setting is no worse than a Makefile or tox.ini full of shell commands, or any other way we have to automate...

I added `command:` syntax in commit 951c0f8.

`command:` is now released as part of [scriv 1.4.0](https://pypi.org/project/scriv/1.4.0).