Debugging software
Who knew there were other ways to debug software??
Who knew there were other ways to debug software??
Trying Advent of Code 2021, we'll see how long I go until I get bored or find them too difficult.https://gitlab.com/legoktm/advent-of-code-2021 has my answers from the first 3 days so far.
From
cargo-hack is the coolest #Rust testing tool I've learned about so far:
Python 3.10 is a fantastic trap for everyone who uses YAML/Toml to configure CI, because writing an unquoted 3.10 will happily be normalized to 3.1.
It was surprisingly simple to set up cross-building for #Windows binaries on my #Rust projects in CI: https://gitlab.com/legoktm/rust-ci-pipeline/-/commit/21c61d0412e6636c110fbd0461908c93ff5eda7cAnd the one place I was using Unix-specific code has been caught at compile time \o/Whenever I make new releases, Windows binaries will be uploaded by CI, but in the meantime here's my…