Skip to content

Commit e6cdfab

Browse files
alias: comment find-deps dependency due to conflict with add-libs
find-deps uses a different version of tools.deps.alpha to add-libs for hotloading cyclic load dependency occurs when using Integrant REPL to restart the system Integrant REPL in turn uses tools.namespace Related: # practicalli/project-templates#5
1 parent 58aabea commit e6cdfab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
* Unreleased
44
** Added
55
*** yaml support in portal for `:repl/reloaded` and `:dev/reloaded` aliases
6-
*** Integrant REPL support in `:repl/reloaded` and `:dev/reloaded` aliases
6+
*** Integrant REPL support for `:repl/reloaded` and `:dev/reloaded` aliases
7+
** Changed
8+
*** remove find-deps from `:repl/reloaded` and `:dev/reloaded` aliases to avoid reload clash with add-libs dependency
79

810
* 2023-03-25
911
** Added

deps.edn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
org.clojure/tools.trace {:mvn/version "0.7.11"}
8989
org.clojure/tools.deps.alpha {:git/url "https://github.com/clojure/tools.deps.alpha"
9090
:git/sha "e4fb92eef724fa39e29b39cc2b1a850567d490dd"}
91+
;; find-deps/find-deps {:git/url "https://github.com/hagmonk/find-deps"
92+
;; :sha "9bf23a52cb0a8190c9c2c7ad1d796da802f8ce7a"}
9193
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
9294
com.brunobonacci/mulog {:mvn/version "0.9.0"}
9395
lambdaisland/kaocha {:mvn/version "1.80.1274"}
@@ -236,6 +238,8 @@
236238
org.clojure/tools.trace {:mvn/version "0.7.11"}
237239
org.clojure/tools.deps.alpha {:git/url "https://github.com/clojure/tools.deps.alpha"
238240
:git/sha "e4fb92eef724fa39e29b39cc2b1a850567d490dd"}
241+
;; find-deps/find-deps {:git/url "https://github.com/hagmonk/find-deps"
242+
;; :sha "9bf23a52cb0a8190c9c2c7ad1d796da802f8ce7a"}
239243
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}
240244
com.brunobonacci/mulog {:mvn/version "0.9.0"}
241245
lambdaisland/kaocha {:mvn/version "1.80.1274"}

0 commit comments

Comments
 (0)