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
Syntax error macroexpanding clojure.core.async/go at (com/climate/squeedo/sqs_consumer.clj:34:7).
at clojure.lang.Compiler.macroexpand1(Compiler.java:7010)
at clojure.lang.Compiler.analyzeSeq(Compiler.java:7093)
...
Caused by: java.lang.IllegalArgumentException: No implementation of method: :has? of protocol: #'clojure.core.cache/CacheProtocol found for class: clojure.core.memoize.PluggableMemoization
at clojure.core$_cache_protocol_fn.invokeStatic(core_deftype.clj:583)
at clojure.core$_cache_protocol_fn.invoke(core_deftype.clj:575)
The text was updated successfully, but these errors were encountered:
I'm not sure how to reproduce it :(
After running start-consumer and reloading the namespace (using the vim-fireplace), that error pops up on repl...
Updating it may not even resolve that problem (I'm not sure it is a problem on squeedo at all 🤔), but the core.async version still a 2 years old dependency...
I've pulled down the code and tested everything out in a repl and haven't been able to reproduce what you are seeing. Probably a plugin or something you are using interfering. I can try to update the deps and push a new version to see if that helps ya.
The latest version is 1.3.610 but it requires the ancient 0.4.474.
Updating may fix errors like
The text was updated successfully, but these errors were encountered: