practicalli

murtaza52 2021-09-30T16:36:57.030Z

I just cloned spacemacs (develop branch), and practicalli's .spacemacs.d dir. I have a project using shadow.cljs, when I start the server and try connecting to it in emacs, I get the following error - parseclj-lex--leaf-token-value: Symbol's function definition is void: :number

practicalli-johnny 2021-09-30T16:38:21.030700Z

Does the shadow-clj project run outside of an editor, i.e from a terminal

murtaza52 2021-09-30T16:38:43.030900Z

yup from a terminal

murtaza52 2021-09-30T16:38:54.031100Z

I get same error with cljs-jack-in also

practicalli-johnny 2021-09-30T16:39:55.031300Z

I did see some kind of parseclj error when I updated the Cider package yesterday. I simply restarted Emacs and the problem did not occur again

practicalli-johnny 2021-09-30T16:48:36.031500Z

I can use cljs-jack-in with a figwheel-project without any problems

murtaza52 2021-09-30T16:56:45.031900Z

yup I upgraded spacemacs and then it broke, It was working couple of hrs back šŸ™‚

murtaza52 2021-09-30T16:57:10.032100Z

then I reinstalled both spacemacs and your config, but still getting the error

alexdavis 2021-09-30T17:01:25.032300Z

I was having the same issue and did a package rollback to yesterday and now it works again 🤷

alexdavis 2021-09-30T17:01:51.032500Z

still on latest develop commit so its not that

alexdavis 2021-09-30T17:02:08.032700Z

I’m guessing its a bug in the newest cider release? but I don’t update packages often so could be anything

practicalli-johnny 2021-09-30T17:23:38.032900Z

There was a new dev release of cider today, 30th September. Perhaps the dev release before that should be installed

murtaza52 2021-09-30T17:42:58.033100Z

sorry will need some help here, I am relying on spacemacs layers to install the packages, how do I go back to prior cider package ?

alexdavis 2021-09-30T18:55:28.033300Z

in the spacemacs buffer there is a button called ā€˜rollback packages’, if you click that you can return to an earlier state

alexdavis 2021-09-30T18:55:49.033500Z

or you can do it manually in your .emacs.d

murtaza52 2021-09-30T19:56:16.033700Z

Thanks everyone for the help, deleting cider, parseedn, parseclj and then installing again did the trick

šŸ‘ 1
murtaza52 2021-09-30T16:37:51.030600Z

This error occurs when shadow is selected during the connect-cljs