@tolitius Thanks. That's exactly what I am doing. thing is, when my dev cycle was code->`lein run`->test->code then I suspect that lein run
only recompiled the changed files hence the compilation order was not the same as with doing lein clean
before lein run
. does this make sense?