cursive

Issues at: https://git.io/cursive-issues
aratare 2021-03-09T05:18:58.142100Z

@cfleming Just two actually: lein-cloverage and lein-eftest

cfleming 2021-03-09T05:19:34.142300Z

I wonder if Cloverage might be causing that. Is the project.clj anywhere I can look at, or is it private?

aratare 2021-03-09T05:20:36.142500Z

Sure thing. Here it is https://github.com/aratare-jp/epsilon-clj/blob/master/project.clj

aratare 2021-03-09T05:20:45.142800Z

Ah I missed another one: lein-virgil

cfleming 2021-03-09T05:21:10.143Z

Thanks, I’ll try to import that and start a REPL to reproduce, I won’t get to it today though.

aratare 2021-03-09T05:21:22.143200Z

Sure thing. Thanks a lot 🙂

aratare 2021-03-09T05:21:49.143400Z

If you want I can make an issue with a bit more info?

cfleming 2021-03-09T05:22:11.143600Z

That would be great, thanks.

👍 1
aratare 2021-03-09T05:38:53.143900Z

https://github.com/cursive-ide/cursive/issues/2521

cfleming 2021-03-09T06:15:45.144300Z

Thanks!

robert-stuttaford 2021-03-09T10:30:23.146400Z

does Cursive support a gesture where by i move a form to a new let binding, in the closest (inner most parent) let form? similarly, is there a gesture for introducing and lifting let bindings further and further up? i.e. these from clj-refactor: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-introduce-let https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-move-to-let https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-expand-let

robert-stuttaford 2021-03-09T12:51:14.148100Z

does Cursive support form-wise selection? i know you can expand/contract, but say i had three forms in a row i wanted to select and then cut, without using the mouse or selecting lines (with shift-up/down-arrow) is this possible?

imre 2021-03-09T12:54:26.148200Z

Here's a discussion about that. There are workarounds but it could be better https://github.com/cursive-ide/cursive/issues/997

robert-stuttaford 2021-03-09T12:58:50.148500Z

thanks @imre!

1
robert-stuttaford 2021-03-09T13:00:17.148800Z

yeah that sticky thing will drive me swiftly crazy 😂 seems like it's still on the roadmap

imre 2021-03-09T13:14:05.149Z

I use the sticky stuff, it gets the job done, but what I commented about still stands unfortunately

imre 2021-03-09T13:21:25.150200Z

Colin, is these any chance these would be addressed in the near future? Should I break it out into a separate issue? https://github.com/cursive-ide/cursive/issues/2097#issuecomment-776189685

cfleming 2021-03-09T23:17:31.150900Z

I’ve filed this, and fixed it for the next EAP: https://github.com/cursive-ide/cursive/issues/2523

cfleming 2021-03-09T23:20:35.151200Z

I actually look at this periodically, but it’s unfortunately still hard due to the discussed problems integrating it into IntelliJ’s expand/shrink selection. But I promise to look at it again in this EAP cycle.