protojure / lib

A collection of libraries to support Protojure applications at runtime
https://protojure.readthedocs.io
Apache License 2.0
64 stars 14 forks source link

Move clj nses with gen-classes that require AOT to another lib #89

Closed Rkiouak closed 2 years ago

Rkiouak commented 3 years ago

For reasons that the committer does not fully understand, aoting any nses appears to result in ALL :scope "provided" dependencies being packaged in the created jar.

This PR both adds the new dependency, removes the nses now located in that dependency, and removes the :aot key from the project.clj, the outcome of which is that the jar generated by lein jar now only includes protojure .clj source

Signed-off-by: Matthew Rkiouak mrkiouak@gmail.com

ghaskins commented 2 years ago

Obsoleted by 6e3e1c56bb4d824df64d5d06cc594c6ddb7c37c6