Sertonix
Sertonix
> Given that currently 32-bit musl is broken I think it's fine to accept this PR which fixes 32-bit musl with the default time64 functions and leave 32-bit musl with...
> So my preference would be to hoist out version (CRuntime_Musl) into its own independent definition of each of these structs. If that is limited to `timespec` and the `stat_t`...
cmake-format now passes but it is basically just working around the fact that cmake-format doesn't understand `ARCH_INDEPENDENT`: [cmakelang/parse/funs/standard_modules.py#L1891](https://github.com/cheshirekow/cmake_format/blob/eff5df1f41c665ea7cac799396042e4f406ef09a/cmakelang/parse/funs/standard_modules.py#L1891)
I prefer checks if something (`config` in this case) has been initialized. Not sure how complicated that would be for sway. I would expect the other options to cause other...
It seems like the config termination sequence isn't the only one that crashes when not initialized completely: `ipc_event_shutdown` (indirectly) dereferences `ipc_client_list` which can be `NULL` before `ipc_init` is run. I...
I think the issue is that https://github.com/microsoft/vscode/blob/50b5aa895467bcc17c91c9d2357f670969d4da3d/build/gulpfile.vscode.js#L260 ends up being `codium.desktop` but most distros seem to call the desktop file `vscodium.desktop`. It would be nice to provide clear guidance on...
No, but why should that matter?
+1 This also causes the output to differ depending on the build machine architecture even when the gem doesn't contain any architecture specific data.
For the record: There is an open issue to license the aports themselfs. https://gitlab.alpinelinux.org/alpine/aports/-/issues/9074
As far as I could determine this is just a small issue in the test suite and doesn't affect the library. A fix could look like this: ```patch --- a/tests/alloc_test.c...