Laurent Petit
Laurent Petit
Please note that for libraries, it is not recommended to AOT compile, anyway. For final projects, to the contrary, it may be interesting to have all classes, including dependencies, AOT...
However, there may still be the need to remove some namespace aot classes (for instance, some namespaces are so dynamic that they can't work if they're aot compiled, but they...
I have this problem with `cider-nrepl` and CCW. I'm working on a patch for `clojure-maven-plugin` which does just the following: if a `cleanAOTNamespaces` configuration parameter is set to true -...
The PR has been published: #98
For Counterclockwise's needs, I've written another flavor of this. It adds a config parameter to activate the feature, and just uses what is already configured via ``. I will create...