Fork me on GitHub
#cider
<
2018-09-13
>
bozhidar07:09:24

Unifying those was on my mind, but I didn’t get to doing this for some reason.

bozhidar07:09:58

Btw, I’ll be at ClojuTRE the next couple of days, so I’m looking forward to meeting some of you in person!

robert-stuttaford07:09:45

how do i link a buffer to a repl now? “No Linked CIDER Sessions” is getting in my way. i’m pasting entire files into the repl buffer like a noob to get past it

bozhidar07:09:38

All linking commands are listed here and in sesman’s menu.

bozhidar07:09:11

Is this some buffer outside of the project you used to start the REPL in?

robert-stuttaford08:09:33

so, it’s a file that’s in checkouts, but i’m reaching the file via its own git folder, rather than via the symlink

robert-stuttaford08:09:57

sesman-link-with-buffer fixes the issue

benedek08:09:00

@bozhidar guessing you will be/are already on cljtre?! ;)

bozhidar08:09:07

@benedek Yep. I arrived here yesterday.

benedek08:09:43

nice one. can't wait to bump into you on the corridors :)

benedek08:09:42

arriving tonight staying till sat afternoon

vinai13:09:29

Since I've updated my emacs, cider, and prelude, when I fire up emacs my application isn't started automatically any more. Before that was probably handled by a (cider-cljs-lein-repl . "(do (user/go) (user/cljs-repl))") in a .dir-locals.el from the chestnut lein template, but that doesn't seem to work any more. I have to run (reloaded.repl/reset) or (reloaded.repl/reset-all) to start the app. However, that now also attempts to start figwheel, which is already running (I use cider-jack-in-clj&cljs). Before reset and reset-all only affected the clj REPL, not the cljs REPL. I'm not sure this is the right place to ask for help. If there is a better channel you know of, please tell me. If you have a pointer how to decouple reloaded.repl/reset from the figwheel process, I would really appreciate it. Currently having a hard time wrapping my head around what is going on, and it's been over a year since I set it up originally and don't remember the details any more.

bozhidar22:09:18

Yeah, that’s the right place to ask for help.

bozhidar22:09:14

cider-cljs-lein-repl was replaced. You can read about this here http://www.cider.mx/en/latest/clojurescript/#starting-a-clojurescript-repl

bozhidar22:09:42

> I have to run (reloaded.repl/reset) or (reloaded.repl/reset-all) to start the app.

bozhidar22:09:48

How exactly are you running this?