Skip to content

Commit 6f1afdc

Browse files
committed
Merge branch 'master' of github.com:clojure-emacs/cider-nrepl
2 parents 9bac044 + a7d24bc commit 6f1afdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
^:inline-dep [thunknyc/profile "0.5.2"]
1010
^:inline-dep [mvxcvi/puget "1.3.1"]
1111
^:inline-dep [fipp "0.6.23"] ; can be removed in unresolved-tree mode
12-
^:inline-dep [compliment "0.3.10"]
12+
^:inline-dep [compliment "0.3.11"]
1313
^:inline-dep [org.rksm/suitable "0.3.5" :exclusions [org.clojure/clojurescript]]
1414
^:inline-dep [cljfmt "0.6.8" :exclusions [org.clojure/clojurescript]]
1515
^:inline-dep [org.clojure/tools.namespace "1.0.0"]

src/cider/nrepl/middleware/debug.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
[env]
158158
(into {} (for [[sym bind] (filter-env env)
159159
:when (instance? Compiler$LocalBinding bind)]
160-
[`(quote ~sym) (.sym bind)])))
160+
[`(quote ~sym) (.sym ^Compiler$LocalBinding bind)])))
161161

162162
;;;; ## Getting user input
163163
;;;

0 commit comments

Comments
 (0)