Dylan Baker
Dylan Baker
I've added support for yj as a fallback to tomli/tomllib, which converts the toml to json, then we load that with the json module. It all works, it's fine. Users...
Also, the interface for `Popen_safe` is atrocious :(
Because we’d have to treat cargo as always stale which makes incremental rebuilds really slow, for one. For two we have distro grumpiness about it, it adds another dependency, and...
I’m in a mood right now, so I’ll wait till tomorrow to respond.
> > Also, how do you deal with build.rs, my understanding was that we cannot support crates that use that, can we? Are those crate rare enough? > This PR...
@alanc you should be able to look at the $builddir/meson-log/meson-log.txt and see more detailed debug information on why meson thinks it can find a static zlib. But this seems to...
I've droped the pyproject.toml changes. I don't agree, but I don't want to argue it here, we'll do that another time, in another PR :) I've reordered the commits so...
I've droped the `no-else-*` commits (they're huge and this series is big enough), but added a couple more smaller, simpler, and more obviously problematic if found checks, plus fixed the...
@eli-schwartz: now rebased on master
Yup, there were a couple of empty commits (or almost empty commits). There cell-var-from-loop thing is catching that those functions are defined inside the loop, so I left them in...