Skip to content

Commit b02952c

Browse files
authored
test: temporarily disable refactor-nrepl lib tests (#319)
* test: temporarily disable refactor-nrepl lib tests See clojure-emacs/refactor-nrepl#409 * lint
1 parent 0b1039e commit b02952c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Some projects using rewrite-clj v1
6262
// repo is not version tagged:
6363
* https://github.com/kit-clj/kit[kit] {not-canary-tested} - Lightweight, modular framework for scalable web development in Clojure
6464
* https://github.com/FiV0/kusonga[kusonga] {canary-tested} - Renaming and moving namespaces in Clojure(script)
65-
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
65+
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {not-canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
6666
* https://github.com/pink-gorilla/reval[reval] {canary-tested} -reproduceable eval - namespace eval and storage with browser ui
6767
* 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
6868
* https://github.com/matthewdowney/rich-comment-tests[rich-comment-tests] {canary-tested} - Turns rich comment forms into tests

script/test_libs.clj

+4-3
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@
214214
;;
215215
;; refactor-nrepl
216216
;;
217-
218-
(defn- refactor-nrepl-patch
217+
;; uncomment we we re-enable
218+
#_(defn- refactor-nrepl-patch
219219
"custom because my generic does not handle ^:inline-dep syntax"
220220
[{:keys [home-dir rewrite-clj-version]}]
221221
(status/line :detail "=> Patching deps")
@@ -419,7 +419,8 @@
419419
:patch-fn deps-edn-v1-patch
420420
:show-deps-fn cli-deps-tree
421421
:test-cmds ["clojure -M:test"]}
422-
{:name "refactor-nrepl"
422+
;; temporarily disable, see https://github.com/clojure-emacs/refactor-nrepl/issues/409
423+
#_{:name "refactor-nrepl"
423424
:version "3.10.0"
424425
:platforms [:clj]
425426
:github-release {:repo "clojure-emacs/refactor-nrepl"

0 commit comments

Comments
 (0)