Comment Re:specification & testing (Score 1) 52
That's amazing, frankly.
I wrote a simple bash script the other day to handle a video encoding queue, with this line:
if [[ $(date +%s -r "$file") -lt $(date +%s --date="1 min ago") ]]
It's running on Debian 12 but to imagine that if it were running on Ubuntu it would have failed?
Wild that this wasn't caught as soon as the dud utility shipped in a distro. I would have expected somebody's scripts to have failed, they ran it under bash -x and thought, "Oh, boy," then off to file a bug.
I like the idea of using Rust and the idea of Software Engineering. But together.