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
- Bumped clojure-lsp and antq.
- Added reval.
- Fixed copy pasta error for kusonga test command.
Did a little spelunking on clojars and added a few more libs that use
rewrite-clj to the README.
Added a notes to README as to why I'm not canary testing specific libs.
Copy file name to clipboardExpand all lines: README.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,20 @@ Some projects using rewrite-clj v1
52
52
53
53
* https://github.com/xsc/ancient-clj[ancient-clj] {canary-tested} - Version Metadata Retrieval for Maven Artifacts
54
54
* https://github.com/liquidz/antq[antq] {canary-tested} - Point out your outdated dependencies
55
+
// we already do sci testing and borkdude runs his own copies of rewrite-clj tests against bb:
55
56
* https://github.com/babashka/babashka[babashka] {not-canary-tested} - Native, fast starting Clojure interpreter for scripting
56
57
* https://github.com/borkdude/carve[carve] {canary-tested} - Carve out the essentials of your Clojure app
58
+
// no unit tests:
59
+
* https://github.com/lambdaisland/classpath[classpath] {not-canary-tested} - Classpath/classloader/deps.edn related utilities
57
60
* https://github.com/nextjournal/clerk[clerk] {canary-tested} - Local-First Notebooks for Clojure
58
61
* https://github.com/weavejester/cljfmt[cljfmt] {canary-tested} - A tool for formatting Clojure code
59
62
* https://github.com/greglook/cljstyle[cljstyle] {canary-tested} - A tool for formatting Clojure code
60
63
* https://github.com/clojure-lsp/clojure-lsp[clojure-lsp] {canary-tested} - Language Server (LSP) for Clojure
64
+
// repo is not version tagged:
65
+
* https://github.com/mauricioszabo/duck-repled[duck-repled] {not-canary-tested} - Transform your REPL interation into Pathom queries
61
66
* https://github.com/FiV0/kusonga[kusonga] {canary-tested} - Renaming and moving namespaces in Clojure(script)
62
67
* https://github.com/clojure-emacs/refactor-nrepl[refactor-nrepl] {canary-tested} - nREPL middleware to support refactorings in an editor agnostic way
68
+
* https://github.com/pink-gorilla/reval[reval] {canary-tested} -reproduceable eval - namespace eval and storage with browser ui
63
69
* 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
64
70
* https://github.com/lread/test-doc-blocks[test-doc-blocks] {canary-tested} - Test AsciiDoc and CommonMark code blocks found in articles and docstrings
65
71
* https://github.com/nubank/umschreiben-clj[umschreiben-clj] {canary-tested} - Rewrite utilities for refactoring clojure files
@@ -68,11 +74,17 @@ Some projects using rewrite-clj v1
68
74
Some projects using rewrite-clj v0 and/or rewrite-cljs
69
75
70
76
* https://github.com/Olical/depot[depot] {canary-tested} {canary-needed-patch} - Find newer versions of your dependencies in your deps.edn file
77
+
// unit tests (unpatched after clone), at time of this writing, are failing for confair
78
+
* https://github.com/magnars/confair[confair] {not-canary-tested} - A configuration library for Clojure
79
+
// no version tag on gen-fn repo:
80
+
* https://github.com/ivarref/gen-fn[gen-fn] {not-canary-tested} - Generate Datomic function literals from regular Clojure namespaces
71
81
* https://github.com/jonase/kibit[kibit] {canary-tested} - There's a function for that!
72
82
* https://github.com/xsc/lein-ancient[lein-ancient] {canary-tested} - Check your Projects for outdated Dependencies
73
83
* https://github.com/benedekfazekas/mranderson[mranderson] {canary-tested} - Dependency inlining and shadowing
74
84
* https://github.com/jstepien/mutant[mutant] {canary-tested} - Mutation testing for Clojure
85
+
// could not easily figure out how to run tests:
75
86
* https://github.com/mauricioszabo/repl-tooling[repl-tooling] {not-canary-tested} - a base package for Clojure's editor tooling
87
+
// tests frequently broken, skipping for now:
76
88
* 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