jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

Error refreshing. CAUSE: namespace ... not found #290

Open jerger opened 6 years ago

jerger commented 6 years ago

Hi,

we're using an autoamted setup for our clojure ide, proto-repl is part of it - thanx for your great work :-)

Suprisingly in my newest set-up ide I've a strange issue while starting repl for my project - exactly the same project works for other ide-vms. I got

"Error refreshing. CAUSE: namespace 'dda.pallet.dda-managed-vm.infra.passwordstore' not found"

While starting https://github.com/DomainDrivenArchitecture/dda-managed-vm in proto-repl.

Proto-Repl does not load dependand ns (all causing namespaces are compiling fine, if I load all dependands manually into repl).

I use

Operatingsystem (xubuntu 14.04 vs. 16.04) versions are different.

Do you've any idea, where to search for the root cause?

BR, jerger