I wanted to install Kaitai struct to parse a binary format in Lua. The generated code had a cyclic dependency loop leading to `require` recursive stack overflow. Seeing they have tests, I tried running the CI suite for Lua, realising I'm missing Luaunit, leading me to debugging issues with Luarocks due to older luasec install.
It turns out I was unable to run tests successfully for *any* language I tried (Java, Nim, Go, ...) so I ended up `rm -rf`ing that thing.
I *just* want to read a file...