File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/cider/nrepl/middleware Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
:scm {:name " git" :url " https://github.com/clojure-emacs/cider-nrepl" }
7
7
8
8
:dependencies [[nrepl " 0.6.0" ]
9
- ^:inline-dep [cider/orchard " 0.5.0-beta11 " ]
9
+ ^:inline-dep [cider/orchard " 0.5.0-beta12 " ]
10
10
^:inline-dep [thunknyc/profile " 0.5.2" ]
11
11
^:inline-dep [mvxcvi/puget " 1.1.2" ]
12
12
^:inline-dep [fipp " 0.6.18" ] ; can be removed in unresolved-tree mode
Original file line number Diff line number Diff line change 2
2
(:require
3
3
[cider.nrepl.middleware.util.error-handling :refer [with-safe-transport]]
4
4
[clojure.java.io :as io]
5
- [orchard.classpath :as cp]))
5
+ [orchard.java. classpath :as cp]))
6
6
7
7
(defn classpath-reply [msg]
8
8
{:classpath (->> (cp/classpath )
Original file line number Diff line number Diff line change 2
2
(:require
3
3
[cider.nrepl.middleware.util :as util]
4
4
[cider.nrepl.middleware.util.error-handling :refer [with-safe-transport]]
5
- [orchard.resource :as resource]))
5
+ [orchard.java. resource :as resource]))
6
6
7
7
(defn handle-resource [handler msg]
8
8
(with-safe-transport handler msg
Original file line number Diff line number Diff line change 13
13
[orchard.info :as info]
14
14
[orchard.java :as java]
15
15
[orchard.namespace :as namespace]
16
- [orchard.resource :as resource])
16
+ [orchard.java. resource :as resource])
17
17
(:import
18
18
(clojure.lang Compiler$CompilerException)
19
19
(java.io StringWriter)))
Original file line number Diff line number Diff line change 10
10
[clojure.tools.namespace.find :as ns-find]
11
11
[nrepl.misc :refer [response-for]]
12
12
[nrepl.transport :as transport]
13
- [orchard.classpath :as cp]
13
+ [orchard.java. classpath :as cp]
14
14
[orchard.misc :as misc])
15
15
(:import
16
16
(clojure.lang Namespace MultiFn)
You can’t perform that action at this time.
0 commit comments