figwheel-main

dfornika 2023-11-03T16:39:48.453249Z

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:

vemv 2023-11-03T16:41:10.923789Z

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

dfornika 2023-11-03T16:44:57.921829Z

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

vemv 2023-11-03T16:47:24.713669Z

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
vemv 2023-11-03T16:48:03.483239Z

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

dfornika 2023-11-03T16:48:42.995239Z

Looks like that fixed it! Thanks!

vemv 2023-11-03T16:49:12.934019Z

You're quick! Happy you got it

🎉 1
dfornika 2023-11-03T16:49:37.879479Z

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

🍻 1
2023-11-04T01:43:40.372959Z

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