Skip to content

Commit c947f79

Browse files
authored
canary tests: 2 new, 1 update (#208)
new libs using rewrite-clj: - kit - can add to lib tests if repo starts version tagging - rich-comment-tests - woot! new release of existing: antq
1 parent ccd1882 commit c947f79

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@ Some projects using rewrite-clj v1
5656
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested} - Language Server (LSP) for Clojure
5757
// repo is not version tagged:
5858
* https://github.com/mauricioszabo/duck-repled[duck-repled] {not-canary-tested} - Transform your REPL interation into Pathom queries
59+
// repo is not version tagged:
60+
* https://github.com/kit-clj/kit[kit] {not-canary-tested} - Lightweight, modular framework for scalable web development in Clojure
5961
* https://github.com/FiV0/kusonga[kusonga] {canary-tested} - Renaming and moving namespaces in Clojure(script)
6062
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
6163
* https://github.com/pink-gorilla/reval[reval] {canary-tested} -reproduceable eval - namespace eval and storage with browser ui
6264
* 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
65+
* https://github.com/matthewdowney/rich-comment-tests[rich-comment-tests] {canary-tested} - Turns rich comment forms into tests
6366
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested} - Test AsciiDoc and CommonMark code blocks found in articles and docstrings
6467
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] {canary-tested} - Rewrite utilities for refactoring clojure files
6568
* https://github.com/kkinnear/zprint[zprint] {canary-tested} - Executables, uberjar, and library to beautifully format Clojure and Clojurescript source code and s-expressions

script/test_libs.clj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
:show-deps-fn lein-deps-tree
280280
:test-cmds ["lein kaocha"]}
281281
{:name "antq"
282-
:version "2.2.962"
282+
:version "2.2.970"
283283
:platforms [:clj]
284284
:github-release {:repo "liquidz/antq"}
285285
:patch-fn deps-edn-v1-patch
@@ -408,6 +408,15 @@
408408
:patch-fn refactor-nrepl-patch
409409
:show-deps-fn lein-deps-tree
410410
:test-cmds ["make test"]}
411+
{:name "rich-comment-tests"
412+
:version "0.0.4"
413+
:platforms [:clj] ;; and bb but we don't test that here
414+
:github-release {:repo "matthewdowney/rich-comment-tests"
415+
:version-prefix "v"
416+
:via :tag}
417+
:patch-fn deps-edn-v1-patch
418+
:show-deps-fn cli-deps-tree
419+
:test-cmds ["bb test-clj"]}
411420
{:name "test-doc-blocks"
412421
:version "1.0.166-alpha"
413422
:platforms [:clj :cljs]

0 commit comments

Comments
 (0)