File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/cider/nrepl/middleware
test/clj/cider/nrepl/middleware Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 83
83
(:file (info/info* {:dialect :cljs
84
84
:env cljs-env
85
85
:sym (symbol ns )}))
86
- (.getPath (ns/canonical-source ns ))))
86
+ (str (ns/canonical-source ns ))))
87
87
88
88
(defn ns-list-reply [msg]
89
89
{:ns-list (ns-list msg)})
Original file line number Diff line number Diff line change 101
101
core-path (:path (session/message {:op " ns-path"
102
102
:ns " clojure.core" }))]
103
103
(is (.endsWith ns-path " cider/nrepl/middleware/ns.clj" ))
104
- (is (.endsWith core-path " clojure/core.clj" ))))
104
+ (is (.endsWith core-path " clojure/core.clj" ))
105
+ (is (.startsWith core-path " jar:" ))))
105
106
106
107
(deftest ns-load-all-integration-test
107
108
(let [loaded-ns (:loaded-ns (session/message {:op " ns-load-all" }))]
You can’t perform that action at this time.
0 commit comments