Skip to content

Commit f0c99ce

Browse files
alias: add :lib/integrant-repl & :lib/component-repl libraries
Libraries to support system component lifecycle during development workflow
1 parent a573efa commit f0c99ce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#+TITLE: Changelog
22

33
* Unreleased
4+
** Added
5+
*** alias: `:lib/component-repl` REPL workflow for Component library
6+
*** alias: `:lib/integrant-repl` REPL workflow for Integrant library
47
** Changed
58
*** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
69
*** DEPRECATED: `lib/nrepl` little value without a `:main-opts` configuration

deps.edn

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@
199199
com.bhauman/rebel-readline {:mvn/version "0.1.4"}
200200
djblue/portal {:mvn/version "0.40.0"} ; portal data inspector
201201
clj-commons/clj-yaml {:mvn/version "1.0.26"} ; portal yaml support (optional)
202-
integrant/repl {:mvn/version "0.3.2"}
203202
org.clojure/tools.namespace {:mvn/version "1.4.4"}
204203
org.clojure/tools.trace {:mvn/version "0.7.11"}
205204
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
@@ -265,6 +264,13 @@
265264
"--interactive"
266265
"-f" "rebel-readline.main/-main"]}
267266

267+
;; Component REPL libraries
268+
:lib/integrant-repl
269+
{:extra-deps {integrant/repl {:mvn/version "0.3.2"}}}
270+
271+
:lib/component-repl
272+
{:extra-deps {com.stuartsierra/component.repl {:mvn/version "1.0.0"}}}
273+
268274
;; End of remote REPL connections
269275
;; ---------------------------------------------------
270276

0 commit comments

Comments
 (0)