| 7 Oct 2025 |
K900 | Ah shit | 11:00:50 |
K900 | Qt 6.10 just dropped | 11:00:50 |
K900 | Hold, I guess | 11:00:50 |
Randy Eckenrode | It’s a nice to have, but it’s only really needed by the Swift update, which is 26.05. The other cc-wrapper one is more important for the default SDK and min version updates. | 11:01:23 |
Randy Eckenrode | So GCC doesn’t have the warnings because of proprietary GNU extensions? | 11:05:58 |
niklaskorz | basically:
I think the warning-avoiding fix in gettext.h works only for gcc, because gcc recognizes 'gettext', 'dgettext', 'dcgettext' as built-ins.
| 11:06:31 |
niklaskorz | followed by: | 11:06:48 |
niklaskorz |
the more pragmatic way is to just accept the fact that clang produces more warnings than gcc, and to filter out / triage the warnings from the compilation log
| 11:06:54 |
niklaskorz | so unless you happen to know a way to make clang also treat gettext as a built-in, I'll open the PR to disable the warning now on coreutils | 11:08:54 |
Grimmauld (any/all) | Hey, so uh, i made a mistake, and i am wondering what the best way of fixing it is:
https://github.com/NixOS/nixpkgs/pull/444579
This was targetting staging, and i merged it before i saw the cycle was started. This means the break is now in master, the fix was merged to staging, but is not yet at master. Do i just open a new PR against master with the same exact patch and merge that? | 11:27:39 |
hexa | yes | 11:37:13 |
Randy Eckenrode | No. I’m surprised there’s not an annotation for it. | 11:40:29 |
niklaskorz | build passing: https://github.com/NixOS/nixpkgs/pull/449474 | 13:02:14 |
K900 | I'm cooking qt 6.10 | 13:03:57 |
K900 | Hopefully will be done in like an hour | 13:04:08 |
Vladimír Čunát | We're still changing stdenvs at this point, so I believe that's OK. | 13:08:24 |
K900 | https://github.com/qt/qtconnectivity/blob/1b09545fb02a112b59148ea26ad2ca734dc0526a/src/nfc/configure.cmake#L15 | 13:13:02 |
K900 | Love how they've been shipping a typo for nine months | 13:13:09 |
K900 | And no one notice | 13:13:19 |
K900 | * And no one noticed | 13:13:20 |
K900 | AAAAA SHEEEEEET WHYYYY | 13:52:34 |
K900 | There's a Vulkan SDK update too | 13:52:41 |
K900 | This is not how I wanted to spend today | 13:52:46 |
K900 | BUT OK | 13:52:49 |
Vladimír Čunát | staging-next opened: https://github.com/NixOS/nixpkgs/pull/449539 | 15:17:58 |
Vladimír Čunát | (big eval running now) | 15:18:05 |
Vladimír Čunát | But sure, we can still add important-enough stuff. | 15:18:18 |
hexa | hrm | 15:25:05 |
hexa | python 3.13.8 | 15:25:10 |
hexa | but also staging-25.05 🫣 | 15:25:20 |