Paul Moore

Results 324 comments of Paul Moore

@citterio I've added some comments to your PR. I don't use Tk at all myself, so I don't have any direct understanding of the situation, but I can understand the...

Update: It looks like `flit build` gives different results than the PEP 517 `build_sdist` hook (if I run `py -m build .`)

Thanks for the explanation. To be honest, I still think having two ways to build a sdist that give different results is a bad choice (and I'm afraid I'm very...

I might have a go at that if & when I can work out how I'd test such a change... But if anyone else gets to it first, I won't...

Thanks, I wasn't aware of that. Added to the list. My current plan is to pick this up *after* the 22.2 release, at which time we can sort out details...

Ah, OK, so you're saying we need to improve CI, not specifically for this PR but in general. And we should do that before merging this because - I'm not...

OK, I'm just coming back to this. @pradyunsg what do you want to do about untracked files? As things stand, everything is fine (as far as I can tell by...

Test failures are because of #170.

Added the zipapps to the PR, as per comments on #159

Hmm, why are the zipapps different when generated here? Maybe Windows vs Unix weirdness?