Fork me on GitHub
#cursive
<
2016-10-05
>
stijn08:10:56

is it possible to show the test results in the REPL instead of in a popup when you hover the line with failed tests?

stijn08:10:44

I was thinking of creating a REPL command, but can you use parameters in the command (like e.g. the namespace of the file from which you are calling the command)?

misha14:10:00

this is embarrassing , but I get cljs.user=> No nREPL ack received on fresh lein new figwheel and following https://github.com/bhauman/lein-figwheel/wiki/Running-figwheel-in-a-Cursive-Clojure-REPL

misha14:10:37

updating idea/cursive, cache invalidation and restarts do no help -_-

misha14:10:41

send help

misha14:10:30

omg, it's "use nREPL clojure.main in normal JVM process".

shaun-mahood15:10:47

@misha: You get it all working?

misha15:10:42

yes, that "omg" message is the solution : ), thanks @shaun-mahood

shaun-mahood15:10:00

I figured, but I've found it a bit tricky to get working (even after doing it a few dozen times) depending on which template I started with, as the instructions are a little bit outdated. Glad it's working.

timgilbert17:10:15

Is anyone else's mouse control getting kind of squirrelly after upgrading to macOS Sierra? I keep accidentally dragging and dropping text selections, it's driving me slightly crazy

timgilbert17:10:45

But I also just moved to a new desk, so I'm not sure it's really upgrade related

bfabry17:10:38

haha, software problem, or slanted desk. who knows!

timgilbert17:10:52

Yeah, there is a non-zero chance of PEBKAC

spieden17:10:51

reminds me of when my cursor started randomly spewing characters towards the end of the day. my keyboard is made of optical switches that were triggered when the sun hit at a certain angle =)

spieden17:10:23

took a while to figure that one out

spieden17:10:49

(i’m staying on el cap until we’re sure it’s your desk placement)

manderson19:10:17

we have a project with sub modules that we keep in sync with the same version. to avoid changing version in multiple project.clj files we simply defined a VERSION file at the root and symlinked it in each sub module. Each sub module project.clj reads this, eg:

(def +version+ (slurp "VERSION"))

(defproject foo +version+
This was working fine until the latest upgrade and now the Lein refresh in Cursive gives a FileNotFoundException for the slurp on the VERSION file. Any ideas on why this might be the case? I'm able to run the slurp in the REPL. Or any suggestions for more easily/cleanly managing versions across multiple submodules?

cfleming19:10:22

@manderson Right, it looks like something got broken with the managed dependencies support, see: https://github.com/cursive-ide/cursive/issues/1551 filed by darwin

manderson19:10:36

Ah, cool. I'll track the ticket. Thanks @cfleming !

timgilbert20:10:30

Holy cow @spieden, that would drive me completely insane

jrheard21:10:35

that is hilarious

spieden23:10:42

was pretty spooky =)

jrheard23:10:19

@spieden - i mentioned your story in an irc channel i sit in, and a friend said he worked with someone else that had the same issue

jrheard23:10:21

datahands keyboard?

jrheard23:10:44

he didn’t recognize your name fwiw, so at least two people have had this problem 😄