You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/nrepl-api/ops.adoc
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file is _generated_ by #'cider.nrepl.impl.docs/-main
4
4
////
5
5
= Supported nREPL operations
6
6
7
-
[small]#generated from a verbose 'describe' response (cider-nrepl v0.24.0)#
7
+
[small]#generated from a verbose 'describe' response (cider-nrepl v0.25.0-SNAPSHOT)#
8
8
9
9
== Operations
10
10
@@ -111,9 +111,9 @@ Returns::
111
111
Return a list of symbols matching the specified (partial) symbol.
112
112
113
113
Required parameters::
114
-
* `:ns` The symbol's namespace
114
+
* `:ns` The namespace is which to look for completions (falls back to \*ns* if not specified)
115
+
* `:prefix` The prefix for completion candidates
115
116
* `:session` The current session
116
-
* `:symbol` The symbol to lookup
117
117
118
118
119
119
Optional parameters::
@@ -132,7 +132,7 @@ Retrieve documentation suitable for display in completion popup
132
132
133
133
Required parameters::
134
134
* `:ns` The symbol's namespace
135
-
* `:symbol` The symbol to lookup
135
+
* `:sym` The symbol to lookup
136
136
137
137
138
138
Optional parameters::
@@ -230,7 +230,7 @@ Return a map of information about the specified symbol.
230
230
231
231
Required parameters::
232
232
* `:ns` The current namespace
233
-
* `:symbol` The symbol to lookup
233
+
* `:sym` The symbol to lookup
234
234
235
235
236
236
Optional parameters::
@@ -247,7 +247,7 @@ Return a map containing the inputs of the datomic query.
247
247
248
248
Required parameters::
249
249
* `:ns` The current namespace
250
-
* `:symbol` The symbol to lookup
250
+
* `:sym` The symbol to lookup
251
251
252
252
253
253
Optional parameters::
@@ -355,7 +355,7 @@ Return a map of information about the specified symbol.
355
355
356
356
Required parameters::
357
357
* `:ns` The current namespace
358
-
* `:symbol` The symbol to lookup
358
+
* `:sym` The symbol to lookup
359
359
360
360
361
361
Optional parameters::
@@ -1032,7 +1032,8 @@ Returns::
1032
1032
Run tests specified by the ``var-query`` and return results. Results are cached for exception retrieval and to enable re-running of failed/erring tests.
1033
1033
1034
1034
Required parameters::
1035
-
{blank}
1035
+
* `:var-query` A search query specifying the test vars to execute. See Orchard's var query documentation for more details.
1036
+
1036
1037
1037
1038
Optional parameters::
1038
1039
* `:nrepl.middleware.print/buffer-size` The size of the buffer to use when streaming results. Defaults to 1024.
@@ -1044,7 +1045,9 @@ Optional parameters::
1044
1045
1045
1046
1046
1047
Returns::
1047
-
{blank}
1048
+
* `:results` A map of test run data.
1049
+
* `:status` Either done or indication of an error
1050
+
1048
1051
1049
1052
1050
1053
=== `toggle-profile`
@@ -1135,8 +1138,8 @@ Returns::
1135
1138
Undefine a symbol
1136
1139
1137
1140
Required parameters::
1138
-
* `:ns` The current namespace
1139
-
* `:symbol` The symbol to undefine
1141
+
* `:ns` The namespace is which to resolve sym (falls back to \*ns* if not specified)
0 commit comments