hyperfiddle

Stef Coetzee 2026-03-29T14:41:04.744079Z

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 ๐Ÿงต

Dustin Getz (Hyperfiddle) 2026-03-31T00:26:45.573819Z

thanks i will look into it

Dustin Getz (Hyperfiddle) 2026-04-26T11:17:52.987659Z

I cannot reproduce, I just cloned https://github.com/hyperfiddle/electric3-starter-app and evaluated (require 'dustingetz.debug) without error

Dustin Getz (Hyperfiddle) 2026-04-26T11:28:31.372549Z

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 "" :snapshots {:enabled true :update :always}}} ?

Melody 2026-04-26T18:32:00.001639Z

@dustingetz Yes this does work for me :), my bad, I was pointing to "v3-alpha-SNAPSHOT"

Dustin Getz (Hyperfiddle) 2026-04-26T18:34:12.763459Z

the current snapshot works though

Dustin Getz (Hyperfiddle) 2026-04-26T18:34:20.431449Z

Does your deps.edn contain :mvn/repos {"clojars" {:url "" :snapshots {:enabled true :update :always}}} ?

๐Ÿ™ 1
Melody 2026-04-26T21:13:06.546819Z

That works, thank you!

Melody 2026-04-26T03:53:23.931589Z

Any update on this? I am experiencing this in brainfloj right now as well.

Stef Coetzee 2026-03-29T14:43:02.093519Z