Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Some projects using rewrite-clj v1
// repo is not version tagged:
* https://github.com/kit-clj/kit[kit] {not-canary-tested} - Lightweight, modular framework for scalable web development in Clojure
* https://github.com/FiV0/kusonga[kusonga] {canary-tested} - Renaming and moving namespaces in Clojure(script)
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {not-canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
* https://github.com/pink-gorilla/reval[reval] {canary-tested} -reproduceable eval - namespace eval and storage with browser ui
* https://github.com/borkdude/rewrite-edn[rewrite-edn] {canary-tested} - Utility lib on top of rewrite-clj with common operations to update EDN while preserving whitespace and comments
* https://github.com/matthewdowney/rich-comment-tests[rich-comment-tests] {canary-tested} - Turns rich comment forms into tests
Expand Down
7 changes: 4 additions & 3 deletions script/test_libs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@
;;
;; refactor-nrepl
;;

(defn- refactor-nrepl-patch
;; uncomment we we re-enable
#_(defn- refactor-nrepl-patch
"custom because my generic does not handle ^:inline-dep syntax"
[{:keys [home-dir rewrite-clj-version]}]
(status/line :detail "=> Patching deps")
Expand Down Expand Up @@ -419,7 +419,8 @@
:patch-fn deps-edn-v1-patch
:show-deps-fn cli-deps-tree
:test-cmds ["clojure -M:test"]}
{:name "refactor-nrepl"
;; temporarily disable, see https://github.com/clojure-emacs/refactor-nrepl/issues/409
#_{:name "refactor-nrepl"
:version "3.10.0"
:platforms [:clj]
:github-release {:repo "clojure-emacs/refactor-nrepl"
Expand Down