Skip to content

Commit ce3efe4

Browse files
committed
libs tests: clerk & zprint
Clerk now has tests we can run, so it has been added to our canary testing. And a new version of zprint dropped.
1 parent db0ac94 commit ce3efe4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Some projects using rewrite-clj v1
5454
* https://github.com/liquidz/antq[antq] {canary-tested} - Point out your outdated dependencies
5555
* https://github.com/babashka/babashka[babashka] {not-canary-tested} - Native, fast starting Clojure interpreter for scripting
5656
* https://github.com/borkdude/carve[carve] {canary-tested} - Carve out the essentials of your Clojure app
57-
* https://github.com/nextjournal/clerk[clerk] {not-canary-tested} - Local-First Notebooks for Clojure
57+
* https://github.com/nextjournal/clerk[clerk] {canary-tested} - Local-First Notebooks for Clojure
5858
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested} - A tool for formatting Clojure code
5959
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested} - A tool for formatting Clojure code
6060
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested} - Language Server (LSP) for Clojure

script/test_libs.clj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,8 @@
271271
:patch-fn deps-edn-v1-patch
272272
:show-deps-fn cli-deps-tree
273273
:test-cmds ["clojure -M:test"]}
274-
;; TODO: Clerk now has tests, they just aren't part of an official release yet, soon!
275-
#_{:name "clerk"
276-
:version "0.4.305"
274+
{:name "clerk"
275+
:version "0.5.346"
277276
:github-release {:repo "nextjournal/clerk"
278277
:via :tag
279278
:version-prefix "v"}
@@ -395,7 +394,7 @@
395394
:show-deps-fn lein-deps-tree
396395
:test-cmds ["lein test"]}
397396
{:name "zprint"
398-
:version "1.2.0"
397+
:version "1.2.1"
399398
:platforms [:clj :cljs]
400399
:github-release {:repo "kkinnear/zprint"}
401400
:patch-fn zprint-patch

0 commit comments

Comments
 (0)