Gautham
Gautham
for now, a fix would be to replace the enum declaration with ```c typedef int uv_errno_t; #define XX(code, not_used) static int UV_ ## code = UV__ ## code; ```
it also seems like a `if_indextoname` is being called in an impl of `getaddrinfo`?
`/zip` used to be writable on Linux/FreeBSD (definitely back when it was `zip:`) but it had too many edge cases and weird interactions, so the feature was removed. For adding...
can you post the output `python.com --strace` when you run these commands?
ok, can you check again with the nightly build now?
can you mention the OS/arch you are trying this on? Also, what happen if you add `--strace` as a command line parameter when running this command?
We'd have to profile to be sure. `GemmEx` is most likely bottlenecked on compute, because of some large matrices -- I'm not sure how we can better parallelize when `k`...
Let me check how `[[gnu::fallthrough]]` works. In the meantime, does it build if you just use ```c++ # define Q_FALLTHROUGH() __attribute__((fallthrough)) ```
Can you try with the `gcc` binaries from https://github.com/ahgamut/superconfigure/releases/tag/z0.0.53 ? I think the error should be fixed now.
If expected behavior is obtainable, my guess is that we can patch some code in `rsync` to do so. But we'd need a bit of testing: I haven't found a...