Closed cranej closed 11 years ago
No matter whether you pass the optional :repositories argument to distill, (project-repositories still) will always be evaluated since it is in an :or binding map:
:repositories
distill
(project-repositories still)
:or
[dependency & {:keys [repositories still verbose] :or {still the-still repositories (project-repositories still) verbose true}}]
And this form throws FileNotFound exception if there is no project.clj file in current working directory.
Propose this fix so alembic can be used in standalone lein repl.
alembic
Applied, thanks!
Released as 0.1.3.
No matter whether you pass the optional
:repositories
argument todistill
,(project-repositories still)
will always be evaluated since it is in an:or
binding map:And this form throws FileNotFound exception if there is no project.clj file in current working directory.
Propose this fix so
alembic
can be used in standalone lein repl.