Skip to content

Commit

Permalink
Merge branch 'main' into lread-maint-2024-09-18
Browse files Browse the repository at this point in the history
* main:
  test: temporarily disable refactor-nrepl lib tests (#319)
  • Loading branch information
lread committed Sep 19, 2024
2 parents 17bbb56 + b02952c commit 578d886
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit 578d886

Please sign in to comment.