!UNVBThoJtlIiVwiDjU:nixos.org

Staging

355 Members
Staging merges | Running staging cycles: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Astaging-next+head%3Astaging-next-25.11 | Review Reports: https://malob.github.io/nix-review-tools-reports/115 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
28 Dec 2025
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/47475809:41:09
@grimmauld:m.grimmauld.deGrimmauld (any/all) with c23, some things (e.g. nasm) fail in a creative way: They check whether stdbool.h is available, and include it if so. Which obviously breaks on C23, where bool can't be typedefed. No idea why this didn't break on glibc, i didn't look at that 🤷 19:22:55
29 Dec 2025
@ghpzin:envs.net@ghpzin:envs.net typedefs in stdbool.h are conditional on __STDC_VERSION__ > 201710L
So you can safely include it there.
In musl version they are not.
03:04:01
@ghpzin:envs.net@ghpzin:envs.net typedefs in stdbool.h are conditional on __STDC_VERSION__ > 201710L
So you can safely include it there.
In musl version they are not:
https://git.musl-libc.org/cgit/musl/tree/include/stdbool.h
03:06:02
@ghpzin:envs.net@ghpzin:envs.net true/false in stdbool.h are conditional on __STDC_VERSION__ > 201710L
So you can safely include it.
In musl they are not:
https://git.musl-libc.org/cgit/musl/tree/include/stdbool.h
07:58:27
@ghpzin:envs.net@ghpzin:envs.net true/false in stdbool.h are conditional on __STDC_VERSION__ > 201710L:
https://github.com/gcc-mirror/gcc/blob/1b995214830669b96a19a6b6463aa6c1647cea9b/gcc/ginclude/stdbool.h#L33
So you can safely include it.
In musl they are not:
https://git.musl-libc.org/cgit/musl/tree/include/stdbool.h
07:59:00
@ghpzin:envs.net@ghpzin:envs.net true/false in stdbool.h are conditional on __STDC_VERSION__ < 201710L:
https://github.com/gcc-mirror/gcc/blob/1b995214830669b96a19a6b6463aa6c1647cea9b/gcc/ginclude/stdbool.h#L33
So you can safely include it.
In musl they are not:
https://git.musl-libc.org/cgit/musl/tree/include/stdbool.h
07:59:31
@juliusfreudenberger:jfreudenberger.dejuliusfreudenbergerGo 1.24.11 would be there, which is required for teleport. But it is not security relevant, so I might just skip this last update for oldstable as well.14:26:48

Show newer messages


Back to Room ListRoom Version: 6