@cm0002@lemmy.world to Programmer Humor@programming.dev • 4 months agoSomething something case-insensitive file something...lemmy.sdf.orgimagemessage-square39fedilinkarrow-up1172arrow-down110
arrow-up1162arrow-down1imageSomething something case-insensitive file something...lemmy.sdf.org@cm0002@lemmy.world to Programmer Humor@programming.dev • 4 months agomessage-square39fedilink
minus-square@BatmanAoD@programming.devlinkfedilink0•4 months agoIt’s not even actually that bad, at least not since January of 2020: https://stackoverflow.com/a/59687740/1858225
minus-squaredohpaz42linkfedilinkEnglish-2•4 months agoThat’s called a workaround. No end user should have to rely on a workaround as a solution to a bug; and make no mistake, it’s a bug.
minus-squareadr1anMlinkfedilink4•4 months agoBut whose bug is it? Really, Git origins have it tied to Linux development. Case sensitivity, or the lack thereof, on a filesystem is opinionated. That’s the real issue and is not a bug.
It’s not even actually that bad, at least not since January of 2020: https://stackoverflow.com/a/59687740/1858225
That’s called a workaround. No end user should have to rely on a workaround as a solution to a bug; and make no mistake, it’s a bug.
But whose bug is it? Really, Git origins have it tied to Linux development.
Case sensitivity, or the lack thereof, on a filesystem is opinionated. That’s the real issue and is not a bug.
Sounds like a feature to me