Fork me on GitHub
#leiningen
<
2023-03-07
>
souenzzo18:03:25

Is possible to have an "try/finally" behavior inside do blocks in aliases?

souenzzo18:03:40

I have a final step that I wanna run, even if the test fail

vemv19:03:35

do is a higher-level task, sounds like you want to impl your own high-level task for inspiration: https://github.com/technomancy/leiningen/blob/github/src/leiningen/do.clj

souenzzo19:03:13

this namespace need to be AoT compiled or something like?

vemv19:03:12

not really, just make a Lein plugin and include such a .clj file