Fork me on GitHub
#cursive
<
2017-05-18
>
nwjsmith00:05:10

Does anyone have issues with Cursive not resolving symbols from Specter?

nwjsmith00:05:47

They are the only analysis warnings I have left in a couple of files, I'd love to get rid of them.

nwjsmith00:05:37

Weirdly, it isn't all symbols from Specter, just MAP-VALS AFAICT

cfleming04:05:06

@wilkerlucio Good idea, can you file an issue for that?

cfleming04:05:37

@kenny Could you file an issue for the UUID thing?

cfleming04:05:06

@nwjsmith It might be that Specter defines that using a macro or some other trickery.

cfleming04:05:15

I’ve been meaning to look into it but haven’t yet.

cfleming04:05:45

@souenzzo @timgilbert Could you try this: Go to Help-&gt;Debug Log Settings… and enter cursive.stubs into the box. Then reproduce the problem, and send me the log from Help-&gt;Show log in Finder/Explorer by email to <mailto:[email protected]|[email protected]>?

timgilbert13:05:08

@cfleming: I was able to fix it via File / Invalidate Caches

timgilbert13:05:34

Now I can't reproduce but I'll shoot you a debug log if I do

rafael23:05:19

Does anyone know if cursive can connect to clojure 1.8 socket repl?

cfleming23:05:49

@rafael Sadly not yet, but that will be coming soon (like, the next couple of releases).

cfleming23:05:18

In the meantime you can use https://github.com/mfikes/tubular as a workaround.

rafael23:05:43

Glad to know it's on the roadmap 🙂

cfleming23:05:05

@rafael Yes definitely. Can I ask about your use case? Why do you need it?

rafael23:05:06

My current use case is probably not very generalizable, I think. I'm running a gorilla repl in docker and I'd also like to connect Cursive to it, but it binds nrepl to localhost which cannot be exposed outside of the container. I thought of working around it with the socket repl, but I'll find another workaround.

cfleming23:05:40

Ok, interesting, thanks.