SocialistVibes01@lemmy.ml to Linux@lemmy.ml · 8 hours agoRust Coreutils cp Ended Up Breaking Ubuntu Image Builds With Latest Incompatibilitywww.phoronix.comexternal-linkmessage-square33fedilinkarrow-up167arrow-down16file-text
arrow-up161arrow-down1external-linkRust Coreutils cp Ended Up Breaking Ubuntu Image Builds With Latest Incompatibilitywww.phoronix.comSocialistVibes01@lemmy.ml to Linux@lemmy.ml · 8 hours agomessage-square33fedilinkfile-text
minus-squaretempest@lemmy.calinkfedilinkarrow-up13arrow-down4·6 hours agoIt is definitely easier. Don’t try and tell me cargo is not easier than fucking around with the C/CPP build slop I’ve had to screw around with over the years. The coreutils license is bullshit but let’s not pretend languages have not improved in 50 years.
minus-squareverdare@piefed.blahaj.zonelinkfedilinkEnglisharrow-up3·4 hours agoYeah, the only real issue I have with the “rewrite it in Rust” approach is the absolute plague of permissive licensing. It is much easier to write safe, correct code in Rust.
minus-squareHack3900@lemy.lollinkfedilinkarrow-up3·5 hours agoI think it depends on the project, when writing cp you’re not really messing around with libraries so good ol make is fine
It is definitely easier.
Don’t try and tell me cargo is not easier than fucking around with the C/CPP build slop I’ve had to screw around with over the years.
The coreutils license is bullshit but let’s not pretend languages have not improved in 50 years.
Yeah, the only real issue I have with the “rewrite it in Rust” approach is the absolute plague of permissive licensing. It is much easier to write safe, correct code in Rust.
I think it depends on the project, when writing cp you’re not really messing around with libraries so good ol make is fine