dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

bin/pamela does not use prebuilt jar #30

Closed pmdoll closed 8 years ago

pmdoll commented 8 years ago

pamela script needs to use uberjar when available so that it does not incur compile penalty every time is it used.

lein clean; lein uberjar
...
Created /xxx/github/pamela/target/uberjar/pamela-0.3.0.jar
Created /xxx/github/pamela/target/uberjar/pamela.jar

~/p/g/pamela> pamela -h
Compiling pamela.core
Compiling ClojureScript...
Compiling "resources/public/js/compiled/app.js" from ["src/main/cljs"]...
Successfully compiled "resources/public/js/compiled/app.js" in 13.46 seconds.

Probabalistic Advanced Modeling and Execution Learning Architecture (PAMELA)
pmdoll commented 8 years ago

Previous output was with classic branch. The issue is in master as well.

--------------------------------------------------------------------------------
Created /xxx/github/pamela/target/uberjar/pamela-0.4.2.jar
Created /xxx/github/pamela/target/uberjar/pamela.jar
~/p/g/pamela> pamela -h
Compiling pamela.core