Skip to content

Commit

Permalink
deprecate: :repl/rebel-remote not connecting to remote repl state
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Feb 16, 2024
1 parent 915e39d commit 69267bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
13 changes: 13 additions & 0 deletions deps-deprecated.edn
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@
"--interactive"
"-f" "rebel-readline.main/-main"]}

;; DEPRECATED - not connecting to remote repl state
;; clojure -M:repl/rebel-remote --host hostname --port 12345
:repl/rebel-remote
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
cider/cider-nrepl {:mvn/version "0.44.0"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}}
:main-opts ["--eval" "(apply require clojure.main/repl-requires)"
"--main" "nrepl.cmdline"
"--connect"
"--middleware" "[cider.nrepl/cider-middleware]"
"--interactive"
"-f" "rebel-readline.main/-main"]}

;; End of REPL's
;; ---------------------------------------------------

Expand Down
12 changes: 0 additions & 12 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -205,18 +205,6 @@
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}}
:main-opts ["--main" "nrepl.cmdline" "--connect"]}

;; DEPRECATED - not connecting to remote repl state
;; clojure -M:repl/rebel-remote --host hostname --port 12345
:repl/rebel-remote
{:extra-deps {nrepl/nrepl {:mvn/version "1.1.0"}
cider/cider-nrepl {:mvn/version "0.44.0"}
com.bhauman/rebel-readline {:mvn/version "0.1.4"}}
:main-opts ["--eval" "(apply require clojure.main/repl-requires)"
"--main" "nrepl.cmdline"
"--connect"
"--middleware" "[cider.nrepl/cider-middleware]"
"--interactive"
"-f" "rebel-readline.main/-main"]}
;; ---------------------------------------------------

;; ---------------------------------------------------
Expand Down

0 comments on commit 69267bd

Please sign in to comment.