Damus
Haelwenn /элвэн/ :triskell: · 37w
Like a buildsystem which wouldn't allow lies in stdout/stderr would be more like: checking whether x86_64-pc-linux-musl-clang works for building objects with base address 0x2000... FAIL (And bonus ...
divVerent profile picture
@Haelwenn /элвэн/ :triskell: I don't think it's even possible to make a build system that forces the text messages to be semantically correct. Rather, autotools is already as good as it gets there - at least you can read config.log, and if even that lies, you can run it in sh -x. Then there's no possibility for lies left.

All this of course only because some odd people believe that outputting the exact command that failed is somehow bad and user unfriendly... :(
1
Haelwenn /элвэн/ :triskell: · 37w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqn8nf49j5ppw6w3h2jvckz7fd607mqnxdfg4mvejdcrskcujd5fqqpvd732 Pretty sure meson would make it hard to create this kind of issue. But the fundamental issue is you shouldn't end up with the message and it's test in an entirely separated manner, other...