Fork me on GitHub
#cider
<
2019-10-27
>
Drew Verlee02:10:06

Hi cider lovers. At my projects root i have a dir-locals.el that looks like this:

((clojurescript-mode
  (cider-default-cljs-repl . shadow)
  ))
Which i hoped would mean that when i did cider-jack-in-cljs it would just pick shadow. instead i get that helpful select menu to pick clojure-cli or shadow. I took inspiration from shadow : https://shadow-cljs.github.io/docs/UsersGuide.html#_simplify_startup_with_dir_local and cider docs: https://docs.cider.mx/cider/0.23/config/project_config.html

dpsutton06:10:59

That setting is for which repl type. You’re getting asked which build tool to use which is a separate car

bozhidar08:10:32

That’s for CIDER’s code itself. I guess it’s fine for the docs to be under it also.

bozhidar08:10:45

I never actually spent much time thinking about their license.

erwinrooijakkers22:10:03

GPL means everything that uses it needs to be also licensed under GPL

erwinrooijakkers22:10:20

And if I understand correctly every source file needs this GPL statement

erwinrooijakkers22:10:32

I think if I mention that the image is licensed GPL it’s fine

erwinrooijakkers22:10:45

No need to make the whole interactive talk GPL too

erwinrooijakkers22:10:51

Since the image is not bundled with the softwarwe

erwinrooijakkers22:10:22

No derivative is made