This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-19
Channels
- # announcements (12)
- # aws (17)
- # babashka (6)
- # beginners (40)
- # cider (14)
- # cljs-dev (14)
- # cljsrn (8)
- # clojure (110)
- # clojure-europe (46)
- # clojure-italy (1)
- # clojure-nl (4)
- # clojure-spec (14)
- # clojure-sweden (3)
- # clojure-uk (29)
- # clojurescript (52)
- # conjure (68)
- # cursive (33)
- # datomic (9)
- # figwheel-main (11)
- # fulcro (97)
- # ghostwheel (1)
- # graalvm (2)
- # helix (53)
- # hoplon (13)
- # joker (6)
- # kaocha (1)
- # leiningen (2)
- # meander (28)
- # mid-cities-meetup (1)
- # observability (1)
- # off-topic (112)
- # pathom (6)
- # pedestal (3)
- # re-frame (16)
- # reagent (16)
- # reitit (2)
- # shadow-cljs (27)
- # spacemacs (2)
- # sql (26)
- # testing (3)
- # utah-clojurians (3)
- # vim (2)
- # xtdb (32)
@cfleming looks like cursive doesn't infer arity from arglists? Could also be a CLJC / reader conditionals problem
Am I misreading or does that arglist not match the actual function?
It has arities for both lists in arglists, being the 1st and 3rd. The others can be but are not meant to be used.
Cursive doesn't take that information from :arglists
, no, because that information isn't very reliable and has no defined format (see e.g. defn)
thinking about it, it might be correct. I'm calling it from a cljc file and clojurescript is missing this arity
Hi. I have a problem with formatting threading macros. https://github.com/clojure-emacs/clojure-mode/issues/265#issuecomment-66925038 many years ago #cursive said I could configured it, but I can't find how. Could someone help me with this setting?
Hi, that's documented here: https://cursive-ide.com/userguide/formatting.html#code-style-settings
I want make Cursive format t-macros like that
(-> first
second
third)
but it does other way with "2 spaces".Your problem is that your project isn't resolving correctly. Your ns
form is saying "ns cannot be resolved", right?
@cfleming both a colleague and I, while working on the same multi-module deps project, have had intellij complain about low memory issues while running cursive 1.9.2-eap3-2020.1
.
Yes, that's https://github.com/cursive-ide/cursive/issues/2371. I have a fix and a new EAP should be out today.
thanks
thanks
I'm running with 16 GB of heap allotted to intellij and didn't have any issues on the previous eap or the latest stable
(I had to disable EAP's and downgrade to be able to work again)
both he and I saw intellij say "Synchronizing clojure deps project" shortly before the ide started freezing up