On Friday, 20 February 2026 at 16:21:58 UTC, realhet wrote:
Now I'm compiling only these arsd modules: mysql, jsvar, script, http2, uri, characterencodings, string, conv, database, dom, core, cgiI believe this is the smallest set required for MySql.
Do `dmd -i mysql.d` and let the compiler find the dependencies.But it requires only three: mysql.d, database.d, and core.d. It compiles in under a second from scratch.
