You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I disabled lib tests for depot because its current release tests are
not passing. See Olical/depot#57
But depot is using rewrite-clj v1 now, so updated README accordingly.
Copy file name to clipboardExpand all lines: README.adoc
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,21 +46,23 @@ Some projects using rewrite-clj v1
46
46
* https://github.com/fabricate-site/adorn[adorn] {canary-tested} - Extensible conversion of Clojure code to Hiccup forms
47
47
* https://github.com/xsc/ancient-clj[ancient-clj] {canary-tested} - Version Metadata Retrieval for Maven Artifacts
48
48
* https://github.com/liquidz/antq[antq] {canary-tested} - Point out your outdated dependencies
49
-
// we already do sci testing and borkdude runs his own copies of rewrite-clj tests against bb:
49
+
// we already do sci testing and borkdude runs his own copies of rewrite-clj tests against babashka:
50
50
* https://github.com/babashka/babashka[babashka] {not-canary-tested} - Native, fast starting Clojure interpreter for scripting
51
51
* https://github.com/borkdude/carve[carve] {canary-tested} - Carve out the essentials of your Clojure app
52
-
// no unit tests:
52
+
// classpath has no unit tests:
53
53
* https://github.com/lambdaisland/classpath[classpath] {not-canary-tested} - Classpath/classloader/deps.edn related utilities
54
54
* https://github.com/nextjournal/clerk[clerk] {canary-tested} - Local-First Notebooks for Clojure
55
55
* https://github.com/kurtharriger/clj-mergetool[clj-mergetool] {canary-tested} - Smarter git mergetool for clojure and edn
56
56
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested} - A tool for formatting Clojure code
57
57
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested} - A tool for formatting Clojure code
58
58
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested} - Language Server (LSP) for Clojure
59
59
* https://github.com/bhauman/clojure-mcp[clojure-mcp] {canary-tested} - REPL-Driven Development with AI Assistance
60
-
// repo is not version tagged:
60
+
// depot tests are currently broken
61
+
* https://github.com/Olical/depot[depot] {not-canary-tested} - Find newer versions of your dependencies in your deps.edn file
62
+
// duck-repled repo is not version tagged:
61
63
* https://github.com/mauricioszabo/duck-repled[duck-repled] {not-canary-tested} - Transform your REPL interation into Pathom queries
62
64
* https://github.com/jonase/kibit[kibit] {canary-tested} - There's a function for that!
63
-
// repo is not version tagged:
65
+
// kit repo is not version tagged:
64
66
* https://github.com/kit-clj/kit[kit] {not-canary-tested} - Lightweight, modular framework for scalable web development in Clojure
65
67
* https://github.com/FiV0/kusonga[kusonga] {canary-tested} - Renaming and moving namespaces in Clojure(script)
66
68
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {not-canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
@@ -74,15 +76,14 @@ Some projects using rewrite-clj v1
74
76
75
77
Some projects using rewrite-clj v0 and/or rewrite-cljs
76
78
77
-
* https://github.com/Olical/depot[depot] {canary-tested} {canary-needed-patch} - Find newer versions of your dependencies in your deps.edn file
78
79
// unit tests (unpatched after clone), at time of this writing, are failing for confair
79
80
* https://github.com/magnars/confair[confair] {not-canary-tested} - A configuration library for Clojure
80
-
// tests rely on datomic-pro
81
+
// tests for gen-fn rely on datomic-pro
81
82
* https://github.com/ivarref/gen-fn[gen-fn] {not-canary-tested} - Generate Datomic function literals from regular Clojure namespaces
82
83
* https://github.com/xsc/lein-ancient[lein-ancient] {canary-tested} - Check your Projects for outdated Dependencies
83
84
* https://github.com/benedekfazekas/mranderson[mranderson] {canary-tested} - Dependency inlining and shadowing
84
85
* https://github.com/jstepien/mutant[mutant] {canary-tested} - Mutation testing for Clojure
85
-
// could not easily figure out how to run tests:
86
+
// could not easily figure out how to run tests for repl-tooling:
86
87
* https://github.com/mauricioszabo/repl-tooling[repl-tooling] {not-canary-tested} - a base package for Clojure's editor tooling
87
88
// tests frequently broken, skipping for now:
88
89
* https://github.com/atomist-skills/update-leiningen-dependencies-skill[update-leiningen-dependencies-skill] {not-canary-tested} - Track project.clj dependencies across different projects
0 commit comments