| 19 Sep 2025 |
K900 | Well it'll take at least as long as this one takes to complete | 13:36:41 |
emily | if we neglect 25.05, sure | 13:49:52 |
emily | you weren't there when we did GCC 14 for IIRC the last pre-freeze cycle in 24.11 and had to revert it and scrap the whole cycle because it was too buggy đ | 13:50:40 |
Grimmauld (any/all) | i am hoping gcc 15 would not be that | 13:51:48 |
K900 | webkitgtk (the other one) is done | 14:20:00 |
K900 | Firefox is profiling | 14:20:04 |
emily | does anyone feel like rubber-stamping https://github.com/NixOS/nixpkgs/pull/442473 btw | 14:20:10 |
emily | at this rate they'll probably have another release out by the time we get to it⌠| 14:20:19 |
emily | I should probably just self-merge these because nobody else wants to touch them ever | 14:20:47 |
emily | # Fix a GCCâincompatible use of a private trait.
#
# Per Follyâs own documentation:
#
# /// Under gcc, the builtin is available but does not mangle. Therefore, this
# /// trait must not be used anywhere it might be subject to mangling, such as in
# /// a return-type expression.
# In file included from /build/source/folly/lang/test/BitsTest.cpp:17:
# In member function 'constexpr bool folly::get_bit_at_fn::operator()(const Uint*, std::size_t) const [with Uint = short unsigned int]',
# inlined from 'void folly::BitsAllUintsTest_GetBitAtLE_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = short unsigned int]' at /build/source/folly/lang/test/BitsTest.cpp:640:5:
# /build/source/folly/lang/Bits.h:494:10: warning: 'in' is used uninitialized [-Wuninitialized]
# Facebook Thrift requires C++20 now but Watchman hasnât been
# updated yet⌠(Arenât these things meant to be integrated together
# in a monorepo?)
substituteInPlace CMakeLists.txt \
--replace-fail 'set(CMAKE_CXX_STANDARD 17)' 'set(CMAKE_CXX_STANDARD 20)'
| 14:21:39 |
emily | Good Software | 14:21:41 |
K900 | haha wangle | 14:22:16 |
K900 | (merged) | 14:22:24 |
K900 | Anyone else got anything | 14:22:28 |
Alyssa Ross | r-ryantm just opened a linuxHeaders | 14:22:54 |
Alyssa Ross | was gonna do some test builds first | 14:22:57 |
K900 | Why the fuck did it bump to .7 | 14:23:03 |
K900 | Is there even any uapi change | 14:23:12 |
K900 | In a stable kernel | 14:23:15 |
K900 | Like what | 14:23:16 |
VladimĂr ÄunĂĄt | Dumb bot 𤡠| 14:23:32 |
Alyssa Ross | There sometimes is | 14:23:40 |
Alyssa Ross | There can be UAPI bugs that get fixed | 14:23:57 |
Alyssa Ross | and there's not really any reason not to update it | 14:24:29 |
K900 | I guess | 14:26:21 |
K900 | Man where's trofi | 14:26:34 |
K900 | I want to know if we should send https://github.com/NixOS/nixpkgs/pull/443862 | 14:27:22 |
K900 | There's also an unbound update: https://github.com/NixOS/nixpkgs/pull/444061 | 14:28:07 |
K900 | But it scares me | 14:28:10 |
emily | presumably if he opened the PR he thinks it's ready to send | 14:28:56 |