0.4.0: ctrl+E doesn't load dependencies

26 views
Skip to first unread message

Cedric Greevey

unread,
Jul 1, 2013, 10:28:38 PM7/1/13
to cl...@googlegroups.com
(ns foo.bar)

(defn xyzzy [x] (+ x 3))



(ns foo.core
  (:require foo (bar :as b)))

(defn quux [x] (b/xyzzy x))


=== Starting new REPL at C:\Z All other files\clooj\projects\foo ===
Clojure 1.5.0
user=> clooj.repl.remote=>
foo.core=> Evaluating file...
CompilerException java.lang.RuntimeException: Unable to resolve symbol: b/xyzzy in this context, compiling:(core.clj:4:16)


Looks like it's not automatically loading foo.bar and evaluating it first. I think this worked in 0.2.8, which would make it a regression.

Reply all
Reply to author
Forward
0 new messages