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: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1495,7 +1495,12 @@ If someone would like to tackle them, we'd be happy to provide assitance.
1495
1495
1496
1496
### Injecting dependencies and Leiningen pedantic: abort mode
1497
1497
1498
-
Because injection currently creates an override of `tools.nrepl` dependency that Leingingen also pulls in starting up the REPL will fail if `:pedantic? :abort` is set. Either remove the `:pedantic? :abort` setting or switch off injecting the dependencies with setting `cider-inject-dependencies-at-jack-in` to nil and provide the dependencies by editing your `~/.lein/profiles.clj` as described in the [standalone REPL](#setting-up-a-standalone-repl) section.
1498
+
Because injection currently creates an override of `tools.nrepl` dependency that
1499
+
Leingingen also pulls in starting up the REPL will fail if `:pedantic? :abort`
1500
+
is set. Either remove the `:pedantic? :abort` setting or switch off injecting
1501
+
the dependencies with setting `cider-inject-dependencies-at-jack-in` to nil and
1502
+
provide the dependencies by editing your `~/.lein/profiles.clj` as described in
1503
+
the [standalone REPL](#setting-up-a-standalone-repl) section.
0 commit comments