You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a problem, described in Leiningen 1858 with packaging AOT-compiled library with non-AOT dependency. From the description in chapter 8.02 I had feeling that dependencies shall be omitted from my result jar. Supported by the fact, that the foo example in that chapter also contains :aot :all, that expectation was even stronger.
I would suggest to add a short paragraph there that will explain that non-AOT dependencies will be compiled and added to the jar if :aot is specified.