This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-27
Channels
- # announcements (1)
- # aws (17)
- # babashka (2)
- # beginners (14)
- # calva (1)
- # cider (16)
- # clara (1)
- # clj-kondo (68)
- # cljdoc (2)
- # clojure (51)
- # clojure-dev (1)
- # clojure-italy (2)
- # clojure-spec (1)
- # clojure-uk (19)
- # clojurescript (34)
- # cursive (4)
- # fulcro (1)
- # heroku (3)
- # leiningen (36)
- # lumo (28)
- # music (2)
- # off-topic (16)
- # reagent (22)
- # specter (7)
- # sql (7)
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.htmlThat setting is for which repl type. You’re getting asked which build tool to use which is a separate car
What license do the CIDER docs have? https://docs.cider.mx/cider/index.html
Also GPL?
Specifically this image: https://docs.cider.mx/cider/_images/cider_architecture.png
I’m not an authority but that image appears here: https://github.com/clojure-emacs/cider/blob/master/doc/modules/ROOT/assets/images/cider_architecture.png That repo license is GPL 3.0: https://github.com/clojure-emacs/cider/blob/master/LICENSE
Thanks
GPL means everything that uses it needs to be also licensed under GPL
And if I understand correctly every source file needs this GPL statement
I think if I mention that the image is licensed GPL it’s fine
No need to make the whole interactive talk GPL too
Since the image is not bundled with the softwarwe
No derivative is made