Fork me on GitHub
#figwheel-main
<
2023-11-03
>
dfornika16:11:48

Hi, I've been having an issue with figwheel-main (with CIDER in emacs) where it switches back to the cljs.user namespace any time I evaluate a form:

vemv16:11:10

I fixed that symptom about 1mo ago - could you check you are using a recent-enough cider?

dfornika16:11:57

Hmmm, good suggestion. Glad to know I'm not the only one seeing this. I've installed CIDER through use-package and straight, which is a bit of a new setup for me and I wasn't familiar with how to update packages. I'm doing that now...

vemv16:11:24

That you use straight is good news because it probably means you can pin the package to the v.1.10.0 tag, for instance, which is our latest stable release :)

👍 1
vemv16:11:03

(just in case, be sure to upgrade clojure-mode as well)

dfornika16:11:42

Looks like that fixed it! Thanks!

vemv16:11:12

You're quick! Happy you got it

🎉 1
dfornika16:11:37

I just did a straight-pull-all for now. I'll look into version pinning. That's a good tip too.

🍻 1
mikerod01:11:40

Yep. I had same issue and vemv fixed it with the newer version.