Fork me on GitHub
#cursive
<
2017-10-24
>
chang02:10:30

@cfleming both of my clj and cljs are returning the same error: "No nRepl ack received" is this issue frequent?

cfleming02:10:23

@mohamedhayibor No, it’s not. Is your Figwheel configured to use nREPL?

cfleming02:10:11

@mmer I’ll be adding 2.8.0 to the list in the next build. I haven’t tested it with Cursive yet though.

cfleming02:10:48

@dmarjenburgh Actually, could you file an issue for that, please? I’m working on something else right now and don’t want it to get lost.

Mudge03:10:59

When is Cursive going to have more support for boot?

cfleming03:10:02

@nick319 Unfortunately it’s hard to give a better answer than “sometime”. Boot support for Cursive is hard, and build tool support in general is a lot of work.

cfleming03:10:26

It’s definitely on my list, because I know not having it sucks for a lot of people.

Mudge03:10:41

@cfleming okay, thanks for the answer

cfleming03:10:44

There are workarounds, which are sort-of adequate but still really clunky

Mudge03:10:07

@cfleming what are the top development priorities for Cursive, or is there a list somewhere?

Mudge03:10:15

or a roadmap or something?

cfleming03:10:22

It’s pretty informal at the moment, but is more or less a) some spec support b) better REPL support c) extending that support to CLJS REPLs d) improving CLJS support to include all the new Node stuff and then after that probably boot support and better macro support.

cfleming03:10:14

I’m planning to add feature voting as described above, and I’ll probably create a rough non-binding roadmap based on results of that.

Mudge04:10:40

@cfleming cool, sounds great

danm08:10:20

I am currently muddling along with boot.lein/generate 🙂

danm08:10:38

And a bash alias that says any boot command I run should run that first

Mudge23:10:14

@cfleming I want to set the indentation level on an unresolved symbol in cursive. How do I do that?