clj -A:dev -X dev/-main encounters exception using v3-alpha-SNAPSHOT, but not v3-alpha-d8066cb0 (2026-02-05). From stack trace:
Caused by: java.io.FileNotFoundException: Could not locate dustingetz/debug__init.class, dustingetz/debug.clj or dustingetz/debug.cljc on classpath.
No recent changes to project, just running locally.
More in ๐งต
thanks i will look into it
I cannot reproduce, I just cloned https://github.com/hyperfiddle/electric3-starter-app and evaluated (require 'dustingetz.debug) without error
To reproduce the error I had to go back to https://clojars.org/com.hyperfiddle/electric/versions/v3-alpha-86cef0fb (2025-12-9), I suspect a stale snapshot. Does your deps.edn contain :mvn/repos {"clojars" {:url " ?
@dustingetz Yes this does work for me :), my bad, I was pointing to "v3-alpha-SNAPSHOT"
the current snapshot works though
Does your deps.edn contain :mvn/repos {"clojars" {:url " ?
That works, thank you!
Any update on this? I am experiencing this in brainfloj right now as well.