This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-16
Channels
- # announcements (2)
- # beginners (50)
- # boot (80)
- # calva (4)
- # cider (58)
- # cljs-dev (11)
- # clojure (140)
- # clojure-brasil (1)
- # clojure-denver (1)
- # clojure-dev (10)
- # clojure-europe (8)
- # clojure-finland (2)
- # clojure-italy (5)
- # clojure-nl (2)
- # clojure-quebec (1)
- # clojure-spec (2)
- # clojure-sweden (4)
- # clojure-uk (94)
- # clojurescript (98)
- # cursive (19)
- # data-science (1)
- # datascript (9)
- # datomic (43)
- # emacs (2)
- # fulcro (29)
- # graphql (41)
- # hoplon (15)
- # jobs (2)
- # kaocha (4)
- # liberator (24)
- # off-topic (9)
- # perun (1)
- # re-frame (11)
- # reagent (17)
- # reitit (8)
- # remote-jobs (2)
- # rum (2)
- # shadow-cljs (24)
- # spacemacs (1)
- # specter (1)
- # tools-deps (21)
Hey, this might be a weird question, but did behavior change within the last couple months with "send form before caret to REPL"?
before I was able to also use it as a kind of "send selection to REPL", where it would send whatever I had selected, or if I had nothing selected, it would send the form before the caret
I'm trying to figure out if that's something with my setup that changed or something with cursive
@genekim I do use the Settings Repo but more for backup than anything - I only work on a single machine. That’s more of an IntelliJ question, but I don’t know the answer sorry. You could browse the issues here and see if anything seems similar, and file one if not: https://youtrack.jetbrains.com/issues?q=%23%7BSettings%20Repository%7D
@idiomancy That should still work like that.
fyi, i found the answer. its a piggieback limitation apparently: https://github.com/nrepl/piggieback/pull/98
What is the equivalent of cider-refresh
in cursive? (reload all modified namespaces and namespaces that depend on them)
try Tools->REPL->Sync Files In Repl
That does not seem to reload other namespaces that depend on the one that was modified.
Looks like adding a binding to (clojure.tools.namespace.repl/refresh)
does it.
@cfleming Thanks! I was wondering whether everyone was using Settings Repository — based on what you said, I’m assuming that people don’t actually want one more external dependency in their environment. 🙂 I’ll be figuring out how to disable it soon. 🙂
fyi, i found the answer. its a piggieback limitation apparently: https://github.com/nrepl/piggieback/pull/98
Do you know why Intellij constantly remove dev
folder from source root? It makes issues all the time with REPL etc.
Is it inside another marked folder?
Hrm, I had a similar issue like a year ago that “spontaneously resolved”. Might have been due to a plugin conflict, and I turned off the plugin?
I have a similar setup to yours now, and it’s working fine.