Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What FOSS projects have you improved the backwards compatibility of?

This isn't a discussion of C verses another language. The issue with backward compatibility on Linux (for example) is mostly the versions of glibc, libstdc++, ALSA, X11, OpenGL, etc. which are all C APIs. Backwards compatibility isn't much of a problem with open-source software, because you can solve ABI issues by simply compiling yourself, and API issues by deriving the source code yourself (or using someone else's patch.)



> you can solve ABI issues by simply compiling yourself

As much as I would love it to be, not all Linux software is open-source (or even source-available). Especially in the (disgusting) world of enterprise software, ABI compatibility is crucial because the word "update" basically isn't in their vocabularies. Recompiling isn't backwards compatibility. It's essentially an update. Backwards compatibility implies it Just Works™.


We're talking about open-source software. And in most cases, open-source software is delivered and installed by source, and there's no such thing as an ABI issue in this case. Only API issues remain.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: