Skip to content

Commit a8fd4f9

Browse files
committedApr 22, 2021
Update the list of built-in nREPL ops
1 parent d40b52d commit a8fd4f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎maint/cider/nrepl/impl/docs.clj

+5-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
(string/join \newline errors)))
4040

4141
(def built-in-ops
42-
"A list of nREPL built-in ops."
43-
#{:clone :close :completions :describe :eval :interrupt :load-file
44-
:ls-sessions :stdin :sideloader-start :sideloader-provide})
42+
"A list of nREPL built-in ops.
43+
We use it to filter those out in the docs generation process."
44+
#{:add-middleware :clone :close :completions :describe
45+
:eval :interrupt :load-file :lookup :ls-middleware :ls-sessions
46+
:sideloader-start :sideloader-provide :stdin :swap-middleware})
4547

4648
(defn relevant-ops
4749
"Filter out the nREPL built-in ops."

0 commit comments

Comments
 (0)
Please sign in to comment.