Fork me on GitHub
#cursive
<
2019-01-16
>
idiomancy01:01:14

Hey, this might be a weird question, but did behavior change within the last couple months with "send form before caret to REPL"?

idiomancy01:01:06

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

idiomancy01:01:40

I'm trying to figure out if that's something with my setup that changed or something with cursive

cfleming01:01:11

@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

cfleming01:01:25

@idiomancy That should still work like that.

idiomancy01:01:44

okay, thanks man!

cfleming01:01:51

I just tested it, it seems to work for me.

idiomancy18:01:33

fyi, i found the answer. its a piggieback limitation apparently: https://github.com/nrepl/piggieback/pull/98

jsabeaudry15:01:42

What is the equivalent of cider-refresh in cursive? (reload all modified namespaces and namespaces that depend on them)

Ben Hammond16:01:30

try Tools->REPL->Sync Files In Repl

jsabeaudry16:01:38

That does not seem to reload other namespaces that depend on the one that was modified.

jsabeaudry16:01:09

Looks like adding a binding to (clojure.tools.namespace.repl/refresh) does it.

genekim16:01:58

@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. 🙂

idiomancy18:01:33

fyi, i found the answer. its a piggieback limitation apparently: https://github.com/nrepl/piggieback/pull/98

kwladyka21:01:32

Do you know why Intellij constantly remove dev folder from source root? It makes issues all the time with REPL etc.

kwladyka21:01:04

Maybe I should mark this folder in different way?

manutter5121:01:15

Is it inside another marked folder?

manutter5121:01:00

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?

manutter5121:01:56

I have a similar setup to yours now, and it’s working fine.