HackerLangs
TopNewTrendsCommentsPastAskShowJobs

joshhansen

no profile record

comments

joshhansen
·2 yıl önce·discuss
My understanding is that that's correct. I'm on fully upgraded stable (Debian 12) and my xz is 5.4.2 and liblzma as well.
joshhansen
·2 yıl önce·discuss
Am I crazy thinking libraries shouldn't be able to provide _other libraries'_ symbols without the other libraries' "permission"? What am I missing?
joshhansen
·2 yıl önce·discuss
Rust specifically chose a minimal standard library to not get stuck with the Python "dead batteries" problem. There's a strong culture as well of minimizing a project's dependencies in Rust.
joshhansen
·2 yıl önce·discuss
If it were using Cargo as its build system, it might make such manipulations more obvious / understandable?
joshhansen
·2 yıl önce·discuss
Is it time to deprecate the ability for code to implement linker symbols in other libraries? Shouldn't there be a strict namespace separation between binaries/libraries? liblzma being to implement openssh symbols seems like a symptom of a much larger problem.