calvin icon indicating copy to clipboard operation
calvin copied to clipboard

Read :source-paths from project.clj

Open arichiardi opened this issue 9 years ago • 2 comments

Hello! Great project, with great potential, let's make a better lein :+1:

A problem I would like to report. I started calvin repl and everything works, except the fact that I cannot execute (require 'a-namespace.core), where the namespace file resides in:

src
└── a-namespace
    └── core.cljs

I am going to check your code as well ;)

arichiardi avatar Dec 12 '16 23:12 arichiardi

that is weird! I had that working before in my projects, I'll try running a few more tests and comment back

eginez avatar Dec 13 '16 05:12 eginez

ah yes I know what's going on, I am only reading the project :dependencies and not :source-paths.

eginez avatar Feb 06 '17 02:02 eginez