This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-25
Channels
- # aatree (3)
- # admin-announcements (14)
- # aws (2)
- # beginners (23)
- # boot (58)
- # braid-chat (15)
- # cider (8)
- # clara (5)
- # cljs-dev (1)
- # cljsrn (38)
- # clojure (82)
- # clojure-china (2)
- # clojure-czech (16)
- # clojure-dev (11)
- # clojure-finland (1)
- # clojure-ireland (6)
- # clojure-japan (3)
- # clojure-portugal (1)
- # clojure-russia (152)
- # clojure-sg (7)
- # clojurebridge (3)
- # clojurescript (86)
- # code-reviews (3)
- # core-matrix (4)
- # cursive (25)
- # data-science (1)
- # datascript (2)
- # datavis (98)
- # datomic (21)
- # dirac (97)
- # emacs (1)
- # hoplon (1)
- # jobs (2)
- # ldnclj (21)
- # off-topic (3)
- # om (204)
- # pedestal (3)
- # proton (12)
- # reagent (125)
- # ring-swagger (9)
- # slackpocalypse (1)
- # spacemacs (1)
- # vim (1)
- # yada (19)
@thosmos: Does your licence certificate have a blank line in it, between the #00xxxx line and the the hex part?
And you’re copying the whole thing, including the BEGIN LICENCE and END LICENCE lines?
Hi, I'm adding a clojure component to a biggish java multimodule project. I was hoping that the Java modules that the clojure component depends on would be compiled and added to the classpath when I run the clojure repl. This does not happen. Is this a feature request, a bug, or a user error?
Hi. Relatively new to both idea & cursive. What config files do you recommend including in .gitignore?
@polymeris: as far as Idea-specific things, I've got .idea
and *.iml
in mine
thanks, @imre. There is some stuff, e.g. .idea/replstate.xml that is in none of those files, but seems like a good starting point
Yeah, that might be the simples, @timgilbert. Just means everyone has to setup their own project. No big deal.
@polymeris check out the general folder - editor-specific files are there
Yup. But it suggests either ignoring everything idea-related or some specific files (commented), which do not include cursive files.
.iml can be ignored if you’re using Leiningen since they’ll be regenerated on every sync (i.e. project open)
@polymeris @imre: In teams this can sometimes be annoying since the config files can change depending on the plugins each dev has installed.
@cfleming @polymeris I try not checking in anything editor-specific. There's a chance others will use a completely different env, or that I will be working on a project from different machines with different configs even
@cfleming: @polymeris I agree with what @imre said. I consider it good practice to only commit source files. Especially editor related files should be kept out of source control.