calva

Wednesdays you might find @U0ETXRFEW in the Gather Calva space. Invite is https://gather.town/invite?token=GZqrm7CR and the password is `Be kind`.
grumplet 2020-09-14T11:01:27.220500Z

Should the calva-jack-in REPL load user.clj at start up like the CLI clj command does? It appears not to do this by default, so maybe there is a way to configure this behaviour?

grumplet 2020-09-14T11:05:24.221700Z

OK, maybe I should be using startCode or connectCode in cavva.replConnectSequences?

2020-09-14T11:11:28.222800Z

i just tried by placing user.clj in a directory that was on my classpath with some success. in my case the "src" subdirectory of my project was sufficient, but i think i read that anywhere on one's classpath ought to work.

2020-09-14T11:17:11.223100Z

fwiw, this is where i saw it: https://github.com/BetterThanTomorrow/calva/issues/81#issuecomment-429722095

2020-09-14T11:17:33.223600Z

(in a comment in the code)

grumplet 2020-09-14T11:40:14.224400Z

@sogaiu Thanks, Yes - it’s working for me now - I had a silly misconfiguration.

2020-09-14T11:48:44.224700Z

glad to hear it's working πŸ™‚

pez 2020-09-14T11:58:22.225200Z

Thanks for helping to help, @sogaiu ❀️

πŸ‘ 1
Jack Arrington 2020-09-14T13:07:31.226100Z

Found a minor bug/inconsistency in Calva's syntax highlighting. cond is highlighted as a keyword but condp is not:

Jack Arrington 2020-09-14T13:08:11.226800Z

Not a big deal obviously, just pointing out

pez 2020-09-14T13:11:05.227700Z

It’s pretty easy to fix, case by case: https://github.com/BetterThanTomorrow/calva/blob/dev/src/calva-fmt/atom-language-clojure/grammars/clojure.cson#L152

πŸ‘ 1