Open kasbah opened 21 hours ago
Was able to narrow it down to something in these deps/config. If I delete this it seems fine in terms of test (of course cljs dev workflow is probably broken):
--- a/project.clj
+++ b/project.clj
@@ -17,7 +17,6 @@
[org.clojure/clojurescript "1.11.54"
:scope "provided"]
[metosin/reitit "0.5.18"]
- [pez/clerk "1.0.0"]
[io.replikativ/konserve "0.7.317"]
[venantius/accountant "0.2.5"
:exclusions [org.clojure/tools.reader]]]
@@ -100,14 +99,12 @@
[ring/ring-mock "0.4.0"]
[ring/ring-devel "1.9.5"]
[prone "2021-04-23"]
- [figwheel-sidecar "0.5.20"]
[nrepl "0.9.0"]
[thheller/shadow-cljs "2.16.7"]
[pjstadig/humane-test-output "0.11.0"]
]
- :source-paths ["env/dev/clj"]
:plugins [[lein-figwheel "0.5.20"]
[lein-doo "0.1.10"]
Try excluding core async from pez/clerk, maybe set core async latest as an override dep
I am able to reliably reproduce the error when adding konserve as dependency to a lein reagent project:
Method 1
Generate an example project from template
Add the konserve dependency and create a new test file importing it:
Run tests:
Method 2
Alternatively you can grab the repo I made:
Additional info