Shared libraries
Shared libraries
Posted Nov 25, 2025 14:43 UTC (Tue) by gspr (subscriber, #91542)In reply to: Shared libraries by farnz
Parent article: APT Rust requirement raises questions
> The problem comes with updates. If you update (say) ripgrep to fix a bug, and it uses a new monomorphization, that new monomorphization can rely on a new monomorphization inside a library package, and so on.
Is that likely? Or, is it any more more likely than, say, a bugfix in a classical C library needing to break the ABI?
