Fork me on GitHub
#cursive
<
2017-02-08
>
onetom03:02:07

i've just started using clojure.spec but as i see there is no explicit support for it yet. what's the recommended way to resolve the clojure.spec/fdef macro?

onetom04:02:24

if i resolve it as def then i must make sure the fdef comes before the function definition, otherwise it masks out the actual function definition, right?

roelof06:02:51

How can I enable EAP builds with cursive ?

grav09:02:11

I’m starting up my Figwheel CLJS repl using the Use clojure.main in normal JVM process option in the Run Configurations. That means I do not have any test integrations. Is it possible to have this together with Figwheel somehow?

grav09:02:23

@roelof It’s at the bottom of this page: https://cursive-ide.com/userguide/ (Choosing to receive EAP (beta) builds)

roelof11:02:07

Thanks, there seem to be no eap builds at the moment

favila20:02:46

@nicoschneider in your code, put cursor on the symbol you want to custom-resolve, alt+enter (or click the lightbulb) and click "Resolve XXX as ..."

favila20:02:00

you can only add entries from the editor view, not this settings page

nicoschneider20:02:29

@favila nice, thanks! typical atlassian?? ;D @onetom is the interested party tho, i think 🙂

nicoschneider20:02:53

i mean, there’s a minus button :face_with_rolling_eyes:

favila20:02:20

yeah, it's just for showing and deleting

favila20:02:34

not sure how atlassian is involved?

nicoschneider20:02:46

jetbrains, sorry

favila20:02:50

I didn't know about that setting page until now

nicoschneider20:02:53

getting my services all confused ;D

favila20:02:35

this is a cursive feature, so you have Colin to "blame" for that

favila20:02:21

I suspect there's some technical reason why ad-hoc entry of items is harder, but I don't know

cfleming23:02:58

@favila @onetom @nicoschneider I’d like to be able to claim some deep underlying motivation, but the truth is it’s just something I haven’t got around to.