Page 3 of 3

Re: we need to start shaming old distros

Posted: Thu Aug 28, 2025 3:33 pm
by rose
Yep 100%
i dont remember how glibc handled their last breakage, i assume not well :lol:

Re: we need to start shaming old distros

Posted: Thu Aug 28, 2025 3:42 pm
by np93
lizzy wrote: Thu Aug 28, 2025 3:18 pm I agree, it's also a matter of attitude.

QA is for preventing breakage ahead of time, but even if you don't have QA you should still be treating regressions that break someone's use case as serious bugs to be fixed.
(and cost)

Re: we need to start shaming old distros

Posted: Thu Aug 28, 2025 4:46 pm
by navi
rose wrote: Thu Aug 28, 2025 3:15 pm of course, but projects like glibc not doing proper QA at times and doing random ABI changes that break everything can't really be excused with "its just hobbyists" imo
glibc tries a lot to not break abi at least, they're the major user of versioned symbols, keeping old implementation around forever basically -- but i guess that started after one-too-many breakages

(versioned symbols are useful even without keeping old versions around, since they allow clear errors like "this binary needs libnya.so.2.15 for symbol nya_foo, but only libnya.so.2.10 is available")