spacemacs

alexdavis 2021-09-30T16:40:25.044500Z

Today for some reason I started getting apply: Symbol's function definition is void: parseclj-alist when starting a cljs repl. I’m pretty sure parseclj is installed, and can’t think of any reason why it would suddenly become uninstalled

practicalli-johnny 2021-09-30T16:50:29.044900Z

I saw a parseclj issue when I updated the Cider package yesterday. I restarted Emacs after the package install and didn't see the error again. I didnt try and diagnose this as I believed its just Emacs trying to find something it doesnt know about yet. If restarting doesnt work, try delete the Cider package and restart, to download and install a new version of the package. Or try just deleting the .elc file.

practicalli-johnny 2021-09-30T16:51:22.045100Z

There may be some other ideas here https://practical.li/spacemacs/install-spacemacs/troubleshooting.html

alexdavis 2021-09-30T16:51:56.045300Z

Ok thanks, I already tried restarting and reinstalling the parseclj package. doing an update of cider now

alexdavis 2021-09-30T16:52:44.045500Z

parseclj-lex--leaf-token-value: Symbol's function definition is void: :number Well at least its a new error 😅

practicalli-johnny 2021-09-30T16:53:41.045700Z

Someone else is getting the same error in #practicalli channel

practicalli-johnny 2021-09-30T16:56:11.045900Z

I updated about 30 package yesterday, so could be any of those. I assumed it was Cider as it had clj in the name. I also updated the Spacemacs code as well. If a package has changed its API, then they may be a fix in a newer commit of Spacemacs

practicalli-johnny 2021-09-30T16:57:12.046100Z

I am not getting this error when I jack-in with either Clojure of Clojure script

alexdavis 2021-09-30T16:40:31.044800Z

any tips on how to debug this?

lread 2021-09-30T18:07:35.046300Z

Probably related to this?

lread 2021-09-30T18:08:21.046700Z

If so updating your packages should fix.

murtaza52 2021-09-30T18:11:48.047100Z

Yup I just did that, still doesnt work ...