Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update core.async deps #53

Open
daniel-quintoandar opened this issue Sep 24, 2020 · 3 comments
Open

Update core.async deps #53

daniel-quintoandar opened this issue Sep 24, 2020 · 3 comments

Comments

@daniel-quintoandar
Copy link

The latest version is 1.3.610 but it requires the ancient 0.4.474.

Updating may fix errors like

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)
@jmelching
Copy link
Contributor

Can you give an example of how to reproduce?

@daniel-quintoandar
Copy link
Author

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...

@jmelching
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants