This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-28
Channels
- # announcements (5)
- # aws (16)
- # beginners (62)
- # calva (2)
- # cljdoc (17)
- # cljs-dev (2)
- # clojure (89)
- # clojure-brasil (1)
- # clojure-europe (3)
- # clojure-italy (12)
- # clojure-nl (1)
- # clojure-russia (2)
- # clojure-spec (10)
- # clojure-uk (26)
- # clojurescript (45)
- # cursive (4)
- # data-science (6)
- # datavis (1)
- # datomic (15)
- # duct (5)
- # fulcro (55)
- # juxt (1)
- # kaocha (2)
- # leiningen (1)
- # off-topic (101)
- # pathom (12)
- # portkey (4)
- # quil (5)
- # re-frame (9)
- # reagent (2)
- # reitit (28)
- # shadow-cljs (114)
- # spacemacs (9)
- # speculative (2)
- # sql (3)
- # test-check (18)
Hi, IntellijIdea and Cursive users, how do you make Idea to recognise HugSQL functions?
Also in latest projects I use custom macro to generate functions from multiple sql files (one file is one function) and resolve this macro as declare
.
I'm using "run tests in current NS in repl" to run my tests, but when I rename a test, it keeps re-running my old test unless I run a remove-ns. Is there a way to have "run tests in current NS in repl" automatically remove-ns before it runs? I think this is probably the least surprising behaviour.