Fork me on GitHub
#cider
<
2016-02-27
>
bozhidar06:02:05

you can’t really pushing something with a dependency on something that’s on Melpa

bozhidar06:02:12

as everything there’s a snapshot

bozhidar06:02:30

unless you pushed several updates to different packages yourself

bozhidar06:02:11

usually problems like the one discussed here are caused because people using melpa don’t update their related packages together

bozhidar06:02:26

unfortunately the version info is kind of pointless on melpa...

malabarba12:02:50

> It's a lot of work to keep Cider up and running sometimes. Like I said, it really shouldn't be. 😞 We take great care not to ship a broken CIDER. And the few times it happened we repaired immediately.

anmonteiro21:02:47

using the following: (setq cider-lein-parameters "with-profile +server,+client repl :headless")

anmonteiro21:02:00

but doesn't seem to be loading my profile specific source-paths

anmonteiro21:02:08

what am I doing wrong? simple_smile

malabarba22:02:36

Does it work if you do that manually on the command line?

anmonteiro22:02:36

@malabarba: false alarm, got it to work