Fork me on GitHub
#cursive
<
2018-04-28
>
hlship00:04:46

And just to round out my day:

5:05 PM	Invalid Cursive Build
							This build is more recent than your update period allows. Your update period ends on Jan 10, 2018, and 1.6.3 was released on Feb 8, 2018.
							The most recent available stable build is 1.6.2 (Install)
							Renew your licence on our website.
							If you have renewed your licence, activate it.

mfikes01:04:25

If you'd like to use a lein project making use of lein-tools-deps from Cursive, it is now usable, and I've documented some workarounds for some path issues here https://gist.github.com/mfikes/f803fef3013927c376063a3d72b69d60 TL;DR: Your lein project can use deps.edn (and specify Git Deps, :local/root deps). See more at https://github.com/RickMoynihan/lein-tools-deps

cfleming01:04:13

@hlship Sorry, I have no idea why that reloading might not work, the fact that it doesn’t in the lein REPL does suggest that it might not be a Cursive thing but I’m not sure.

cfleming01:04:47

I suspect the breakpoints not working is just a symptom of the code itself not loading.

cfleming01:04:16

@hlship re: your earlier question about why the Refresh command should not appear, I can’t imagine why that might be either - is this from the Cmd-Shift-A search palette?

cfleming01:04:43

@solussd I don’t think there is, no - the best you can probably do is selecting the form and reformatting it as @misha suggested. But for that to work, you need the formatting settings set to align those things, and that’s a global setting.

cfleming01:04:25

@jaen Yes, that should still be working. What are you seeing? Do you get the stubs popup, and do the stubs generate correctly?

cfleming01:04:21

@hlship re: REPL tab names, yes, I’m planning to fix this soon as part of a re-vamp of the REPL UI related to CLJS REPLs, it’s something that’s been discussed on the mailing list too.

cfleming01:04:20

Also, I don’t think there is a way to show the test differences with the keyboard, but there definitely should be.

cfleming01:04:08

@timgilbert Actually, a “reformat top-level form” command would be great, and is something that has been requested before - I’ll add that.

👍 4
cfleming01:04:20

@rymndhng It’s something I’d like to support, but I haven’t looked into what would be required. I’m not sure how widely used it is currently.

rymndhng02:04:37

agreed — it’s a chicken and egg kind of problem 😆

aleksandr02:04:38

Do anyone know how to integrate the reagent with-let macro with Cursive IDE?

aleksandr02:04:46

Now It cannot identifies my bindings in the with-let macros

aleksandr04:04:06

It underscores variables from bindings with an error "variable cannot be resolved"

cfleming08:04:20

@al.vyguzov You can use the Resolve as… functionality, see here: https://cursive-ide.com/userguide/macros.html

jarppe10:04:11

When cursive shows "Show difference" in failed tests? I trying to write test tool on top of clojure.test and for some reason my reports don't get "Show difference" option.

jarppe10:04:25

Is something in my reports or does cursive inspect the test form?

jarppe10:04:34

I'm pretty sure I call clojure.test/do-report with identical reports as regular (is ...) forms, but my tests don't get the "Show difference"

jaen18:04:32

@cfleming after opening IntelliJ again the next day I did get the pop-up in the lower right and stubs generated correctly. So it appears the functionality is working after all, it just lacks a bit of discoverability (or could otherwise run automatically maybe?).

hlship20:04:10

I'm still flummoxed. I'm sure it'll be something obvious once I track it down.

okwori23:04:03

Please, can someone simply explain what stub generation is and why my IntelliJ Idea cursive plugin throws that notification. I can kinda disable it but would be nice to know its use and should I click Generate now every time I see it and why?