Skip to content

Commit 78ad995

Browse files
deprecated: :lib/nrepl requires :main-opts to be useful
1 parent f241cca commit 78ad995

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Unreleased
44
** Changed
55
*** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
6+
*** DEPRECATED: `lib/nrepl` little value without a `:main-opts` configuration
67
*** DEPRECATED: `:repl/rebel-cljs`, `:repl/figwheel`, `:repl/rebel-cljs` requires JVM with Nashorn, i.e. Java 8 - use figwheel-main template and [[https://practical.li/spacemacs/clojure-repl/clojurescript-repl/][Practicalli ClojureScript project workflow]]
78
*** docs: update introduction and remove outdated content
89
*** aliases: use `--main` option in alias `:main-opts` definitions for greater clarity

deps-deprecated.edn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
;; ---------------------------------------------------
2929
;; REPL's
3030

31+
;; DEPRECATED - limited use without `:main-opts` configuration to start nREPL server
32+
:lib/nrepl
33+
{:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}}}
34+
3135
;; Simple nREPL server REPL, headless
3236
;; call with -i flag to start interactive client
3337
:repl/nrepl

deps.edn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@
100100
ring/ring-mock {:mvn/version "0.4.0"}
101101
criterium/criterium {:mvn/version "0.4.6"}}}
102102

103-
:lib/nrepl
104-
{:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}}}
105-
106103
;; alpha state software as API has not been finalized however the code works reliably
107104
;; Latest commit on add-lib3 branch, don't update with :search/outdated
108105
;; Set logging implementation to no-operation

0 commit comments

Comments
 (0)