Fork me on GitHub
#cljsrn
<
2020-10-31
>
Aleksander Rendtslev15:10:46

Hi, does anyone here have experience with cider and krell?

Aleksander Rendtslev15:10:02

Well, I suppose it’s more of a Cider question. I followed this guide: https://increasinglyfunctional.com/2020/05/07/clojurescript-react-native-krell-emacs.html But I missed the first part and followed the second set of instructions. But that has now broken my Cider (even after rebuilding a project). If I use the normal krell command in the command line: clj -m krell.main -co build.edn -c -r Things work fine. But if I jack-in I get the following:

error in process sentinel: Could not start nREPL server: DEPRECATED: Libs must be qualified, change compliment => compliment/compliment 
DEPRECATED: Libs must be qualified, change nrepl => nrepl/nrepl 
DEPRECATED: Libs must be qualified, change refactor-nrepl => refactor-nrepl/refactor-nrepl 
DEPRECATED: Libs must be qualified, change reagent => reagent/reagent (deps.edn)
DEPRECATED: Libs must be qualified, change reagent => reagent/reagent (/Users/aleks/.gitlibs/libs/io.vouch/reagent-react-native/54bf52788ab051920ed7641f386177374419e847/deps.edn)
Error building classpath. Unable to compare versions for org.clojure/clojurescript: {:mvn/version "1.8.51", :deps/manifest :mvn} and {:git/url "", :sha "b79007367818f0d1567646f28f09e2de3450a99e", :deps/manifest :deps, :deps/root "/Users/aleks/.gitlibs/libs/org.clojure/clojurescript/b79007367818f0d1567646f28f09e2de3450a99e"} 
any clues?

joshmiller17:11:20

@U01DH13SK8E That sounds more like an unrelated thing where what you were updating in the course of setting up your environment got out of sync. That ClojureScript version (`1.8.51`) is really out of date, do you have a very old dep in your deps somewhere?

joshmiller17:11:48

Since it’s specifically when you jack in, maybe your Cider is old.

Aleksander Rendtslev20:11:03

Hi Josh. Manually setting it in deps did the trick. But knowing that I have an old one installed somewhere (maybe through Cider) is definitely helpful. Thank you for that!

👍 3
Nathan20:10:05

Hello there! Does anybody know if its possible to use re-frame-10x with react native? I didn't find a way to make it work or other alternatives that help me to debug the app db on react native. I checked refrisk, but couldn't make it work with reframe. It only shows not connected when I start it.

frankitox15:11:28

I had that working once using an android emulator. You used re-frisk-remote?

Nathan20:11:48

No, I didn't know about the remote version. I'll try it out. Thanks!

Nathan09:11:35

It worked! Thanks

🎉 3