Skip to content

Commit 6b077c5

Browse files
docs: :lib/hotload for Clojure 1.11.x and earlier
Alias not required for Clojure 1.12
1 parent 78ad995 commit 6b077c5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*** DEPRECATED: `:lib/reloaded` & `:lib/tools-ns` - use `:dev/reloaded`
66
*** DEPRECATED: `lib/nrepl` little value without a `:main-opts` configuration
77
*** 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]]
8+
*** docs: `lib/hotload` for Clojure 1.11 and uses [[https://github.com/clojure/tools.deps.alpha/tree/add-lib3][clojure/tools.deps.alpha]] which has been replaced for Clojure 1.12
89
*** docs: update introduction and remove outdated content
910
*** aliases: use `--main` option in alias `:main-opts` definitions for greater clarity
1011

deps.edn

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

103-
;; alpha state software as API has not been finalized however the code works reliably
103+
;; DEPRECATED
104+
;; - only useful for Clojure 1.11.x, not required for Clojure 1.12 onward
105+
;; - alpha state software
104106
;; Latest commit on add-lib3 branch, don't update with :search/outdated
105-
;; Set logging implementation to no-operation
106107
:lib/hotload
107108
{:extra-deps {org.clojure/tools.deps.alpha {:git/url "https://github.com/clojure/tools.deps.alpha"
108-
:git/sha "e4fb92eef724fa39e29b39cc2b1a850567d490dd"}
109-
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}}}
110109

111110
;; Highlight important aspects of error stack trace using ANSI formatting
112111
;; https://github.com/AvisoNovate/pretty
@@ -120,6 +119,7 @@
120119
{:extra-deps {io.github.babashka/neil {:git/tag "v0.1.47"
121120
:git/sha "77288d4"}}
122121
:main-opts ["-m" "babashka.neil"]}
122+
:git/sha "e4fb92eef724fa39e29b39cc2b1a850567d490dd"}}}
123123

124124
;; End of Development environment
125125
;; ---------------------------------------------------

0 commit comments

Comments
 (0)