Package dependency analysis features as a Clojure/Java/JavaScript library for use in static analysis or other apps #1
Labels
capabilities/interfaces
Concerns accessibility, runtime platforms, and interaction modes
type/enhancement
Something that isn't working - this is a feature that needs more polish or quality control
Uh oh!
There was an error while loading. Please reload this page.
Summary
To get actionable results quickly, everything is going to live in a single module and the only artifact from build output will be a command line tool for working with the data. This issue concerns the next steps for making a shared, stable library available to consumers.
Ensuring Clojure code is packaged into the artifactEnsuring Clojure code is packaged into the artifactI do not think Clojure can be called by other Clojure programs or used at the REPL when it is AOT compiled. The pom would need to change so that
clojure/
directories get copied into the jar as a resource, like so:Also the AOT settings would need to be fine tuned beyond the defaults.
The text was updated successfully, but these errors were encountered: