Fork me on GitHub
#cider
<
2019-07-03
>
diego.videco00:07:29

Actually I think this happens when the prompt is at the top of the buffer

bozhidar13:07:37

@nwjsmith See https://github.com/clojure-emacs/cider/pull/2668 Likely the problem you experience is similar and has to do with parseedn not understanding some reader tag.

nwjsmith13:07:46

@bozhidar thank you! I forgot to follow-up here yesterday, but I figured out that I was misconfiguring my nREPL server. I’ll take a look and see if I can help out on this ticket later today

nwjsmith13:07:05

and thank you for all of your OSS work. CIDER, nREPL, and Rubocop especially. I know you’ve been taking a lot of shit on Rubocop lately, but it’s been tremendously useful for teams I’ve worked on in the past.

bozhidar14:07:50

@nwjsmith Thanks for the kind words! 🙂 By now I’m used to the shit, but I’ve got some lapses from time to time. 😄

bartuka14:07:51

hi, I'm using C-u cider-jack-in and adding with-profile local but cider is ignoring it and loading the dev profile instead. I'm checking it by the content of the config file that I am using (`yogthos/config`)

bartuka14:07:40

any ideas of how to proceed with further debuging?

bozhidar14:07:45

@iagwanderson Check what’s the exact command CIDER generated for the jack-in. This should give you an idea what went wrong.

bartuka14:07:27

[nREPL] Starting server via /home/wanderson/scripts/lein update-in :dependencies conj \[acyclic/squiggly-clojure\ \"0.1.9-SNAPSHOT\"\ \:exclusions\ \[org.clojure/tools.reader\]\] -- update-in :dependencies conj \[nrepl\ \"0.6.0\"\] -- update-in :plugins conj \[refactor-nrepl\ \"2.5.0-SNAPSHOT\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.22.0-beta6\"\] -- repl :headless :host localhost with-profile local...

bartuka14:07:29

this command?

dpsutton14:07:32

yeah. I don't see any with-profile there

bartuka14:07:19

the last word of the command

bozhidar14:07:22

Looks correct to me. That’s weird. Maybe it should be +local.

bozhidar14:07:39

What happens when you run this via the command line? Is the profile properly set then?

bartuka14:07:35

yes, when I run lein with-profile local repl and inspect the config.core/env variable, it's working fine

bozhidar14:07:50

@hugod Long time, no see! Happy to see you around! 🙂

hugod14:07:11

Thanks, @bozhidar - I’m happy to be back working in clojure again 🙂

bozhidar14:07:27

@iagwanderson Maybe the order of the args matters?

bartuka14:07:27

thanks 😉

hugod14:07:51

I’ll look into using the profiler

hugod18:07:40

looks like my freezes are caused by cider state updates reliably triggering multiple emacs GC’s. Raising gc-cons-threshold seems to help.

hugod19:07:18

changed-namespaces sends a lot of data

bozhidar17:07:32

Hmmm, we’ve had this for 5 years (or something) and I don’t recall anyone reporting issues with the update messages.

bozhidar17:07:22

Do you see anything weird in the nREPL message log with respect to changed-namespace?