This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-30
Channels
- # babashka (1)
- # beginners (86)
- # boot (5)
- # calva (21)
- # cider (26)
- # clj-kondo (10)
- # cljs-dev (5)
- # cljsrn (3)
- # clojure (181)
- # clojure-europe (22)
- # clojure-germany (11)
- # clojure-italy (3)
- # clojure-nl (7)
- # clojure-spec (6)
- # clojure-sweden (6)
- # clojure-uk (65)
- # clojuredesign-podcast (1)
- # clojurescript (71)
- # core-logic (2)
- # cryogen (15)
- # data-science (9)
- # datomic (7)
- # duct (4)
- # emacs (4)
- # events (1)
- # exercism (1)
- # fulcro (136)
- # funcool (1)
- # joker (6)
- # kaocha (3)
- # lambdaisland (28)
- # lumo (3)
- # malli (5)
- # mount (1)
- # off-topic (13)
- # re-frame (14)
- # ring (10)
- # shadow-cljs (20)
- # sql (5)
- # tools-deps (5)
- # tree-sitter (1)
- # uncomplicate (9)
Hmm. I feel like there is something wrong with Calva's repl. For example, injections from repl profile are not available in it.
It's mentioned here: https://calva.readthedocs.io/en/dev/connect.html?highlight=myleinprofiles#customizing-jack-in
I've selected both dev
and user
profiles, but still no functions provided via injections.
> Executing task in folder hermes_agent: lein update-in :dependencies conj '[nrepl"0.6.0"]' -- update-in :plugins conj '[cider/cider-nrepl"0.23.0"]' -- update-in '[:repl-options :nrepl-middleware]' conj '["cider.nrepl/cider-middleware"]' -- with-profile +dev,+user repl :headless <
If you do lein with-profile +dev,+user repl
on the command prompt, does that repl have the functions?
I don't know how it works. But the user
ns is magic somehow, so adding functions there might be more widely available.
I've tried lein clean
, as maybe other nses were already precompiled and i've been struck again with bug that was haunting me for years..