pallet / alembic

A library for distilling (resolving and adding to the classpath) dependencies
255 stars 13 forks source link

Don't you need to quote the symbol? #2

Closed malcolmsparks closed 11 years ago

malcolmsparks commented 11 years ago

Shouldn't you quote the symbol? Like this :-

(alembic.still/distill ['org.clojure/tools.logging "0.2.0"])

otherwise :-

CompilerException java.lang.RuntimeException: Unable to resolve symbol: org.clojure/tools.logging in this context, compiling:(NO_SOURCE_PATH:1:1)