C.A.M. Gerlach

Results 454 comments of C.A.M. Gerlach

Maybe there's something I'm missing, but at least to do what this issue says on the tin—to find URI targets and ref target labels missing leading underscores—wouldn't something like the...

To note, I can't confirm myself since I'm on a Windows machine at the moment, but [os.chown is documented](https://docs.python.org/3/library/os.html#os.chown) as natively supporting `pathlib.Path`s since Python 3.6. There's also the higher...

Personally, FWIW, I'm +0.5 so long as the idea fits with the long-term plan and the implementation does not add more than minimal additional maintenance burden. It's a little unfortunate...

> The current python-package-structure recommends a top-level tests/ alongside the top-level src/ and then mentions how this will usually leave tests out of distributions. It will leave tests out of...

> I sort of get it, but why do you want to test bdists with extension modules, but not pure python bdists? Sidenote, but the standard CI testing approach I...

> this means the pyproject.toml at least Just to note, I meant to mention this before, this is explicitly required by the [sdist spec](https://packaging.python.org/en/latest/specifications/source-distribution-format/#source-distribution-file-format) and implemented by all conforming backends,...

> Good to know! I didn't realize this preference made it into any formal specification. Actually, it's not a mere "preference", but is rather _the_ defining feature of the modern...

> If they do then we don't really need to call all this out for readers and what I would probably suggest is to drop the mention of leaving tests...

Hey @ocefpaf , sorry if I got us too sidetracked into the relative proportions of wheel users who do vs. don't run the tests, and the relative merits thereof. I...

Thanks! Added the hook and working on testing and documenting it. One question—what version do you plan to be the next release that will include this, so I can list...