shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
mischov 2020-09-27T04:20:49.074700Z

Has anybody had a problem getting shadow-cljs to compile when your deps.edn includes a com.datomic/dev-local dep? Compilation hangs for me when I include it but works fine if I remove it.

mischov 2020-09-27T04:22:54.075500Z

Wondering if it has anything to do with the games Cognitect make you play getting authorization to pull the dep.

thheller 2020-09-27T07:11:36.077Z

@mischov I believe it causes a conflict on guava or something. check for dependency conflicts. its not the authorization (assuming you have that setup correctly)

souenzzo 2020-09-27T14:33:35.078Z

@mischov I have a app that use #shadow-cljs and #datomic ions/cloud I end up to manually manage the guava version. (explicit set it in deps.edn)

mischov 2020-09-27T15:33:00.078300Z

Thanks!

mischov 2020-09-27T17:33:09.079300Z

That was indeed that problem. Thanks again! There is a forum post about it here, too: https://forum.datomic.com/t/incompatibility-between-versions-of-guava-in-dev-local-and-clojurescript-compiler/1550