Fork me on GitHub
#cursive
<
2017-11-30
>
souenzzo02:11:16

I believe that the expressions are equivalent. But cursive dosent like the first form.

cfleming02:11:30

@souenzzo Yes, that’s possible. Currently Cursive in CLJC struggles when the head position of an invocation is a reader conditional.

cfleming02:11:50

I would have expected that case to work correctly, though.

cfleming02:11:35

What’s also odd is that it seems to mess up the paren balancing.

p-himik05:11:16

I'm using IdeaVim, and it seems that after the latest release of Cursive it started to get parentheses wrong much more often. E.g. ca( instead of changing current section of parentheses would change from the first parenthesis till the end of the top-level function, regardless of how deep the first parenthesis is. Can it be something that Cursive does? Or is it something that should be directed to the developers of IdeaVim?

p-himik05:11:58

Nevermind that, just a bad coincidence I think. Right when I updated Cursive, I started to use a set of functions that accept symbols. Being escaped with a quote, they apparently prevent Vim from detecting parentheses.

shaun-mahood05:11:47

Do intellij crashes happen often for anyone when using a mac? I'm not sure if it's just the version or something else, but using it on my mac it seems to crash WAY more often than on either windows or linux.

zylox14:11:30

ive never had a crash, thought ive had slow downs to the point of needing a restart maybe once a week.

cfleming09:11:06

@shaun-mahood No, I use a mac and it hardly ever crashes.

shaun-mahood16:11:57

Thanks, that's good to know - it's been pretty much daily so I guess it's time to do some work on the computer itself.

p-himik18:11:26

@shaun-mahood Is there anything in the IDE logs?

shaun-mahood20:11:21

There are definitely log files - I'm going to just update intellij and see if it keeps happening.

nblumoe09:11:02

Are there any known restrictions to using IntelliJ modules with Cursive? For example should it work to have a root Elixir module and then a Cursive module within that? I tried setting that up but IntelliJ seems to mess it up and I always end up with a single module (either the root one or the nested one)

cfleming20:11:58

@nblumoe Yes, that should work fine. If you’re still having problems could you send a list of repro steps and I’ll try it out