Fork me on GitHub
#cursive
<
2017-11-08
>
tony.kay00:11:31

When I’m in a cljc file, doc strings don’t seem to work. Is this a known issue? Is there a fix?

danielcompton02:11:02

Other conflicting keybindings: "Close [] and newline"

steveb8n23:11:32

I’m seeing a new/strange error when working on cljc namespaces that use Instaparse. Error is “Dependency cycle: gll.cljc -> gll.cljc -> gll.cljc” Anyone else seeing this?

cfleming23:11:45

@steveb8n I’ll try to take a look at this soon - this can happen when namespaces do funky things like the CLJS version of a CLJC namespace requiring the CLJ version of itself.

steveb8n23:11:44

thanks. I can workaround it by sending indiv forms to the repl (only blocks sending entire ns) so not urgent