Fork me on GitHub
#cider
<
2016-08-11
>
danielcompton00:08:12

Hmm, seems like it was related to a caskroom update I did last night

echristopherson16:08:43

I wish I knew whether my Chrome extensions are frozen because they're all being updated or what the reason is

echristopherson16:08:53

Thanks, Chrome 52

echristopherson16:08:25

Guess I needed to restart the whole browser. Restarted Slack too just in case (since it seems to use Chrome underneath)

echristopherson16:08:35

Sorry, should be in #C03RZGPG3

joshmiller17:08:38

Is there a way to have the Cider test commands use my test profile instead the dev profile?

radon17:08:20

Offhand, I would say no. C-c C-t C-t and friends use the currently running REPL, and you can’t change profiles for a running REPL (without hackery).

radon17:08:04

You might be able lein with-profile test repl :headless and use that REPL for your test stuff, though.

joshmiller17:08:03

@radon: Cool, thanks. Couldn’t tell if I was just unable to google the terms cider, test, and profile because they’re so common, or if it was a more intractable problem. I might try to work with that second option and see how it goes.

radon17:08:13

You may want to take a look at cider-lein-parameters (and where it is used).

joshmiller17:08:33

Thanks for the pointer.